summaryrefslogtreecommitdiff
path: root/pcr/trytond-account-product
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-22 04:17:57 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-22 04:17:57 -0300
commit032a30cdb6c32ecbfa4070998079c7b713434de9 (patch)
tree16e8943af261380d266fcd216abd102e9e6aa453 /pcr/trytond-account-product
parent2dd8207c3fff31e44a2cae47b7e2b97a12da5103 (diff)
trytond-account-product: fixing issues
Diffstat (limited to 'pcr/trytond-account-product')
-rw-r--r--pcr/trytond-account-product/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/trytond-account-product/PKGBUILD b/pcr/trytond-account-product/PKGBUILD
index 7c74be982..9d45d43c4 100644
--- a/pcr/trytond-account-product/PKGBUILD
+++ b/pcr/trytond-account-product/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
pkgname=trytond-account-product
_pkgname=trytond_account_product
-pkgver=2.6.3
+pkgver=2.6.0
_pkgdir=2.6
pkgrel=1
pkgdesc="The account_product module of the Tryton application platform"
@@ -16,5 +16,5 @@ md5sums=("a7864dcbaea6db43140ac1137999fa5f")
package() {
cd $srcdir/$_pkgname-$pkgver
- python setup.py install --root=$pkgdir
+ python2 setup.py install --root=$pkgdir
}