diff options
-rw-r--r-- | pcr/trytond-stock/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/trytond-stock/PKGBUILD b/pcr/trytond-stock/PKGBUILD index c6d563e9a..69f1e8772 100644 --- a/pcr/trytond-stock/PKGBUILD +++ b/pcr/trytond-stock/PKGBUILD @@ -2,19 +2,19 @@ pkgname=trytond-stock _pkgname=trytond_stock -pkgver=4.0.2 -_pkgdir=4.0 +pkgver=4.2.0 +_pkgdir=4.2 pkgrel=1 pkgdesc="The stock module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=4.0' 'trytond-company>=4.0' 'trytond-currency>=4.0' - 'trytond-party>=4.0' 'trytond-product>=4.0') +depends=('trytond>=4.2' 'trytond-company>=4.2' 'trytond-currency>=4.2' + 'trytond-party>=4.2' 'trytond-product>=4.2') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("4f1adc113b0e049f85afc88d98b7959c") +md5sums=('8b11ddb480e8fe00439d5eea36aa61ed') build() { cd $srcdir/$_pkgname-$pkgver |