diff options
Diffstat (limited to 'pcr/trytond-account-product/PKGBUILD')
-rw-r--r-- | pcr/trytond-account-product/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/trytond-account-product/PKGBUILD b/pcr/trytond-account-product/PKGBUILD index 980373518..d5b07d0df 100644 --- a/pcr/trytond-account-product/PKGBUILD +++ b/pcr/trytond-account-product/PKGBUILD @@ -2,18 +2,18 @@ pkgname=trytond-account-product _pkgname=trytond_account_product -pkgver=3.8.0 -_pkgdir=3.8 +pkgver=4.0.1 +_pkgdir=4.0 pkgrel=1 pkgdesc="The account_product module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=3.8' 'trytond-account>=3.8' 'trytond-company>=3.8' 'trytond-product>=3.8') +depends=('trytond>=4.0' 'trytond-account>=4.0' 'trytond-company>=4.0' 'trytond-product>=4.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("c243a5b71141532e59c3e8f42cc773f6") +md5sums=("d410b706b4eb2970090ab329eef8f4ca") build() { cd $srcdir/$_pkgname-$pkgver |