summaryrefslogtreecommitdiff
path: root/pcr/trytond-currency
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2015-06-24 23:01:35 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2015-06-24 23:01:35 -0500
commita64db7dbebf6209ec3b6d31a51724e31ddf5438b (patch)
tree596c8f8dcbcaf0befe3d89d7c467d6f1cf7c1ae3 /pcr/trytond-currency
parent02fca9714d6aa2c66d041cc96be8b5a36c970052 (diff)
trytond-currency-3.4.1-1: updating version
Diffstat (limited to 'pcr/trytond-currency')
-rw-r--r--pcr/trytond-currency/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/pcr/trytond-currency/PKGBUILD b/pcr/trytond-currency/PKGBUILD
index debb5127c..bff11256d 100644
--- a/pcr/trytond-currency/PKGBUILD
+++ b/pcr/trytond-currency/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
pkgname=trytond-currency
_pkgname=trytond_currency
-pkgver=3.4.0
+pkgver=3.4.1
_pkgdir=3.4
pkgrel=1
pkgdesc="The currency 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=("dcc1fc9ee6f1308b03f9cfd5e12c7ea5")
+md5sums=("0bceb6e32905adebfabc0a038909f285")
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