diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-23 03:22:46 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-23 03:22:46 -0500 |
commit | 2e7bfa2076323cc331507bf8c279367b2b109b55 (patch) | |
tree | 276c92095848c6a7d7102ff528ca7c8fe92eb0cc | |
parent | 05a8ba0fe4cbe0c4593fe858379c33f118c311d4 (diff) | |
download | abslibre-2e7bfa2076323cc331507bf8c279367b2b109b55.tar.gz abslibre-2e7bfa2076323cc331507bf8c279367b2b109b55.tar.bz2 abslibre-2e7bfa2076323cc331507bf8c279367b2b109b55.zip |
trytond-account-4.2.0-1: updating version
-rw-r--r-- | pcr/trytond-account/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/trytond-account/PKGBUILD b/pcr/trytond-account/PKGBUILD index 933741d32..48d595307 100644 --- a/pcr/trytond-account/PKGBUILD +++ b/pcr/trytond-account/PKGBUILD @@ -2,19 +2,19 @@ pkgname=trytond-account _pkgname=trytond_account -pkgver=4.0.1 -_pkgdir=4.0 +pkgver=4.2.0 +_pkgdir=4.2 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>=4.0' 'trytond-company>=4.0' 'trytond-currency>=4.0' - 'trytond-party>=4.0' 'python2-simpleeval') +depends=('trytond>=4.2' 'trytond-company>=4.2' 'trytond-currency>=4.2' + 'trytond-party>=4.2' 'python2-simpleeval') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("308dda8d105684648c166efbd3bad71c") +md5sums=('a7afef5c36d403981f0fe360f961b809') build() { cd $srcdir/$_pkgname-$pkgver |