diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-25 12:45:40 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-25 12:45:40 -0300 |
commit | 27cd560baa49d7eb685a5789cb915c5cdbdaf305 (patch) | |
tree | 03f7fdcdfa62b05dd9793f2809c20d6357c991c0 /pcr/gnuhealth/PKGBUILD | |
parent | 88e1da204a82b0e8c0fa1a9e42ecd1b86a08eab8 (diff) | |
parent | c86852f13787f259167b1df6d3762ef78980cad3 (diff) |
Merge branch 'master' of vparabola:abslibre
Diffstat (limited to 'pcr/gnuhealth/PKGBUILD')
-rw-r--r-- | pcr/gnuhealth/PKGBUILD | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index c10b4e7c9..cc23c41d3 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -1,8 +1,9 @@ # Maintainer: André Silva <emulatorman@parabola.nu> # Contributor: SpepS <dreamspepser at yahoo dot it> +# Contributor: Ander <anderraso@gmail.com> pkgname=gnuhealth -pkgver=2.4.0 +pkgver=2.4.1 pkgrel=1 pkgdesc="A free Health and Hospital Information System" arch=any @@ -27,7 +28,12 @@ depends=( "trytond-stock-lot>=3.0" ) source=http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz -sha512sums=ee33b3efd731a7dc688e20c09a0aff58001e5e9b24d01420da20021e13ac3ca90c4fb141c4ca49d7d27144d1ef0255d09fd4eab83c86b782052c2244a57ba36d +sha512sums=8a2421a20711f1c8af67211f9ffad56cbd96d527ff9f748d471f0b3488aea3efb7bffb3dbec541967035f751fb07d3b6662c077c430aab3466a929ef6856f22b + +prepare() { + # fix problem with python2 + sed -i 's|/usr/bin/env python|/usr/bin/env python2|' $(grep -rlI '/usr/bin/env python') +} package() { MODULES=( @@ -38,6 +44,7 @@ package() { health_history health_icd10 health_icd10pcs + health_icpm health_icu health_imaging health_inpatient |