summaryrefslogtreecommitdiff
path: root/pcr/trytond-party
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-06 18:01:16 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-02-06 18:01:16 -0200
commit723d400ce54b217fe0c6a9077fe305f3a7e24d19 (patch)
tree423f8082e820cdb9cead858ca63e350a6425d088 /pcr/trytond-party
parent38cdedf063ac9335cfe1b09e951411378509b16d (diff)
updating trytond packages
Diffstat (limited to 'pcr/trytond-party')
-rw-r--r--pcr/trytond-party/PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/pcr/trytond-party/PKGBUILD b/pcr/trytond-party/PKGBUILD
index 61de6605b..91ffd4e54 100644
--- a/pcr/trytond-party/PKGBUILD
+++ b/pcr/trytond-party/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=trytond-party
_pkgname=trytond_party
pkgver=3.0.0
_pkgdir=3.0
-pkgrel=1
+pkgrel=3
pkgdesc="The party module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
@@ -15,6 +15,11 @@ makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
md5sums=("43c6d17fbe723beec0339da27f3e188e")
+build() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py build
+}
+
package() {
cd $srcdir/$_pkgname-$pkgver
python2 setup.py install --root=$pkgdir