diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-18 17:44:01 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-18 17:44:01 -0500 |
commit | e7f5fdc5cc92e0fce79a1e2c7ade45de37800711 (patch) | |
tree | c72ef9b1e1284fe646884e498531b35bf05becfc /pcr/trytond-account-invoice | |
parent | 1f33b186cc1985af4895b2cc5fdcc60a11bfb697 (diff) | |
download | abslibre-e7f5fdc5cc92e0fce79a1e2c7ade45de37800711.tar.gz abslibre-e7f5fdc5cc92e0fce79a1e2c7ade45de37800711.tar.bz2 abslibre-e7f5fdc5cc92e0fce79a1e2c7ade45de37800711.zip |
trytond-account-invoice-3.8.0-1: updating version
Diffstat (limited to 'pcr/trytond-account-invoice')
-rw-r--r-- | pcr/trytond-account-invoice/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD index a3c8baeff..ab99a0921 100644 --- a/pcr/trytond-account-invoice/PKGBUILD +++ b/pcr/trytond-account-invoice/PKGBUILD @@ -1,18 +1,19 @@ -# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> + pkgname=trytond-account-invoice _pkgname=trytond_account_invoice -pkgver=3.4.0 -_pkgdir=3.4 +pkgver=3.8.0 +_pkgdir=3.8 pkgrel=1 pkgdesc="The account_invoice module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=3.4' 'trytond-account>=3.4' 'trytond-account-product>=3.4' 'trytond-company>=3.4' 'trytond-currency>=3.4' 'trytond-party>=3.4' 'trytond-product>=3.4') +depends=('trytond>=3.8' 'trytond-account>=3.8' 'trytond-account-product>=3.8' 'trytond-company>=3.8' 'trytond-currency>=3.8' 'trytond-party>=3.8' 'trytond-product>=3.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("69e5132e91d99e023f1d148973dc463c") +md5sums=("065c7e540a957e7e7ba4ee2a7d2d0287") build() { cd $srcdir/$_pkgname-$pkgver |