diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-10 00:27:41 -0200 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-10 00:27:41 -0200 |
commit | 37d504bdcad3141d37507bdd12f5ff49c7f5c7c7 (patch) | |
tree | 25ca1631507e8e5f63e87ff1b61df82e1d0fceba /pcr/trytond-account-invoice | |
parent | 6d9c54b29ac81a3ade612fd2c155ea3ce4427bd2 (diff) | |
download | abslibre-37d504bdcad3141d37507bdd12f5ff49c7f5c7c7.tar.gz abslibre-37d504bdcad3141d37507bdd12f5ff49c7f5c7c7.tar.bz2 abslibre-37d504bdcad3141d37507bdd12f5ff49c7f5c7c7.zip |
trytond-account-invoice-2.8.3-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 5488733bf..880c1dff9 100644 --- a/pcr/trytond-account-invoice/PKGBUILD +++ b/pcr/trytond-account-invoice/PKGBUILD @@ -2,7 +2,7 @@ # Maintainer (Parabola): André Silva <emulatorman@lavabit.com> pkgname=trytond-account-invoice _pkgname=trytond_account_invoice -pkgver=2.8.1 +pkgver=2.8.3 _pkgdir=2.8 pkgrel=1 pkgdesc="The account_invoice module of the Tryton application platform" @@ -13,7 +13,7 @@ groups=('trytond-modules') depends=('trytond>=2.8' 'trytond-account>=2.8' 'trytond-account-product>=2.8' 'trytond-company>=2.8' 'trytond-currency>=2.8' 'trytond-party>=2.8' 'trytond-product>=2.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("0f61e65c235f5b09df1be72851a4f0d4") +md5sums=("5c3dda771139e55d1f445f07922028a3") package() { cd $srcdir/$_pkgname-$pkgver |