diff options
Diffstat (limited to 'pcr/trytond-purchase/PKGBUILD')
-rw-r--r-- | pcr/trytond-purchase/PKGBUILD | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/pcr/trytond-purchase/PKGBUILD b/pcr/trytond-purchase/PKGBUILD index 48b360b8b..5710f4ea4 100644 --- a/pcr/trytond-purchase/PKGBUILD +++ b/pcr/trytond-purchase/PKGBUILD @@ -1,18 +1,21 @@ -# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> + pkgname=trytond-purchase _pkgname=trytond_purchase -pkgver=3.4.0 -_pkgdir=3.4 +pkgver=4.0.1 +_pkgdir=4.0 pkgrel=1 pkgdesc="The purchase module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=3.4' 'trytond-account>=3.4' 'trytond-account-invoice>=3.4' 'trytond-account-invoice-stock>=3.4' 'trytond-account-product>=3.4' 'trytond-company>=3.4' 'trytond-currency>=3.4' 'trytond-party>=3.4' 'trytond-product>=3.4' 'trytond-stock>=3.4') +depends=('trytond>=4.0' 'trytond-account>=4.0' 'trytond-account-invoice>=4.0' 'trytond-account-invoice-stock>=4.0' + 'trytond-account-product>=4.0' 'trytond-company>=4.0' 'trytond-currency>=4.0' 'trytond-party>=4.0' + 'trytond-product>=4.0' 'trytond-stock>=4.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("cbc007722d7657e159c9dbdcd2ab5d20") +md5sums=("88ea58e42e30b63b176e68e1793efd22") build() { cd $srcdir/$_pkgname-$pkgver |