diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/trytond-account-invoice/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD index 6da7c9ef6..c8b452069 100644 --- a/pcr/trytond-account-invoice/PKGBUILD +++ b/pcr/trytond-account-invoice/PKGBUILD @@ -2,18 +2,19 @@ pkgname=trytond-account-invoice _pkgname=trytond_account_invoice -pkgver=3.8.2 -_pkgdir=3.8 +pkgver=4.0.1 +_pkgdir=4.0 pkgrel=1 pkgdesc="The account_invoice 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-account-product>=3.8' 'trytond-company>=3.8' 'trytond-currency>=3.8' 'trytond-party>=3.8' 'trytond-product>=3.8') +depends=('trytond>=4.0' 'trytond-account>=4.0' 'trytond-account-product>=4.0' 'trytond-company>=4.0' + 'trytond-currency>=4.0' 'trytond-party>=4.0' 'trytond-product>=4.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("599458a18ec432e8c1a7048aaac2981f") +md5sums=("ed0e47b1756650201e05308534429e35") build() { cd $srcdir/$_pkgname-$pkgver |