summaryrefslogtreecommitdiff
path: root/pcr/trytond-company
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-company
parent38cdedf063ac9335cfe1b09e951411378509b16d (diff)
updating trytond packages
Diffstat (limited to 'pcr/trytond-company')
-rw-r--r--pcr/trytond-company/PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/pcr/trytond-company/PKGBUILD b/pcr/trytond-company/PKGBUILD
index 8c9b4dd47..a0faaaaf1 100644
--- a/pcr/trytond-company/PKGBUILD
+++ b/pcr/trytond-company/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=trytond-company
_pkgname=trytond_company
pkgver=3.0.0
_pkgdir=3.0
-pkgrel=1
+pkgrel=3
pkgdesc="The company 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=("87623bc65e2c629c0c5541877bfec8cb")
+build() {
+ cd $srcdir/$_pkgname-$pkgver
+ python2 setup.py build
+}
+
package() {
cd $srcdir/$_pkgname-$pkgver
python2 setup.py install --root=$pkgdir