From 993d7b0f0cded464d954f8d081e9c3313c94ba98 Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Sat, 2 Aug 2014 13:12:21 -0300 Subject: gnuhealth-2.6.0-1: updating version --- pcr/gnuhealth/PKGBUILD | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/pcr/gnuhealth/PKGBUILD b/pcr/gnuhealth/PKGBUILD index 808c455cb..f9d822ad9 100644 --- a/pcr/gnuhealth/PKGBUILD +++ b/pcr/gnuhealth/PKGBUILD @@ -3,7 +3,7 @@ # Contributor (Arch): Ander pkgname=gnuhealth -pkgver=2.4.1 +pkgver=2.6.0 pkgrel=1 pkgdesc="A free Health and Hospital Information System" arch=any @@ -21,24 +21,26 @@ depends=( python2-pywebdav python2-qrcode python2-vobject - "trytond>=3.0" - "trytond-account-invoice>=3.0" - "trytond-calendar>=3.0" - "trytond-country>=3.0" - "trytond-stock-lot>=3.0" + "trytond>=3.2" + "trytond-account-invoice>=3.2" + "trytond-calendar>=3.2" + "trytond-country>=3.2" + "trytond-stock-lot>=3.2" ) source=http://ftp.gnu.org/gnu/health/$pkgname-$pkgver.tar.gz -sha512sums=8a2421a20711f1c8af67211f9ffad56cbd96d527ff9f748d471f0b3488aea3efb7bffb3dbec541967035f751fb07d3b6662c077c430aab3466a929ef6856f22b +sha512sums=61ea1fdec5c7dcbc56f81f41e0b0e45f7ed9ffe7eb0d35ea5ebcb22e70b4ad0d3d317ea60c802d71c2f12b38106972d19e1e0cbe806818e45fed58a6e9b880a4 prepare() { - # fix problem with python2 + # fix python2 problem sed -i 's|/usr/bin/env python|/usr/bin/env python2|' $(grep -rlI '/usr/bin/env python') } package() { MODULES=( health + health_archives health_calendar + health_crypto health_genetics health_gyneco health_history -- cgit v1.2.3