diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-18 17:06:42 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-18 17:06:42 -0500 |
commit | 5d7fdfb7d22f0a802476bc0606e7c4c198879388 (patch) | |
tree | ebeae05f7f66c40fb43ae8e26b3fda6856cb0481 /pcr/trytond-account | |
parent | e01b2597c8c7402fae1b05008a9bf18d31c62f0b (diff) | |
download | abslibre-5d7fdfb7d22f0a802476bc0606e7c4c198879388.tar.gz abslibre-5d7fdfb7d22f0a802476bc0606e7c4c198879388.tar.bz2 abslibre-5d7fdfb7d22f0a802476bc0606e7c4c198879388.zip |
trytond-account-3.8.1-1: updating version
Diffstat (limited to 'pcr/trytond-account')
-rw-r--r-- | pcr/trytond-account/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pcr/trytond-account/PKGBUILD b/pcr/trytond-account/PKGBUILD index 731efb2f5..474231af7 100644 --- a/pcr/trytond-account/PKGBUILD +++ b/pcr/trytond-account/PKGBUILD @@ -1,18 +1,19 @@ -# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> + pkgname=trytond-account _pkgname=trytond_account -pkgver=3.4.1 -_pkgdir=3.4 +pkgver=3.8.1 +_pkgdir=3.8 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.4' 'trytond-company>=3.4' 'trytond-currency>=3.4' 'trytond-party>=3.4') +depends=('trytond>=3.8' 'trytond-company>=3.8' 'trytond-currency>=3.8' 'trytond-party>=3.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("24c80648eb35d75e8a7665d32d854a26") +md5sums=("0723e53d769b8369bdbe2d0e0ba1fe4e") build() { cd $srcdir/$_pkgname-$pkgver |