summaryrefslogtreecommitdiff
path: root/pcr/trytond-stock
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-10 00:28:10 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-10 00:28:10 -0500
commitf0ca81a42322affd36af52d1df0286feb810f212 (patch)
tree25a4e029d0a83c4c4cb393d630e55ab87dc1f2fc /pcr/trytond-stock
parentc2f927becb25123af8ce55df9908aae9d27510c9 (diff)
trytond-stock-4.0.2-1: updating version
Diffstat (limited to 'pcr/trytond-stock')
-rw-r--r--pcr/trytond-stock/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/pcr/trytond-stock/PKGBUILD b/pcr/trytond-stock/PKGBUILD
index be7753d16..c6d563e9a 100644
--- a/pcr/trytond-stock/PKGBUILD
+++ b/pcr/trytond-stock/PKGBUILD
@@ -2,18 +2,19 @@
pkgname=trytond-stock
_pkgname=trytond_stock
-pkgver=3.8.1
-_pkgdir=3.8
+pkgver=4.0.2
+_pkgdir=4.0
pkgrel=1
pkgdesc="The stock module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.8' 'trytond-company>=3.8' 'trytond-currency>=3.8' 'trytond-party>=3.8' 'trytond-product>=3.8')
+depends=('trytond>=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=("23b707db356e858a8ad461fc09a446a1")
+md5sums=("4f1adc113b0e049f85afc88d98b7959c")
build() {
cd $srcdir/$_pkgname-$pkgver
@@ -23,4 +24,4 @@ build() {
package() {
cd $srcdir/$_pkgname-$pkgver
python2 setup.py install --root=$pkgdir
-} \ No newline at end of file
+}