diff options
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 |