summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-03 22:00:03 -0200
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-11-03 22:00:03 -0200
commit8e3febd42cbf61be5e9f91ad60b4fda58338b058 (patch)
tree7eabf7225e34baa4436ee622bc72a52208eb6251
parentf6e78df1913073d2c5e5dff3351b19514735e341 (diff)
trytond packages: update to 3.4 version
-rw-r--r--pcr/trytond-account-invoice-stock/PKGBUILD9
-rw-r--r--pcr/trytond-account-invoice/PKGBUILD9
-rw-r--r--pcr/trytond-account-product/PKGBUILD9
-rw-r--r--pcr/trytond-account/PKGBUILD11
-rw-r--r--pcr/trytond-calendar/PKGBUILD9
-rw-r--r--pcr/trytond-carrier/PKGBUILD8
-rw-r--r--pcr/trytond-company/PKGBUILD9
-rw-r--r--pcr/trytond-country/PKGBUILD9
-rw-r--r--pcr/trytond-currency/PKGBUILD9
-rw-r--r--pcr/trytond-party/PKGBUILD9
-rw-r--r--pcr/trytond-product-price-list/PKGBUILD8
-rw-r--r--pcr/trytond-product/PKGBUILD9
-rw-r--r--pcr/trytond-purchase/PKGBUILD8
-rw-r--r--pcr/trytond-sale-invoice-grouping/PKGBUILD8
-rw-r--r--pcr/trytond-sale-opportunity/PKGBUILD8
-rw-r--r--pcr/trytond-sale-price-list/PKGBUILD8
-rw-r--r--pcr/trytond-sale-shipment-cost/PKGBUILD8
-rw-r--r--pcr/trytond-sale-supply-drop-shipment/PKGBUILD8
-rw-r--r--pcr/trytond-sale-supply/PKGBUILD8
-rw-r--r--pcr/trytond-sale/PKGBUILD8
-rw-r--r--pcr/trytond-stock-lot/PKGBUILD9
-rw-r--r--pcr/trytond-stock-supply/PKGBUILD8
-rw-r--r--pcr/trytond-stock/PKGBUILD9
-rw-r--r--pcr/trytond/PKGBUILD10
24 files changed, 97 insertions, 111 deletions
diff --git a/pcr/trytond-account-invoice-stock/PKGBUILD b/pcr/trytond-account-invoice-stock/PKGBUILD
index cc77072ec..8b37e1a33 100644
--- a/pcr/trytond-account-invoice-stock/PKGBUILD
+++ b/pcr/trytond-account-invoice-stock/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer (Arch): Ross Clark <contact@artisteducator.com>
-# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=trytond-account-invoice-stock
_pkgname=trytond_account_invoice_stock
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
pkgrel=1
pkgdesc="The account_invoice_stock module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.2' 'trytond-account>=3.2' 'trytond-account-invoice>=3.2' 'trytond-product>=3.2' 'trytond-stock>=3.2')
+depends=('trytond>=3.4' 'trytond-account>=3.4' 'trytond-account-invoice>=3.4' 'trytond-product>=3.4' 'trytond-stock>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=('7a7fa86504525f01cd6bb0129d75334c')
+md5sums=('8b817d42940cfddca814dd9c383c328c')
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-account-invoice/PKGBUILD b/pcr/trytond-account-invoice/PKGBUILD
index 57864db87..a3c8baeff 100644
--- a/pcr/trytond-account-invoice/PKGBUILD
+++ b/pcr/trytond-account-invoice/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=trytond-account-invoice
_pkgname=trytond_account_invoice
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
pkgrel=1
pkgdesc="The account_invoice module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.2' 'trytond-account>=3.2' 'trytond-account-product>=3.2' 'trytond-company>=3.2' 'trytond-currency>=3.2' 'trytond-party>=3.2' 'trytond-product>=3.2')
+depends=('trytond>=3.4' 'trytond-account>=3.4' 'trytond-account-product>=3.4' 'trytond-company>=3.4' 'trytond-currency>=3.4' 'trytond-party>=3.4' 'trytond-product>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("dd33001ec0317532bcf2598eeb3e5a40")
+md5sums=("69e5132e91d99e023f1d148973dc463c")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-account-product/PKGBUILD b/pcr/trytond-account-product/PKGBUILD
index 3ca97bc6e..ea37d8f22 100644
--- a/pcr/trytond-account-product/PKGBUILD
+++ b/pcr/trytond-account-product/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=trytond-account-product
_pkgname=trytond_account_product
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
pkgrel=1
pkgdesc="The account_product module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.2' 'trytond-account>=3.2' 'trytond-company>=3.2' 'trytond-product>=3.2')
+depends=('trytond>=3.4' 'trytond-account>=3.4' 'trytond-company>=3.4' 'trytond-product>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("905750bdc2faa07caeafc969ea691759")
+md5sums=("6940314036e81484181464ee9a6d4f40")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-account/PKGBUILD b/pcr/trytond-account/PKGBUILD
index c5b4092e4..12235617a 100644
--- a/pcr/trytond-account/PKGBUILD
+++ b/pcr/trytond-account/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=trytond-account
_pkgname=trytond_account
-pkgver=3.2.0
-_pkgdir=3.2
-pkgrel=2
+pkgver=3.4.0
+_pkgdir=3.4
+pkgrel=1
pkgdesc="The account module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.2' 'trytond-company>=3.2' 'trytond-currency>=3.2' 'trytond-party>=3.2')
+depends=('trytond>=3.4' 'trytond-company>=3.4' 'trytond-currency>=3.4' 'trytond-party>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("b6f64ef96fbdbb7660ce8350d42150eb")
+md5sums=("c6b22393382830bc83f67c362eb15fd3")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-calendar/PKGBUILD b/pcr/trytond-calendar/PKGBUILD
index d74f4f1f0..e2ede90fe 100644
--- a/pcr/trytond-calendar/PKGBUILD
+++ b/pcr/trytond-calendar/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=trytond-calendar
_pkgname=trytond_calendar
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
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>=3.2')
+depends=('trytond>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("af7d83084a8ee28a53ad38012f9f0874")
+md5sums=("9217c7eea27aedd920e01a44a826c3f0")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-carrier/PKGBUILD b/pcr/trytond-carrier/PKGBUILD
index 7e5f17bc1..ae0494f69 100644
--- a/pcr/trytond-carrier/PKGBUILD
+++ b/pcr/trytond-carrier/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
pkgname=trytond-carrier
_pkgname=trytond_carrier
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
pkgrel=1
pkgdesc="The carrier module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.2' 'trytond-party>=3.2' 'trytond-product>=3.2')
+depends=('trytond>=3.4' 'trytond-party>=3.4' 'trytond-product>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("beb84ebdaf46370e2e316039515c8b17")
+md5sums=("5958a13d1867245fcc3b45d49236ffd3")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-company/PKGBUILD b/pcr/trytond-company/PKGBUILD
index f0ae95d1c..2d23a2afb 100644
--- a/pcr/trytond-company/PKGBUILD
+++ b/pcr/trytond-company/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=trytond-company
_pkgname=trytond_company
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
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>=3.2' 'trytond-currency>=3.2' 'trytond-party>=3.2')
+depends=('trytond>=3.4' 'trytond-currency>=3.4' 'trytond-party>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("7d296f0b97ebe1c605a4dd3be769cfb1")
+md5sums=("cfd0530770d9c04a2809ba88ea2652ec")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-country/PKGBUILD b/pcr/trytond-country/PKGBUILD
index ef309c7fc..72728dab0 100644
--- a/pcr/trytond-country/PKGBUILD
+++ b/pcr/trytond-country/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=trytond-country
_pkgname=trytond_country
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
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>=3.2')
+depends=('trytond>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("02bab5f3930fea6b2522484cea8caed8")
+md5sums=("921057a207fa04af9e9599dc24b843fb")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-currency/PKGBUILD b/pcr/trytond-currency/PKGBUILD
index 0c384c3c2..debb5127c 100644
--- a/pcr/trytond-currency/PKGBUILD
+++ b/pcr/trytond-currency/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=trytond-currency
_pkgname=trytond_currency
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
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>=3.2')
+depends=('trytond>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("192bc2529b2c86dfcd83414395f9270b")
+md5sums=("dcc1fc9ee6f1308b03f9cfd5e12c7ea5")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-party/PKGBUILD b/pcr/trytond-party/PKGBUILD
index 5c72ae102..0641f8d83 100644
--- a/pcr/trytond-party/PKGBUILD
+++ b/pcr/trytond-party/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=trytond-party
_pkgname=trytond_party
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
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>=3.2' 'trytond-country>=3.2')
+depends=('trytond>=3.4' 'trytond-country>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("95feca9e126b1a2fd3fd5a3be7b04c59")
+md5sums=("63bf4c25970f58dcaa7c9416cea482a6")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-product-price-list/PKGBUILD b/pcr/trytond-product-price-list/PKGBUILD
index bf34927c3..955a7b875 100644
--- a/pcr/trytond-product-price-list/PKGBUILD
+++ b/pcr/trytond-product-price-list/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
pkgname=trytond-product-price-list
_pkgname=trytond_product_price_list
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
pkgrel=1
pkgdesc="The product_price_list module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.2' 'trytond-company>=3.2' 'trytond-product>=3.2')
+depends=('trytond>=3.4' 'trytond-company>=3.4' 'trytond-product>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("62e0465aea603a16fe939ee54c36a825")
+md5sums=("d686f9587b2393f839a59e5651648f64")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-product/PKGBUILD b/pcr/trytond-product/PKGBUILD
index d4149b43c..71a08302e 100644
--- a/pcr/trytond-product/PKGBUILD
+++ b/pcr/trytond-product/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=trytond-product
_pkgname=trytond_product
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
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>=3.2')
+depends=('trytond>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("fd1ace6b78dc09f36453c468b718c870")
+md5sums=("ed7fc0df8087171f0129d5fa7824f6ba")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-purchase/PKGBUILD b/pcr/trytond-purchase/PKGBUILD
index d6a99356d..48b360b8b 100644
--- a/pcr/trytond-purchase/PKGBUILD
+++ b/pcr/trytond-purchase/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
pkgname=trytond-purchase
_pkgname=trytond_purchase
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
pkgrel=1
pkgdesc="The purchase module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.2' 'trytond-account>=3.2' 'trytond-account-invoice>=3.2' 'trytond-account-invoice-stock>=3.2' 'trytond-account-product>=3.2' 'trytond-company>=3.2' 'trytond-currency>=3.2' 'trytond-party>=3.2' 'trytond-product>=3.2' 'trytond-stock>=3.2')
+depends=('trytond>=3.4' 'trytond-account>=3.4' 'trytond-account-invoice>=3.4' 'trytond-account-invoice-stock>=3.4' 'trytond-account-product>=3.4' 'trytond-company>=3.4' 'trytond-currency>=3.4' 'trytond-party>=3.4' 'trytond-product>=3.4' 'trytond-stock>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("95e10a1ae0c4ace7a7b20fab40aad53f")
+md5sums=("cbc007722d7657e159c9dbdcd2ab5d20")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-sale-invoice-grouping/PKGBUILD b/pcr/trytond-sale-invoice-grouping/PKGBUILD
index 5026a9766..e4b0b38f9 100644
--- a/pcr/trytond-sale-invoice-grouping/PKGBUILD
+++ b/pcr/trytond-sale-invoice-grouping/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
pkgname=trytond-sale-invoice-grouping
_pkgname=trytond_sale_invoice_grouping
-pkgver=3.2.1
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
pkgrel=1
pkgdesc="The sale_invoice_grouping module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.2' 'trytond-party>=3.2' 'trytond-account-invoice>=3.2' 'trytond-sale>=3.2')
+depends=('trytond>=3.4' 'trytond-party>=3.4' 'trytond-account-invoice>=3.4' 'trytond-sale>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("3e59609a433d94b7e2b22cc5fa106d9a")
+md5sums=("9b7b7750e132260ebf6a6f484166ae20")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-sale-opportunity/PKGBUILD b/pcr/trytond-sale-opportunity/PKGBUILD
index 2298027c2..aba1ea0a4 100644
--- a/pcr/trytond-sale-opportunity/PKGBUILD
+++ b/pcr/trytond-sale-opportunity/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
pkgname=trytond-sale-opportunity
_pkgname=trytond_sale_opportunity
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
pkgrel=1
pkgdesc="The sale_opportunity module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.2' 'trytond-account>=3.2' 'trytond-company>=3.2' 'trytond-currency>=3.2' 'trytond-party>=3.2' 'trytond-product>=3.2' 'trytond-sale>=3.2' 'trytond-stock>=3.2')
+depends=('trytond>=3.4' 'trytond-account>=3.4' 'trytond-company>=3.4' 'trytond-currency>=3.4' 'trytond-party>=3.4' 'trytond-product>=3.4' 'trytond-sale>=3.4' 'trytond-stock>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("83cc016d5ec29903e7ebeb66ecc15087")
+md5sums=("7be0d8c9dadf3c15e8cf6442c8f1dcaa")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-sale-price-list/PKGBUILD b/pcr/trytond-sale-price-list/PKGBUILD
index fa38bcde6..d21cfb77e 100644
--- a/pcr/trytond-sale-price-list/PKGBUILD
+++ b/pcr/trytond-sale-price-list/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
pkgname=trytond-sale-price-list
_pkgname=trytond_sale_price_list
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
pkgrel=1
pkgdesc="The sale_price_list module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.2' 'trytond-party>=3.2' 'trytond-product-price-list>=3.2' 'trytond-sale>=3.2')
+depends=('trytond>=3.4' 'trytond-party>=3.4' 'trytond-product-price-list>=3.4' 'trytond-sale>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("f26d7c1f22d928dbae506b75ae82692b")
+md5sums=("1c499b3a484983bbcf22bb030b510a54")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-sale-shipment-cost/PKGBUILD b/pcr/trytond-sale-shipment-cost/PKGBUILD
index 7dc67c9b6..b23f304d2 100644
--- a/pcr/trytond-sale-shipment-cost/PKGBUILD
+++ b/pcr/trytond-sale-shipment-cost/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
pkgname=trytond-sale-shipment-cost
_pkgname=trytond_sale_shipment_cost
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
pkgrel=1
pkgdesc="The sale_shipment_cost module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.2' 'trytond-account-invoice>=3.2' 'trytond-carrier>=3.2' 'trytond-currency>=3.2' 'trytond-sale>=3.2' 'trytond-stock>=3.2')
+depends=('trytond>=3.4' 'trytond-account-invoice>=3.4' 'trytond-carrier>=3.4' 'trytond-currency>=3.4' 'trytond-sale>=3.4' 'trytond-stock>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("19b8727f46bbdcf397a670ea1dedb57a")
+md5sums=("b4e8c9cf43b707343174666438a8fb33")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-sale-supply-drop-shipment/PKGBUILD b/pcr/trytond-sale-supply-drop-shipment/PKGBUILD
index 90ea65067..191d585cb 100644
--- a/pcr/trytond-sale-supply-drop-shipment/PKGBUILD
+++ b/pcr/trytond-sale-supply-drop-shipment/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
pkgname=trytond-sale-supply-drop-shipment
_pkgname=trytond_sale_supply_drop_shipment
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
pkgrel=1
pkgdesc="The sale_supply_drop_shipment module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.2' 'trytond-company>=3.2' 'trytond-purchase>=3.2' 'trytond-sale>=3.2' 'trytond-sale-supply>=3.2' 'trytond-stock>=3.2')
+depends=('trytond>=3.4' 'trytond-company>=3.4' 'trytond-purchase>=3.4' 'trytond-sale>=3.4' 'trytond-sale-supply>=3.4' 'trytond-stock>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("d918c52299450945dcf655e3173a3f76")
+md5sums=("f8b9e11a17ae1994f9b343d976fecdec")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-sale-supply/PKGBUILD b/pcr/trytond-sale-supply/PKGBUILD
index cdea4443e..854769da5 100644
--- a/pcr/trytond-sale-supply/PKGBUILD
+++ b/pcr/trytond-sale-supply/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
pkgname=trytond-sale-supply
_pkgname=trytond_sale_supply
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
pkgrel=1
pkgdesc="The sale_supply module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.2' 'trytond-purchase>=3.2' 'trytond-sale>=3.2' 'trytond-stock>=3.2' 'trytond-stock-supply>=3.2')
+depends=('trytond>=3.4' 'trytond-purchase>=3.4' 'trytond-sale>=3.4' 'trytond-stock>=3.4' 'trytond-stock-supply>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("00e68c76dff5ddd9d989be6293b95812")
+md5sums=("2a77da41b0b68ad264d0a340ca40ba4e")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-sale/PKGBUILD b/pcr/trytond-sale/PKGBUILD
index c319ac030..7557b99d8 100644
--- a/pcr/trytond-sale/PKGBUILD
+++ b/pcr/trytond-sale/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
pkgname=trytond-sale
_pkgname=trytond_sale
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
pkgrel=1
pkgdesc="The sale module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.2' 'trytond-account>=3.2' 'trytond-account-invoice>=3.2' 'trytond-account-invoice-stock>=3.2' 'trytond-account-product>=3.2' 'trytond-company>=3.2' 'trytond-currency>=3.2' 'trytond-party>=3.2' 'trytond-product>=3.2' 'trytond-stock>=3.2')
+depends=('trytond>=3.4' 'trytond-account>=3.4' 'trytond-account-invoice>=3.4' 'trytond-account-invoice-stock>=3.4' 'trytond-account-product>=3.4' 'trytond-company>=3.4' 'trytond-currency>=3.4' 'trytond-party>=3.4' 'trytond-product>=3.4' 'trytond-stock>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("0a15d8f634554a4d4eaa182d2ff76593")
+md5sums=("45087624eea806ae919fb18f4ace722d")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-stock-lot/PKGBUILD b/pcr/trytond-stock-lot/PKGBUILD
index f7773295f..9ccb00f8e 100644
--- a/pcr/trytond-stock-lot/PKGBUILD
+++ b/pcr/trytond-stock-lot/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=trytond-stock-lot
_pkgname=trytond_stock_lot
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
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>=3.2' 'trytond-product>=3.2' 'trytond-stock>=3.2')
+depends=('trytond>=3.4' 'trytond-product>=3.4' 'trytond-stock>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("f65ef7d1f1906d0ea6ffd77b590960b5")
+md5sums=("826ab7ca7b01d3f8c0cefc604e02bf09")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-stock-supply/PKGBUILD b/pcr/trytond-stock-supply/PKGBUILD
index c441a8caf..650b152c7 100644
--- a/pcr/trytond-stock-supply/PKGBUILD
+++ b/pcr/trytond-stock-supply/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
pkgname=trytond-stock-supply
_pkgname=trytond_stock_supply
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
pkgrel=1
pkgdesc="The stock_supply module of the Tryton application platform"
arch=('any')
url='http://www.tryton.org/'
license=('GPL3')
groups=('trytond-modules')
-depends=('trytond>=3.2' 'trytond-account>=3.2' 'trytond-party>=3.2' 'trytond-product>=3.2' 'trytond-purchase>=3.2' 'trytond-stock>=3.2')
+depends=('trytond>=3.4' 'trytond-account>=3.4' 'trytond-party>=3.4' 'trytond-product>=3.4' 'trytond-purchase>=3.4' 'trytond-stock>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("e7237209e81fa2594dc18d71057ac75d")
+md5sums=("fea20a75251f7367d14b726a9f04d367")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond-stock/PKGBUILD b/pcr/trytond-stock/PKGBUILD
index fe5cf12bf..00615f843 100644
--- a/pcr/trytond-stock/PKGBUILD
+++ b/pcr/trytond-stock/PKGBUILD
@@ -1,19 +1,18 @@
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=trytond-stock
_pkgname=trytond_stock
-pkgver=3.2.1
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
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>=3.2' 'trytond-company>=3.2' 'trytond-currency>=3.2' 'trytond-party>=3.2' 'trytond-product>=3.2')
+depends=('trytond>=3.4' 'trytond-company>=3.4' 'trytond-currency>=3.4' 'trytond-party>=3.4' 'trytond-product>=3.4')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("20ea2e164df1dd8cd72b12465c552f51")
+md5sums=("c8d37b9be110aedc22e538a64cd20903")
build() {
cd $srcdir/$_pkgname-$pkgver
diff --git a/pcr/trytond/PKGBUILD b/pcr/trytond/PKGBUILD
index 74a151af4..04e89ab11 100644
--- a/pcr/trytond/PKGBUILD
+++ b/pcr/trytond/PKGBUILD
@@ -1,9 +1,8 @@
# Contributor (Arch): Florian Walch <florian.walch@gmx.at>
# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch>
-# Maintainer: André Silva <emulatorman@parabola.nu>
pkgname=trytond
-pkgver=3.2.0
-_pkgdir=3.2
+pkgver=3.4.0
+_pkgdir=3.4
pkgrel=1
pkgdesc="A three-tiers high-level general purpose application platform (server application)"
arch=('any')
@@ -21,7 +20,7 @@ install="trytond.install"
source=("http://downloads.tryton.org/$_pkgdir/$pkgname-$pkgver.tar.gz"
'trytond.install'
'trytond.service')
-md5sums=('a8062fa38986ca2f1158a71b9dd60126'
+md5sums=('0652ba23f999650b97e8a10dd3fea7f3'
'768e68c01cb5913e36ea89c67fc98038'
'b1535a8528dfd8f655624bf6faea6985')
@@ -33,6 +32,5 @@ build() {
package() {
cd $srcdir/$pkgname-$pkgver
python2 setup.py install --root=$pkgdir
- install -D -m644 etc/trytond.conf $pkgdir/etc/trytond.conf
- install -D -m755 $srcdir/trytond.service $pkgdir/usr/lib/systemd/system/trytond.service
+ install -D -m755 $startdir/trytond.service $pkgdir/usr/lib/systemd/system/trytond.service
}