diff options
Diffstat (limited to 'pcr/gnuhealth/PKGBUILD')
-rw-r--r-- | pcr/gnuhealth/PKGBUILD | 25 |
1 files changed, 21 insertions, 4 deletions
diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index c7db21793..695062e5b 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -2,15 +2,32 @@ # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> pkgname=gnuhealth -pkgver=1.8.0 -pkgrel=1 +pkgver=1.8.1 +pkgrel=3 pkgdesc="A free Health and Hospital Information System" arch=(any) url="http://health.gnu.org/" license=('GPL3') -depends=('trytond') +depends=( + postgresql + pygtk + python2-dateutil + python2-imaging + python2-ldap + python2-pip + python2-psycopg2 + python2-pytz + python2-pywebdav + python2-qrcode + python2-vobject + trytond + trytond-account-invoice + trytond-calendar + trytond-country + trytond-stock-lot +) source=("http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz") -md5sums=('2273870ccd77a24ac21b398d095a29b5') +md5sums=('d3837242011df1d39ce7a0f1d6e6a46a') build() { cd "$srcdir/$pkgname-$pkgver" |