diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/trytond-sale-opportunity/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/trytond-sale-opportunity/PKGBUILD b/pcr/trytond-sale-opportunity/PKGBUILD index aba1ea0a4..10ffea7d3 100644 --- a/pcr/trytond-sale-opportunity/PKGBUILD +++ b/pcr/trytond-sale-opportunity/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> pkgname=trytond-sale-opportunity _pkgname=trytond_sale_opportunity -pkgver=3.4.0 +pkgver=3.4.1 _pkgdir=3.4 pkgrel=1 pkgdesc="The sale_opportunity module of the Tryton application platform" @@ -12,7 +12,7 @@ groups=('trytond-modules') depends=('trytond>=3.4' 'trytond-account>=3.4' 'trytond-company>=3.4' 'trytond-currency>=3.4' 'trytond-party>=3.4' 'trytond-product>=3.4' 'trytond-sale>=3.4' 'trytond-stock>=3.4') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("7be0d8c9dadf3c15e8cf6442c8f1dcaa") +md5sums=("3da4755d2efb85ee0bae91272e76bd1a") build() { cd $srcdir/$_pkgname-$pkgver |