diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-23 03:26:18 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2017-01-23 03:26:18 -0500 |
commit | 72f994f1da59820da66c00b253f268c6ff24a6ae (patch) | |
tree | 510b5c650469789450ba3b919be0795c7d3829ac /pcr/trytond-stock | |
parent | 2e7bfa2076323cc331507bf8c279367b2b109b55 (diff) | |
download | abslibre-72f994f1da59820da66c00b253f268c6ff24a6ae.tar.gz abslibre-72f994f1da59820da66c00b253f268c6ff24a6ae.tar.bz2 abslibre-72f994f1da59820da66c00b253f268c6ff24a6ae.zip |
trytond-stock-4.2.0-1: updating version
Diffstat (limited to 'pcr/trytond-stock')
-rw-r--r-- | pcr/trytond-stock/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/trytond-stock/PKGBUILD b/pcr/trytond-stock/PKGBUILD index c6d563e9a..69f1e8772 100644 --- a/pcr/trytond-stock/PKGBUILD +++ b/pcr/trytond-stock/PKGBUILD @@ -2,19 +2,19 @@ pkgname=trytond-stock _pkgname=trytond_stock -pkgver=4.0.2 -_pkgdir=4.0 +pkgver=4.2.0 +_pkgdir=4.2 pkgrel=1 pkgdesc="The stock module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=4.0' 'trytond-company>=4.0' 'trytond-currency>=4.0' - 'trytond-party>=4.0' 'trytond-product>=4.0') +depends=('trytond>=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=("4f1adc113b0e049f85afc88d98b7959c") +md5sums=('8b11ddb480e8fe00439d5eea36aa61ed') build() { cd $srcdir/$_pkgname-$pkgver |