summaryrefslogtreecommitdiff
path: root/pcr/trytond-party
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-22 03:20:31 -0300
committerAndré Fabian Silva Delgado <emulatorman@lavabit.com>2013-04-22 03:20:31 -0300
commit796bbc43ca1bbd77029982ddba1b4eacfb874ae0 (patch)
tree3f238d160504f1529cd347a316bf883e54378f2e /pcr/trytond-party
parent0da280d0d3ace68017ff124bc7c0dbb66ecb109a (diff)
trytond-party: fixing issues
Diffstat (limited to 'pcr/trytond-party')
-rw-r--r--pcr/trytond-party/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/trytond-party/PKGBUILD b/pcr/trytond-party/PKGBUILD
index 31085798a..1f3b35c6e 100644
--- a/pcr/trytond-party/PKGBUILD
+++ b/pcr/trytond-party/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Robin Baumgartner <robin@baumgartners.ch>
pkgname=trytond-party
_pkgname=trytond_party
-pkgver=2.6.3
+pkgver=2.6.0
_pkgdir=2.6
pkgrel=1
pkgdesc="The party module of the Tryton application platform"
@@ -14,7 +14,7 @@ makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
md5sums=("82fc07ffd9bcedc28f5526fe5c6228e6")
-build() {
+package() {
cd $srcdir/$_pkgname-$pkgver
- python setup.py install --root=$pkgdir
+ python2 setup.py install --root=$pkgdir
}