diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-18 16:14:38 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-18 16:14:38 -0500 |
commit | 4ad31d2eff55cdc86db81434274b536788f0a818 (patch) | |
tree | 71a113ffce1ac7243948214db57373ad9d4f0de1 /pcr/trytond-currency | |
parent | 085667a8c566246e7154a17a6c23eb1d8bee3ede (diff) | |
download | abslibre-4ad31d2eff55cdc86db81434274b536788f0a818.tar.gz abslibre-4ad31d2eff55cdc86db81434274b536788f0a818.tar.bz2 abslibre-4ad31d2eff55cdc86db81434274b536788f0a818.zip |
trytond-currency-3.8.0-1: updating version
Diffstat (limited to 'pcr/trytond-currency')
-rw-r--r-- | pcr/trytond-currency/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/trytond-currency/PKGBUILD b/pcr/trytond-currency/PKGBUILD index bff11256d..d26c60fd9 100644 --- a/pcr/trytond-currency/PKGBUILD +++ b/pcr/trytond-currency/PKGBUILD @@ -1,19 +1,19 @@ -# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> + pkgname=trytond-currency _pkgname=trytond_currency -pkgver=3.4.1 -_pkgdir=3.4 +pkgver=3.8.0 +_pkgdir=3.8 pkgrel=1 pkgdesc="The currency module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=3.4') +depends=('trytond>=3.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("0bceb6e32905adebfabc0a038909f285") +md5sums=("87a27f39ae2e685c0888862f63bbc19e") build() { cd $srcdir/$_pkgname-$pkgver |