summaryrefslogtreecommitdiff
path: root/pcr/trytond-currency
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-09 21:39:39 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-09 21:39:39 -0500
commit9d840224b1b9ac76f93a595278fcc8370be79732 (patch)
treee5d106563edb81651e6e2cd39de18fc79759991b /pcr/trytond-currency
parent9948b2e8704e48f836a2aae304bcb1ea4b3c11f8 (diff)
trytond-currency-4.0.1-1: updating version
Diffstat (limited to 'pcr/trytond-currency')
-rw-r--r--pcr/trytond-currency/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/trytond-currency/PKGBUILD b/pcr/trytond-currency/PKGBUILD
index d26c60fd9..eea9188c1 100644
--- a/pcr/trytond-currency/PKGBUILD
+++ b/pcr/trytond-currency/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=trytond-currency
_pkgname=trytond_currency
-pkgver=3.8.0
-_pkgdir=3.8
+pkgver=4.0.1
+_pkgdir=4.0
pkgrel=1
pkgdesc="The currency module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.8')
+depends=('trytond>=4.0')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("87a27f39ae2e685c0888862f63bbc19e")
+md5sums=("33ba3983382aca70b81e1a3206c8af3d")
build() {
cd $srcdir/$_pkgname-$pkgver
@@ -23,4 +23,4 @@ build() {
package() {
cd $srcdir/$_pkgname-$pkgver
python2 setup.py install --root=$pkgdir
-} \ No newline at end of file
+}