summaryrefslogtreecommitdiff
path: root/pcr/trytond-purchase
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-10 01:05:13 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-10 01:05:13 -0500
commit246e7c9f59494a17da183e864c015f3238c70775 (patch)
treea403d8d21fd235e009b2200a7f32f89a21047108 /pcr/trytond-purchase
parent3ad73a8edddf9fbd6f74a31471a0f317cdb7c6ba (diff)
downloadabslibre-246e7c9f59494a17da183e864c015f3238c70775.tar.gz
abslibre-246e7c9f59494a17da183e864c015f3238c70775.tar.bz2
abslibre-246e7c9f59494a17da183e864c015f3238c70775.zip
trytond-purchase-4.0.1-1: udpating version
Diffstat (limited to 'pcr/trytond-purchase')
-rw-r--r--pcr/trytond-purchase/PKGBUILD13
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