diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-18 16:39:50 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-01-18 16:39:50 -0500 |
commit | e01b2597c8c7402fae1b05008a9bf18d31c62f0b (patch) | |
tree | 029eb876a3a5e4154a4062feaccb0f338f79d835 | |
parent | 773d4222c5bf65874d5fd829eb0d8acecdefcdbe (diff) |
trytond-company-3.8.0-1: updating version
-rw-r--r-- | pcr/trytond-company/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pcr/trytond-company/PKGBUILD b/pcr/trytond-company/PKGBUILD index 2080f392c..f78b2831b 100644 --- a/pcr/trytond-company/PKGBUILD +++ b/pcr/trytond-company/PKGBUILD @@ -1,19 +1,19 @@ -# Maintainer (Arch): Robin Baumgartner <robin@baumgartners.ch> # Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> + pkgname=trytond-company _pkgname=trytond_company -pkgver=3.4.1 -_pkgdir=3.4 +pkgver=3.8.0 +_pkgdir=3.8 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.4' 'trytond-currency>=3.4' 'trytond-party>=3.4') +depends=('trytond>=3.8' 'trytond-currency>=3.8' 'trytond-party>=3.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("7bc2aa6689b5d1f0fac6d372cbef76ee") +md5sums=("4e22da2a77c30cc5e06b635e019911fa") build() { cd $srcdir/$_pkgname-$pkgver |