diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-08-02 13:12:21 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2014-08-02 13:12:21 -0300 |
commit | 993d7b0f0cded464d954f8d081e9c3313c94ba98 (patch) | |
tree | 5dd2631a0c9b2ac30d978d89ee3903b4835ead49 | |
parent | b76e0302e896f8bd84765a2f07a6063d1c5f315c (diff) | |
download | abslibre-993d7b0f0cded464d954f8d081e9c3313c94ba98.tar.gz abslibre-993d7b0f0cded464d954f8d081e9c3313c94ba98.tar.bz2 abslibre-993d7b0f0cded464d954f8d081e9c3313c94ba98.zip |
gnuhealth-2.6.0-1: updating version
-rw-r--r-- | pcr/gnuhealth/PKGBUILD | 18 |
1 files 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 <anderraso@gmail.com> 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 |