diff options
Diffstat (limited to 'pcr/trytond-sale-shipment-cost/PKGBUILD')
-rw-r--r-- | pcr/trytond-sale-shipment-cost/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/trytond-sale-shipment-cost/PKGBUILD b/pcr/trytond-sale-shipment-cost/PKGBUILD index 7dc67c9b6..b23f304d2 100644 --- a/pcr/trytond-sale-shipment-cost/PKGBUILD +++ b/pcr/trytond-sale-shipment-cost/PKGBUILD @@ -1,18 +1,18 @@ # Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> pkgname=trytond-sale-shipment-cost _pkgname=trytond_sale_shipment_cost -pkgver=3.2.0 -_pkgdir=3.2 +pkgver=3.4.0 +_pkgdir=3.4 pkgrel=1 pkgdesc="The sale_shipment_cost module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=3.2' 'trytond-account-invoice>=3.2' 'trytond-carrier>=3.2' 'trytond-currency>=3.2' 'trytond-sale>=3.2' 'trytond-stock>=3.2') +depends=('trytond>=3.4' 'trytond-account-invoice>=3.4' 'trytond-carrier>=3.4' 'trytond-currency>=3.4' 'trytond-sale>=3.4' 'trytond-stock>=3.4') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("19b8727f46bbdcf397a670ea1dedb57a") +md5sums=("b4e8c9cf43b707343174666438a8fb33") build() { cd $srcdir/$_pkgname-$pkgver |