diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-23 03:46:39 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-23 03:46:39 -0500 |
commit | 4c610a16ac943fd4dedd05e61f503f325443816a (patch) | |
tree | 756cf83ab3c293498fb4d8b0f9690c6c27e5ba76 /pcr/trytond-account-invoice | |
parent | db4e4edb4fee2e0a781a5d9d64aed83996e70244 (diff) | |
download | abslibre-4c610a16ac943fd4dedd05e61f503f325443816a.tar.gz abslibre-4c610a16ac943fd4dedd05e61f503f325443816a.tar.bz2 abslibre-4c610a16ac943fd4dedd05e61f503f325443816a.zip |
trytond-account-invoice-4.2.0-1: updating version
Diffstat (limited to 'pcr/trytond-account-invoice')
-rw-r--r-- | pcr/trytond-account-invoice/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD index c8b452069..9926b2287 100644 --- a/pcr/trytond-account-invoice/PKGBUILD +++ b/pcr/trytond-account-invoice/PKGBUILD @@ -2,19 +2,19 @@ pkgname=trytond-account-invoice _pkgname=trytond_account_invoice -pkgver=4.0.1 -_pkgdir=4.0 +pkgver=4.2.0 +_pkgdir=4.2 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>=4.0' 'trytond-account>=4.0' 'trytond-account-product>=4.0' 'trytond-company>=4.0' - 'trytond-currency>=4.0' 'trytond-party>=4.0' 'trytond-product>=4.0') +depends=('trytond>=4.2' 'trytond-account>=4.2' 'trytond-account-product>=4.2' 'trytond-company>=4.2' + 'trytond-currency>=4.2' 'trytond-party>=4.2' 'trytond-product>=4.2') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("ed0e47b1756650201e05308534429e35") +md5sums=('26c5e50ade88f2b7e5c2bbec6f026110') build() { cd $srcdir/$_pkgname-$pkgver |