From ced9cff67a535d9592727488335a10075dfc7f5c Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sun, 10 Jul 2016 00:10:53 -0500 Subject: trytond-account-4.0.1-1: updating version --- pcr/trytond-account/PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'pcr/trytond-account/PKGBUILD') diff --git a/pcr/trytond-account/PKGBUILD b/pcr/trytond-account/PKGBUILD index 474231af7..933741d32 100644 --- a/pcr/trytond-account/PKGBUILD +++ b/pcr/trytond-account/PKGBUILD @@ -2,18 +2,19 @@ pkgname=trytond-account _pkgname=trytond_account -pkgver=3.8.1 -_pkgdir=3.8 +pkgver=4.0.1 +_pkgdir=4.0 pkgrel=1 pkgdesc="The account 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') +depends=('trytond>=4.0' 'trytond-company>=4.0' 'trytond-currency>=4.0' + 'trytond-party>=4.0' 'python2-simpleeval') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("0723e53d769b8369bdbe2d0e0ba1fe4e") +md5sums=("308dda8d105684648c166efbd3bad71c") build() { cd $srcdir/$_pkgname-$pkgver -- cgit v1.2.3-2-g168b