From e1435d58dbd43bb7dee656ffca1198c6c1a22827 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 22 Feb 2014 13:36:59 -0200 Subject: gnuhealth-2.4.1-1: updating version --- pcr/gnuhealth/PKGBUILD | 11 +++++++++-- 1 file 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 # Contributor: SpepS +# Contributor: Ander 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 -- cgit v1.2.3-54-g00ecf