diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-21 16:52:02 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-21 16:52:02 -0300 |
commit | 98bce5fc4c561780645f1d4aa0a144830e1e6924 (patch) | |
tree | 679de8644a2042d9727c117305f6d94ccdd3738b /pcr/gnuhealth | |
parent | e8cda359f4e735150b702a3c24d9e65bdd71e762 (diff) |
gnuhealth-1.8.1-2: add missing dependencies
Diffstat (limited to 'pcr/gnuhealth')
-rw-r--r-- | pcr/gnuhealth/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index 0a02eba94..c16692899 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -3,12 +3,12 @@ pkgname=gnuhealth pkgver=1.8.1 -pkgrel=1 +pkgrel=2 pkgdesc="A free Health and Hospital Information System" arch=(any) url="http://health.gnu.org/" license=('GPL3') -depends=('trytond') +depends=('postgresql' 'pygtk' 'python2-pip' 'trytond') source=("http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz") md5sums=('d3837242011df1d39ce7a0f1d6e6a46a') |