summaryrefslogtreecommitdiff
path: root/pcr/trytond-product
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-09 21:43:56 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-09 21:43:56 -0500
commit6688cc79567d7a4c802a5b10394e28a6cc1a3ba3 (patch)
tree544620d06af7645c34e42b42d1164dc210eafe02 /pcr/trytond-product
parent9d840224b1b9ac76f93a595278fcc8370be79732 (diff)
trytond-product-4.0.1-1: updating version
Diffstat (limited to 'pcr/trytond-product')
-rw-r--r--pcr/trytond-product/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/trytond-product/PKGBUILD b/pcr/trytond-product/PKGBUILD
index d2991a706..855e79b09 100644
--- a/pcr/trytond-product/PKGBUILD
+++ b/pcr/trytond-product/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=trytond-product
_pkgname=trytond_product
-pkgver=3.8.0
-_pkgdir=3.8
+pkgver=4.0.1
+_pkgdir=4.0
pkgrel=1
pkgdesc="The product module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.8')
+depends=('trytond>=4.0')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("a1241acc7e7670b854d7eb3ae47bcbaa")
+md5sums=("418b55bfd48c776eac83bf6f87659827")
build() {
cd $srcdir/$_pkgname-$pkgver
@@ -23,4 +23,4 @@ build() {
package() {
cd $srcdir/$_pkgname-$pkgver
python2 setup.py install --root=$pkgdir
-} \ No newline at end of file
+}