summaryrefslogtreecommitdiff
path: root/pcr/trytond-party
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-09 22:05:24 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-09 22:05:24 -0500
commit5224f7f6b6a9aad1a06dfbbce0d6695ef64d77e9 (patch)
tree521ff688d3af55041fadcc17c30dcd314573c51d /pcr/trytond-party
parentfc2abfcac970bf3e01bf4f4bd34d4ccb11611ec6 (diff)
trytond-party-4.0.1-1: updating version
Diffstat (limited to 'pcr/trytond-party')
-rw-r--r--pcr/trytond-party/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/trytond-party/PKGBUILD b/pcr/trytond-party/PKGBUILD
index 378a894c7..47e2015d4 100644
--- a/pcr/trytond-party/PKGBUILD
+++ b/pcr/trytond-party/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=trytond-party
_pkgname=trytond_party
-pkgver=3.8.1
-_pkgdir=3.8
+pkgver=4.0.1
+_pkgdir=4.0
pkgrel=1
pkgdesc="The party module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.8' 'trytond-country>=3.8')
+depends=('trytond>=4.0' 'trytond-country>=4.0' 'python2-stdnum')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("0086f1735e71fd722165dd4870da6694")
+md5sums=("f4cb45d2b6c2a35bf29a3caca59cc479")
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
+}