diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-23 16:15:08 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-02-23 16:15:08 -0300 |
commit | 44ae571c1d57a21af2c915b42bb656cf0d69c9ee (patch) | |
tree | 757e53f443e27a95d1b1b0cdf337c2147953fc46 /pcr | |
parent | eadbb9961b89668e4aed317f5dd97cb04e86663e (diff) | |
parent | 1d20e4962664ab152948a14b4320b12204a1053e (diff) |
Merge branch 'master' of gparabola:abslibre/abslibre-pre-mips64el
Conflicts:
community/libftdi/PKGBUILD
community/lxshortcut/PKGBUILD
community/pcmanfm/PKGBUILD
community/qingy/PKGBUILD
community/yagf/PKGBUILD
extra/ethtool/PKGBUILD
extra/gptfdisk/PKGBUILD
extra/postgresql/PKGBUILD
extra/xfburn/PKGBUILD
libre/linux-libre/PKGBUILD
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/gnuhealth/PKGBUILD | 11 | ||||
-rw-r--r-- | pcr/python2-qrcode/PKGBUILD | 12 | ||||
-rw-r--r-- | pcr/youtube-dl-current/PKGBUILD | 4 |
3 files changed, 17 insertions, 10 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 diff --git a/pcr/python2-qrcode/PKGBUILD b/pcr/python2-qrcode/PKGBUILD index a0d2377cb..a385056ba 100644 --- a/pcr/python2-qrcode/PKGBUILD +++ b/pcr/python2-qrcode/PKGBUILD @@ -2,20 +2,20 @@ # Maintainer: Francois Boulogne <fboulogne at april dot org> pkgname=python2-qrcode -pkgver=2.7 -pkgrel=1 +pkgver=4.0.4 +pkgrel=2 pkgdesc="Python library to generate QR codes" arch=('any') url="https://github.com/lincolnloop/python-qrcode" license=('BSD') -depends=('python2-imaging' 'python2') +depends=('python2-imaging' 'python2' 'python2-six') +makedepends=('python2-setuptools') source=(http://pypi.python.org/packages/source/q/qrcode/qrcode-${pkgver}.tar.gz) -md5sums=("9c0c3d85aae468ac5ed9a501306d00d0") +md5sums=('c1dd31ed47a90498db645b61e0adfe5a') package() { cd "$srcdir/qrcode-$pkgver" - - python2 setup.py install --root="${pkgdir}" + python2 setup.py install --root="${pkgdir}" --optimize=1 } # vim:ts=2:sw=2:et: diff --git a/pcr/youtube-dl-current/PKGBUILD b/pcr/youtube-dl-current/PKGBUILD index 354ef7569..3eb39c52e 100644 --- a/pcr/youtube-dl-current/PKGBUILD +++ b/pcr/youtube-dl-current/PKGBUILD @@ -5,7 +5,7 @@ pkgname=youtube-dl-current _pkgname=youtube-dl provides=(youtube-dl) -pkgver=2014.02.13 +pkgver=2014.02.19.1 pkgrel=1 pkgdesc="A small command-line program to download videos from YouTube.com and a few more sites" arch=('any') @@ -28,5 +28,5 @@ package() { "${pkgdir}/usr/share/bash-completion/completions/youtube-dl" install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${_pkgname}/LICENSE" } -md5sums=('323101220bdd348a4251e622746609ce' +md5sums=('7a9aa7b9b2a87a19de7551eb239e9240' 'SKIP') |