summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcr/trytond-company/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/trytond-company/PKGBUILD b/pcr/trytond-company/PKGBUILD
index f78b2831b..71c83cfb1 100644
--- a/pcr/trytond-company/PKGBUILD
+++ b/pcr/trytond-company/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=trytond-company
_pkgname=trytond_company
-pkgver=3.8.0
-_pkgdir=3.8
+pkgver=4.0.2
+_pkgdir=4.0
pkgrel=1
pkgdesc="The company module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.8' 'trytond-currency>=3.8' 'trytond-party>=3.8')
+depends=('trytond>=4.0' 'trytond-currency>=4.0' 'trytond-party>=4.0')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("4e22da2a77c30cc5e06b635e019911fa")
+md5sums=("01f03fc62153e42420ffa654a2856d29")
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
+}