From 246e7c9f59494a17da183e864c015f3238c70775 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sun, 10 Jul 2016 01:05:13 -0500 Subject: trytond-purchase-4.0.1-1: udpating version --- pcr/trytond-purchase/PKGBUILD | 13 ++++++++----- 1 file 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 +# Maintainer: Omar Vega Ramos + 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 -- cgit v1.2.3-54-g00ecf