diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-18 16:28:47 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-18 16:28:47 -0500 |
commit | 96875b73a8f02ef9cc92d1ec8dd8ee9f149a5c7c (patch) | |
tree | 885f26f2fc5f26ca00beaf86e286589ca44b02da /pcr/trytond-party | |
parent | 0f1211fb36aa7340f9feb35c4263d522be73228f (diff) | |
download | abslibre-96875b73a8f02ef9cc92d1ec8dd8ee9f149a5c7c.tar.gz abslibre-96875b73a8f02ef9cc92d1ec8dd8ee9f149a5c7c.tar.bz2 abslibre-96875b73a8f02ef9cc92d1ec8dd8ee9f149a5c7c.zip |
trytond-party-3.8.1-1: updating version
Diffstat (limited to 'pcr/trytond-party')
-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 |