diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-06 18:02:15 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-02-06 18:02:15 -0200 |
commit | abb9d7b59cab8f64ecc815b27f7d727408d526db (patch) | |
tree | 86869880be230d64fe1d7f147b27df753ffbf8d4 /pcr | |
parent | 723d400ce54b217fe0c6a9077fe305f3a7e24d19 (diff) | |
download | abslibre-abb9d7b59cab8f64ecc815b27f7d727408d526db.tar.gz abslibre-abb9d7b59cab8f64ecc815b27f7d727408d526db.tar.bz2 abslibre-abb9d7b59cab8f64ecc815b27f7d727408d526db.zip |
gnuhealth-2.4.0-1: updating version
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/gnuhealth/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index ba7639b90..c10b4e7c9 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: SpepS <dreamspepser at yahoo dot it> pkgname=gnuhealth -pkgver=2.2.2 +pkgver=2.4.0 pkgrel=1 pkgdesc="A free Health and Hospital Information System" arch=any @@ -12,8 +12,8 @@ depends=( postgresql pygtk python2-dateutil - python2-imaging python2-ldap + python2-pillow python2-pip python2-psycopg2 python2-pytz @@ -27,7 +27,7 @@ depends=( "trytond-stock-lot>=3.0" ) source=http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz -sha512sums=45e6965b583c08c3a457dc733274253f5ff66fa5760509d42291271e4b6237f1b34829f0403235d8a457d1236c8ffec3f22b7495859cbe399abc8f3f71556c0e +sha512sums=ee33b3efd731a7dc688e20c09a0aff58001e5e9b24d01420da20021e13ac3ca90c4fb141c4ca49d7d27144d1ef0255d09fd4eab83c86b782052c2244a57ba36d package() { MODULES=( @@ -50,6 +50,8 @@ package() { health_ntd_dengue health_nursing health_pediatrics + health_pediatrics_growth_charts + health_pediatrics_growth_charts_who health_profile health_qrcodes health_reporting |