diff options
-rw-r--r-- | pcr/trytond-stock/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/trytond-stock/PKGBUILD b/pcr/trytond-stock/PKGBUILD index db20377e7..be7753d16 100644 --- a/pcr/trytond-stock/PKGBUILD +++ b/pcr/trytond-stock/PKGBUILD @@ -2,7 +2,7 @@ pkgname=trytond-stock _pkgname=trytond_stock -pkgver=3.8.0 +pkgver=3.8.1 _pkgdir=3.8 pkgrel=1 pkgdesc="The stock module of the Tryton application platform" @@ -13,7 +13,7 @@ groups=('trytond-modules') depends=('trytond>=3.8' 'trytond-company>=3.8' 'trytond-currency>=3.8' 'trytond-party>=3.8' 'trytond-product>=3.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("6a8e08de3d502e7b3a103011abd7a896") +md5sums=("23b707db356e858a8ad461fc09a446a1") build() { cd $srcdir/$_pkgname-$pkgver |