From 3fac63f910745bdffde5068e96ef46961494119c Mon Sep 17 00:00:00 2001 From: André Fabian Silva Delgado Date: Wed, 20 Nov 2013 21:45:53 -0200 Subject: updating trytond packages to 3.0.0 version --- pcr/trytond-account-invoice/PKGBUILD | 15 ++++++++++----- pcr/trytond-account-product/PKGBUILD | 15 ++++++++++----- pcr/trytond-account/PKGBUILD | 16 +++++++++++----- pcr/trytond-calendar/PKGBUILD | 8 ++++---- pcr/trytond-company/PKGBUILD | 8 ++++---- pcr/trytond-country/PKGBUILD | 8 ++++---- pcr/trytond-currency/PKGBUILD | 8 ++++---- pcr/trytond-party/PKGBUILD | 8 ++++---- pcr/trytond-product/PKGBUILD | 8 ++++---- pcr/trytond-stock-lot/PKGBUILD | 8 ++++---- pcr/trytond-stock/PKGBUILD | 8 ++++---- 11 files changed, 63 insertions(+), 47 deletions(-) (limited to 'pcr') diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD index 0813dd78d..c1f3a4636 100644 --- a/pcr/trytond-account-invoice/PKGBUILD +++ b/pcr/trytond-account-invoice/PKGBUILD @@ -2,18 +2,23 @@ # Maintainer (Parabola): André Silva pkgname=trytond-account-invoice _pkgname=trytond_account_invoice -pkgver=2.8.3 -_pkgdir=2.8 -pkgrel=1 +pkgver=3.0.0 +_pkgdir=3.0 +pkgrel=2 pkgdesc="The account_invoice module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.8' 'trytond-account>=2.8' 'trytond-account-product>=2.8' 'trytond-company>=2.8' 'trytond-currency>=2.8' 'trytond-party>=2.8' 'trytond-product>=2.8') +depends=('trytond>=3.0' 'trytond-account>=3.0' 'trytond-account-product>=3.0' 'trytond-company>=3.0' 'trytond-currency>=3.0' 'trytond-party>=3.0' 'trytond-product>=3.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("5c3dda771139e55d1f445f07922028a3") +md5sums=("d225505a8ba66bfd95f22a454951dd15") + +build() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py build +} package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-account-product/PKGBUILD b/pcr/trytond-account-product/PKGBUILD index 2d196b1fd..5a780d1dd 100644 --- a/pcr/trytond-account-product/PKGBUILD +++ b/pcr/trytond-account-product/PKGBUILD @@ -2,18 +2,23 @@ # Maintainer (Parabola): André Silva pkgname=trytond-account-product _pkgname=trytond_account_product -pkgver=2.8.0 -_pkgdir=2.8 -pkgrel=1 +pkgver=3.0.0 +_pkgdir=3.0 +pkgrel=2 pkgdesc="The account_product module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.8' 'trytond-account>=2.8' 'trytond-company>=2.8' 'trytond-product>=2.8') +depends=('trytond>=3.0' 'trytond-account>=3.0' 'trytond-company>=3.0' 'trytond-product>=3.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("431a2bdb15e8f84af7de42e571f1c4e5") +md5sums=("16b9dee1238310a9809fcdef64cbf8a8") + +build() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py build +} package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-account/PKGBUILD b/pcr/trytond-account/PKGBUILD index 31f3c3c14..319f7c872 100644 --- a/pcr/trytond-account/PKGBUILD +++ b/pcr/trytond-account/PKGBUILD @@ -2,18 +2,24 @@ # Maintainer (Parabola): André Silva pkgname=trytond-account _pkgname=trytond_account -pkgver=2.8.1 -_pkgdir=2.8 -pkgrel=1 +pkgver=3.0.0 +_pkgdir=3.0 +pkgrel=2 pkgdesc="The account module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.8' 'trytond-company>=2.8' 'trytond-currency>=2.8' 'trytond-party>=2.8') +depends=('trytond>=3.0' 'trytond-company>=3.0' 'trytond-currency>=3.0' + 'trytond-party>=3.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("2cdb5b5e8a3984315d410b550b7ffc1b") +md5sums=("33e28b72249e97891e00fccb5a588ea8") + +build() { + cd $srcdir/$_pkgname-$pkgver + python2 setup.py build +} package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-calendar/PKGBUILD b/pcr/trytond-calendar/PKGBUILD index bae7cdb5f..67db70dfa 100644 --- a/pcr/trytond-calendar/PKGBUILD +++ b/pcr/trytond-calendar/PKGBUILD @@ -2,18 +2,18 @@ # Maintainer (Parabola): André Silva pkgname=trytond-calendar _pkgname=trytond_calendar -pkgver=2.8.0 -_pkgdir=2.8 +pkgver=3.0.0 +_pkgdir=3.0 pkgrel=1 pkgdesc="The calendar module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.8') +depends=('trytond>=3.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("0ea2e2c2d31b44e0072591a42cf63b1a") +md5sums=("fad4dee756bbf97ce9aef47bed185704") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-company/PKGBUILD b/pcr/trytond-company/PKGBUILD index 7455afcc2..8c9b4dd47 100644 --- a/pcr/trytond-company/PKGBUILD +++ b/pcr/trytond-company/PKGBUILD @@ -2,18 +2,18 @@ # Maintainer (Parabola): André Silva pkgname=trytond-company _pkgname=trytond_company -pkgver=2.8.0 -_pkgdir=2.8 +pkgver=3.0.0 +_pkgdir=3.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>=2.8' 'trytond-currency>=2.8' 'trytond-party>=2.8') +depends=('trytond>=3.0' 'trytond-currency>=3.0' 'trytond-party>=3.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("6fc6ef3ec24cbe4a486f7b492e67268f") +md5sums=("87623bc65e2c629c0c5541877bfec8cb") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-country/PKGBUILD b/pcr/trytond-country/PKGBUILD index 802064c3f..7a0108996 100644 --- a/pcr/trytond-country/PKGBUILD +++ b/pcr/trytond-country/PKGBUILD @@ -2,18 +2,18 @@ # Maintainer (Parabola): André Silva pkgname=trytond-country _pkgname=trytond_country -pkgver=2.8.0 -_pkgdir=2.8 +pkgver=3.0.0 +_pkgdir=3.0 pkgrel=1 pkgdesc="The country module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.8') +depends=('trytond>=3.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("b4947b2ab766e7ef2626ed105d9422e8") +md5sums=("c365bd0ac6e04a88427cb5366c1ce493") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-currency/PKGBUILD b/pcr/trytond-currency/PKGBUILD index 3f1e364ad..21386024b 100644 --- a/pcr/trytond-currency/PKGBUILD +++ b/pcr/trytond-currency/PKGBUILD @@ -2,18 +2,18 @@ # Maintainer (Parabola): André Silva pkgname=trytond-currency _pkgname=trytond_currency -pkgver=2.8.0 -_pkgdir=2.8 +pkgver=3.0.0 +_pkgdir=3.0 pkgrel=1 pkgdesc="The currency module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.8') +depends=('trytond>=3.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("10d98fbf34c90f5d1544f3d28170eefc") +md5sums=("5507619d11d186fc041d1de7c0eea012") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-party/PKGBUILD b/pcr/trytond-party/PKGBUILD index c21e2b44f..61de6605b 100644 --- a/pcr/trytond-party/PKGBUILD +++ b/pcr/trytond-party/PKGBUILD @@ -2,18 +2,18 @@ # Maintainer (Parabola): André Silva pkgname=trytond-party _pkgname=trytond_party -pkgver=2.8.0 -_pkgdir=2.8 +pkgver=3.0.0 +_pkgdir=3.0 pkgrel=1 pkgdesc="The party module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.8' 'trytond-country>=2.8') +depends=('trytond>=3.0' 'trytond-country>=3.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("2fbf811a9d82f68889dc0350441423d4") +md5sums=("43c6d17fbe723beec0339da27f3e188e") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-product/PKGBUILD b/pcr/trytond-product/PKGBUILD index 210a6b023..4dc09354d 100644 --- a/pcr/trytond-product/PKGBUILD +++ b/pcr/trytond-product/PKGBUILD @@ -2,18 +2,18 @@ # Maintainer (Parabola): André Silva pkgname=trytond-product _pkgname=trytond_product -pkgver=2.8.0 -_pkgdir=2.8 +pkgver=3.0.0 +_pkgdir=3.0 pkgrel=1 pkgdesc="The product module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.8') +depends=('trytond>=3.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("67cf95a0d68e47365bbdef02b344a5a8") +md5sums=("756dabade95f67f49a253af1bd5513a6") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-stock-lot/PKGBUILD b/pcr/trytond-stock-lot/PKGBUILD index 08e022e21..ae39373f7 100644 --- a/pcr/trytond-stock-lot/PKGBUILD +++ b/pcr/trytond-stock-lot/PKGBUILD @@ -2,18 +2,18 @@ # Maintainer (Parabola): André Silva pkgname=trytond-stock-lot _pkgname=trytond_stock_lot -pkgver=2.8.0 -_pkgdir=2.8 +pkgver=3.0.0 +_pkgdir=3.0 pkgrel=1 pkgdesc="The stock_lot module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.8' 'trytond-product>=2.8' 'trytond-stock>=2.8') +depends=('trytond>=3.0' 'trytond-product>=3.0' 'trytond-stock>=3.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("a4c3379462de7c7af8bb342aedff6360") +md5sums=("b8424f738dc5e98d0a1de8643315e605") package() { cd $srcdir/$_pkgname-$pkgver diff --git a/pcr/trytond-stock/PKGBUILD b/pcr/trytond-stock/PKGBUILD index d84eda26c..31f1fc9e9 100644 --- a/pcr/trytond-stock/PKGBUILD +++ b/pcr/trytond-stock/PKGBUILD @@ -2,18 +2,18 @@ # Maintainer (Parabola): André Silva pkgname=trytond-stock _pkgname=trytond_stock -pkgver=2.8.1 -_pkgdir=2.8 +pkgver=3.0.0 +_pkgdir=3.0 pkgrel=1 pkgdesc="The stock module of the Tryton application platform" arch=('any') url='http://www.tryton.org/' license=('GPL3') groups=('trytond-modules') -depends=('trytond>=2.8' 'trytond-company>=2.8' 'trytond-currency>=2.8' 'trytond-party>=2.8' 'trytond-product>=2.8') +depends=('trytond>=3.0' 'trytond-company>=3.0' 'trytond-currency>=3.0' 'trytond-party>=3.0' 'trytond-product>=3.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("5b28b2ec424a0915578d420d0479bd49") +md5sums=("ec0d35080f68f7fa3218d8a30729ed22") package() { cd $srcdir/$_pkgname-$pkgver -- cgit v1.2.3-54-g00ecf