summaryrefslogtreecommitdiff
path: root/pcr/trytond-account-invoice
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-10 00:42:54 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2016-07-10 00:42:54 -0500
commita52e9e225c45797de185196c047e4e73f40a2d6a (patch)
tree6f0b81ffcf8a9a2f5e43b0fae1dc42a7650dec64 /pcr/trytond-account-invoice
parent69016df0e16f51ce4b675fc76928063fefebdaed (diff)
trytond-account-invoice-4.0.1-1: updating version
Diffstat (limited to 'pcr/trytond-account-invoice')
-rw-r--r--pcr/trytond-account-invoice/PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD
index 6da7c9ef6..c8b452069 100644
--- a/pcr/trytond-account-invoice/PKGBUILD
+++ b/pcr/trytond-account-invoice/PKGBUILD
@@ -2,18 +2,19 @@
pkgname=trytond-account-invoice
_pkgname=trytond_account_invoice
-pkgver=3.8.2
-_pkgdir=3.8
+pkgver=4.0.1
+_pkgdir=4.0
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.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')
+depends=('trytond>=4.0' 'trytond-account>=4.0' 'trytond-account-product>=4.0' 'trytond-company>=4.0'
+ 'trytond-currency>=4.0' 'trytond-party>=4.0' 'trytond-product>=4.0')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("599458a18ec432e8c1a7048aaac2981f")
+md5sums=("ed0e47b1756650201e05308534429e35")
build() {
cd $srcdir/$_pkgname-$pkgver