diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-23 01:51:48 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-23 01:51:48 -0500 |
commit | 6c099e313ba91376b8875203765293ba17b49b2b (patch) | |
tree | 2cd3b9de08766e9148f38b2cc739480ad3ccde52 /pcr/trytond-currency | |
parent | b07397f5fd37ae5dcd41591bbc9ac6f31caa965b (diff) | |
download | abslibre-6c099e313ba91376b8875203765293ba17b49b2b.tar.gz abslibre-6c099e313ba91376b8875203765293ba17b49b2b.tar.bz2 abslibre-6c099e313ba91376b8875203765293ba17b49b2b.zip |
trytond-currency-4.2.0-1: updating version
Diffstat (limited to 'pcr/trytond-currency')
-rw-r--r-- | pcr/trytond-currency/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/trytond-currency/PKGBUILD b/pcr/trytond-currency/PKGBUILD index eea9188c1..9c41db4a8 100644 --- a/pcr/trytond-currency/PKGBUILD +++ b/pcr/trytond-currency/PKGBUILD @@ -2,18 +2,18 @@ pkgname=trytond-currency _pkgname=trytond_currency -pkgver=4.0.1 -_pkgdir=4.0 +pkgver=4.2.0 +_pkgdir=4.2 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>=4.0') +depends=('trytond>=4.2') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("33ba3983382aca70b81e1a3206c8af3d") +md5sums=("1a0e6923d26a18c4935539d511f42a8b") build() { cd $srcdir/$_pkgname-$pkgver |