summaryrefslogtreecommitdiff
path: root/pcr/trytond-account/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'pcr/trytond-account/PKGBUILD')
-rw-r--r--pcr/trytond-account/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/pcr/trytond-account/PKGBUILD b/pcr/trytond-account/PKGBUILD
index 731efb2f5..474231af7 100644
--- a/pcr/trytond-account/PKGBUILD
+++ b/pcr/trytond-account/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
+
pkgname=trytond-account
_pkgname=trytond_account
-pkgver=3.4.1
-_pkgdir=3.4
+pkgver=3.8.1
+_pkgdir=3.8
pkgrel=1
pkgdesc="The account module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.4' 'trytond-company>=3.4' 'trytond-currency>=3.4' 'trytond-party>=3.4')
+depends=('trytond>=3.8' 'trytond-company>=3.8' 'trytond-currency>=3.8' 'trytond-party>=3.8')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("24c80648eb35d75e8a7665d32d854a26")
+md5sums=("0723e53d769b8369bdbe2d0e0ba1fe4e")
build() {
cd $srcdir/$_pkgname-$pkgver