diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-17 11:28:37 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-04-17 11:28:37 -0300 |
commit | 6dde40344647afa277e4c0feb9e435d9549dc798 (patch) | |
tree | 8d05a77430c960b6bbf7681811370a2ba8095d02 /pcr/gnuhealth/PKGBUILD | |
parent | 3b9ade4f86ddb8dd438ba7966c51fa1c5a28bd6c (diff) | |
download | abslibre-6dde40344647afa277e4c0feb9e435d9549dc798.tar.gz abslibre-6dde40344647afa277e4c0feb9e435d9549dc798.tar.bz2 abslibre-6dde40344647afa277e4c0feb9e435d9549dc798.zip |
gnuhealth-1.8.1-1: updating version
Diffstat (limited to 'pcr/gnuhealth/PKGBUILD')
-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 c7db21793..0a02eba94 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> pkgname=gnuhealth -pkgver=1.8.0 +pkgver=1.8.1 pkgrel=1 pkgdesc="A free Health and Hospital Information System" arch=(any) @@ -10,7 +10,7 @@ url="http://health.gnu.org/" license=('GPL3') depends=('trytond') source=("http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz") -md5sums=('2273870ccd77a24ac21b398d095a29b5') +md5sums=('d3837242011df1d39ce7a0f1d6e6a46a') build() { cd "$srcdir/$pkgname-$pkgver" |