From f5c35a89111381fe15ee05ddfb9cef892dedd87a Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 7 Feb 2015 17:13:17 -0200 Subject: gnuhealth-2.8.0-1: updating version --- pcr/gnuhealth/PKGBUILD | 41 +++-------------------------------------- 1 file changed, 3 insertions(+), 38 deletions(-) diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index db22de64c..95e506764 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -3,7 +3,7 @@ # Contributor (Arch): Ander pkgname=gnuhealth -pkgver=2.6.4 +pkgver=2.8.0 pkgrel=1 pkgdesc="A free Health and Hospital Information System" arch=any @@ -32,7 +32,7 @@ source=( http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz.sig ) sha512sums=( - f76060d334a85a7d726dbe6f2f9bc7206cf4ad7bf5abcdf143bc432411e89701320047c672bebefaeea9f92d5c31a298553f90ad35c9b2e17ae4058482cd067c + 78669d04d9748d4507a9a328c4b8ae3d5b3b4d6241a4f5f9bf6e2e37c12077a407326838adbced4228d81ff8a75ae5267b8e3ae44a3df5c113defeb4046d2bae SKIP ) validpgpkeys=( @@ -45,43 +45,8 @@ prepare() { } package() { - MODULES=( - health - health_archives - health_calendar - health_crypto - health_genetics - health_gyneco - health_history - health_icd10 - health_icd10pcs - health_icpm - health_icu - health_imaging - health_inpatient - health_inpatient_calendar - health_lab - health_lifestyle - health_mdg6 - health_ntd - health_ntd_chagas - health_ntd_dengue - health_nursing - health_pediatrics - health_pediatrics_growth_charts - health_pediatrics_growth_charts_who - health_profile - health_qrcodes - health_reporting - health_services - health_socioeconomics - health_stock - health_surgery - health_who_essential_medicines - ) - # build gnuhealth modules - for module in ${MODULES[@]} + for module in health* do cd $srcdir/$pkgname-$pkgver/$module python2 setup.py install --root=$pkgdir -- cgit v1.2.3