summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-01-18 17:44:01 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-01-18 17:44:01 -0500
commite7f5fdc5cc92e0fce79a1e2c7ade45de37800711 (patch)
treec72ef9b1e1284fe646884e498531b35bf05becfc
parent1f33b186cc1985af4895b2cc5fdcc60a11bfb697 (diff)
trytond-account-invoice-3.8.0-1: updating version
-rw-r--r--pcr/trytond-account-invoice/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD
index a3c8baeff..ab99a0921 100644
--- a/pcr/trytond-account-invoice/PKGBUILD
+++ b/pcr/trytond-account-invoice/PKGBUILD
@@ -1,18 +1,19 @@
-# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
+# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
+
pkgname=trytond-account-invoice
_pkgname=trytond_account_invoice
-pkgver=3.4.0
-_pkgdir=3.4
+pkgver=3.8.0
+_pkgdir=3.8
pkgrel=1
pkgdesc="The account_invoice module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.4' 'trytond-account>=3.4' 'trytond-account-product>=3.4' 'trytond-company>=3.4' 'trytond-currency>=3.4' 'trytond-party>=3.4' 'trytond-product>=3.4')
+depends=('trytond>=3.8' 'trytond-account>=3.8' 'trytond-account-product>=3.8' 'trytond-company>=3.8' 'trytond-currency>=3.8' 'trytond-party>=3.8' 'trytond-product>=3.8')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("69e5132e91d99e023f1d148973dc463c")
+md5sums=("065c7e540a957e7e7ba4ee2a7d2d0287")
build() {
cd $srcdir/$_pkgname-$pkgver