diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/trytond-party/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/trytond-party/PKGBUILD b/pcr/trytond-party/PKGBUILD index de91224c4..378a894c7 100644 --- a/pcr/trytond-party/PKGBUILD +++ b/pcr/trytond-party/PKGBUILD @@ -1,19 +1,19 @@ -# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> + pkgname=trytond-party _pkgname=trytond_party -pkgver=3.4.1 -_pkgdir=3.4 +pkgver=3.8.1 +_pkgdir=3.8 pkgrel=1 pkgdesc="The party module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=3.4' 'trytond-country>=3.4') +depends=('trytond>=3.8' 'trytond-country>=3.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("7a27d801a1d2cb4f8ef1c934c64e133c") +md5sums=("0086f1735e71fd722165dd4870da6694") build() { cd $srcdir/$_pkgname-$pkgver |