From 5224f7f6b6a9aad1a06dfbbce0d6695ef64d77e9 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 9 Jul 2016 22:05:24 -0500 Subject: trytond-party-4.0.1-1: updating version --- pcr/trytond-party/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pcr/trytond-party') 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 +} -- cgit v1.2.2