diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-23 13:42:27 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2017-01-23 13:51:10 -0300 |
commit | 86d841da23f1b3a656b108fc5b1f7e016dd534c5 (patch) | |
tree | 9c0fabb8a85a1bbad75e1c98f8a83b55a698ff58 /pcr/gnuhealth | |
parent | 6967c2fb2622e25ef552a92624c87cb3299ac71b (diff) | |
download | abslibre-86d841da23f1b3a656b108fc5b1f7e016dd534c5.tar.gz abslibre-86d841da23f1b3a656b108fc5b1f7e016dd534c5.tar.bz2 abslibre-86d841da23f1b3a656b108fc5b1f7e016dd534c5.zip |
gnuhealth-3.0.5-1: updating version
Diffstat (limited to 'pcr/gnuhealth')
-rw-r--r-- | pcr/gnuhealth/PKGBUILD | 43 |
1 files changed, 10 insertions, 33 deletions
diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index 733aebec2..77534d126 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -1,45 +1,22 @@ # Maintainer: André Silva <emulatorman@parabola.nu> +# Contributor: Omar Vega Ramos <ovruni@gnu.org.pe> # Contributor (Arch): SpepS <dreamspepser at yahoo dot it> # Contributor (Arch): Ander <anderraso@gmail.com> pkgname=gnuhealth -pkgver=3.0.4 +pkgver=3.0.5 pkgrel=1 -pkgdesc="A free Health and Hospital Information System" +pkgdesc="A Free Health and Hospital Information System" arch=(any) url=http://health.gnu.org/ license=(GPL3) -depends=( - postgresql - pygtk - python2-caldav - python2-dateutil - python2-ldap - python2-pillow - python2-pip - python2-psycopg2 - python2-pytz - python2-pywebdav - python2-qrcode - python2-vobject - "trytond>=4.0" - "trytond-calendar>=4.0" - "trytond-currency>=4.0" - "trytond-product>=4.0" - "trytond-stock-lot>=4.0" - "trytond-stock-supply>=4.0" -) -source=( - http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz - http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz.sig -) -sha512sums=( - 09747578cdd565d18e353caa6c83b2a174c2c752af88d1b46de785de9ed72ef8056a116b5531c592509759ab1dd67f694032bf3feaafeaea6ef3c15b591501ad - SKIP -) -validpgpkeys=( - 14C7FD1362749706D602FBE2EADA01E3E44B8011 # Luis Falcon (meanmicio at GNU) <falcon@gnu.org> -) +depends=(postgresql pygtk python2-caldav python2-dateutil python2-ldap python2-pillow python2-pip python2-psycopg2 python2-pytz python2-pywebdav + python2-qrcode python2-vobject "trytond>=4.2" "trytond-calendar>=4.2" "trytond-currency>=4.2" "trytond-product>=4.2" "trytond-stock-lot>=4.2" + "trytond-stock-supply>=4.2") +source=(http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz{,.sig}) +sha512sums=(cc7d96b30f0f8667040cf0230686b3fb86799f77655383152f2fb698ea0d969555c5eb1adedd47f476c16126bfe11199721ae0e752fd3d6db261505058bff94d + SKIP) +validpgpkeys=(14C7FD1362749706D602FBE2EADA01E3E44B8011) # Luis Falcon (meanmicio at GNU) <falcon@gnu.org> prepare() { # fix python2 problem |