summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-06-24 23:02:26 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-06-24 23:02:26 -0500
commit630c76f5edf7d783286046167e018e29d5c123ed (patch)
treee09cc8953e0f5516fce237d68cc3efe86ecd3d69
parenta64db7dbebf6209ec3b6d31a51724e31ddf5438b (diff)
trytond-product-3.4.1-1: updating version
-rw-r--r--pcr/trytond-product/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/pcr/trytond-product/PKGBUILD b/pcr/trytond-product/PKGBUILD
index 71a08302e..e52742fd8 100644
--- a/pcr/trytond-product/PKGBUILD
+++ b/pcr/trytond-product/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
pkgname=trytond-product
_pkgname=trytond_product
-pkgver=3.4.0
+pkgver=3.4.1
_pkgdir=3.4
pkgrel=1
pkgdesc="The product module of the Tryton application platform"
@@ -12,7 +13,7 @@ groups=('trytond-modules')
depends=('trytond>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("ed7fc0df8087171f0129d5fa7824f6ba")
+md5sums=("bc9bcac4a2b8300c470890ea1cddebe2")
build() {
cd $srcdir/$_pkgname-$pkgver
@@ -22,4 +23,4 @@ build() {
package() {
cd $srcdir/$_pkgname-$pkgver
python2 setup.py install --root=$pkgdir
-}
+} \ No newline at end of file