diff options
Diffstat (limited to 'pcr/trytond-stock-supply/PKGBUILD')
-rw-r--r-- | pcr/trytond-stock-supply/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/pcr/trytond-stock-supply/PKGBUILD b/pcr/trytond-stock-supply/PKGBUILD index 650b152c7..b17de79dc 100644 --- a/pcr/trytond-stock-supply/PKGBUILD +++ b/pcr/trytond-stock-supply/PKGBUILD @@ -1,18 +1,19 @@ -# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> + pkgname=trytond-stock-supply _pkgname=trytond_stock_supply -pkgver=3.4.0 -_pkgdir=3.4 +pkgver=4.0.1 +_pkgdir=4.0 pkgrel=1 pkgdesc="The stock_supply 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-party>=3.4' 'trytond-product>=3.4' 'trytond-purchase>=3.4' 'trytond-stock>=3.4') +depends=('trytond>=4.0' 'trytond-party>=4.0' 'trytond-product>=4.0' 'trytond-purchase>=4.0' 'trytond-stock>=4.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("fea20a75251f7367d14b726a9f04d367") +md5sums=("a7fbeeef7d1191b7121a9502a5aa00ef") build() { cd $srcdir/$_pkgname-$pkgver |