diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-07-10 00:10:53 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-07-10 00:10:53 -0500 |
commit | ced9cff67a535d9592727488335a10075dfc7f5c (patch) | |
tree | b04f8a74e7ad40a627be99a8778b2aa997a7c42e /pcr/trytond-account | |
parent | 548bde2f2549f2f597769746e2d7eb72978a6b5a (diff) | |
download | abslibre-ced9cff67a535d9592727488335a10075dfc7f5c.tar.gz abslibre-ced9cff67a535d9592727488335a10075dfc7f5c.tar.bz2 abslibre-ced9cff67a535d9592727488335a10075dfc7f5c.zip |
trytond-account-4.0.1-1: updating version
Diffstat (limited to 'pcr/trytond-account')
-rw-r--r-- | pcr/trytond-account/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
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 |