diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-05-02 22:14:13 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-05-02 22:14:13 -0500 |
commit | 706b0a43543781801a4cc6971bb86e7d96e583dd (patch) | |
tree | 7abf785a7e11c8e3ad7c102d423e41092bf7582c /pcr/trytond-account-invoice | |
parent | 52124c790d83fbb028c21943d65e3c5d3d1de4d9 (diff) | |
download | abslibre-706b0a43543781801a4cc6971bb86e7d96e583dd.tar.gz abslibre-706b0a43543781801a4cc6971bb86e7d96e583dd.tar.bz2 abslibre-706b0a43543781801a4cc6971bb86e7d96e583dd.zip |
trytond-account-invoice-3.8.2-1: updating version
Diffstat (limited to 'pcr/trytond-account-invoice')
-rw-r--r-- | pcr/trytond-account-invoice/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD index ab99a0921..6da7c9ef6 100644 --- a/pcr/trytond-account-invoice/PKGBUILD +++ b/pcr/trytond-account-invoice/PKGBUILD @@ -2,7 +2,7 @@ pkgname=trytond-account-invoice _pkgname=trytond_account_invoice -pkgver=3.8.0 +pkgver=3.8.2 _pkgdir=3.8 pkgrel=1 pkgdesc="The account_invoice module of the Tryton application platform" @@ -13,7 +13,7 @@ groups=('trytond-modules') 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=("065c7e540a957e7e7ba4ee2a7d2d0287") +md5sums=("599458a18ec432e8c1a7048aaac2981f") build() { cd $srcdir/$_pkgname-$pkgver |