diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-06-28 01:08:06 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-06-28 01:08:06 -0300 |
commit | efd3779d0b698daee3d1620ffa63f66c3cb249e7 (patch) | |
tree | cc005ce0d2509aef0bac3890cb1edbca038c987f /social/gnuhealth/PKGBUILD | |
parent | 93b4e351b297424bea9fb532259036d7a6607672 (diff) | |
parent | 2ecb70b29a4d14ebc72f8ec5f9026d350277b6de (diff) | |
download | abslibre-efd3779d0b698daee3d1620ffa63f66c3cb249e7.tar.gz abslibre-efd3779d0b698daee3d1620ffa63f66c3cb249e7.tar.bz2 abslibre-efd3779d0b698daee3d1620ffa63f66c3cb249e7.zip |
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
Diffstat (limited to 'social/gnuhealth/PKGBUILD')
-rw-r--r-- | social/gnuhealth/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/social/gnuhealth/PKGBUILD b/social/gnuhealth/PKGBUILD index f1da528ff..10d059d4a 100644 --- a/social/gnuhealth/PKGBUILD +++ b/social/gnuhealth/PKGBUILD @@ -1,7 +1,8 @@ # Maintainer: SpepS <dreamspepser at yahoo dot it> +# Maintainer (Parabola): André Silva <emulatorman@lavabit.com> pkgname=gnuhealth -pkgver=1.6.1 +pkgver=1.6.2 pkgrel=1 pkgdesc="A free Health and Hospital Information System" arch=(any) @@ -9,7 +10,7 @@ url="http://health.gnu.org/" license=('GPL3') depends=('trytond') source=("http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz") -md5sums=('fef8c811ca6de3fdd6e2430d644e13c9') +md5sums=('f36bb82a7a142c99da0218d9a889344c') build() { cd "$srcdir/$pkgname-$pkgver" |