diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-07-09 22:11:28 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2016-07-09 22:11:28 -0500 |
commit | 0bda299cea15059f50485e8843cfbbcc4f39e06a (patch) | |
tree | 17c0aedd2b0d133f6e763ed4b78176d4834d9738 | |
parent | 5224f7f6b6a9aad1a06dfbbce0d6695ef64d77e9 (diff) |
trytond-company-4.0.2-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 f78b2831b..71c83cfb1 100644 --- a/pcr/trytond-company/PKGBUILD +++ b/pcr/trytond-company/PKGBUILD @@ -2,18 +2,18 @@ pkgname=trytond-company _pkgname=trytond_company -pkgver=3.8.0 -_pkgdir=3.8 +pkgver=4.0.2 +_pkgdir=4.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>=3.8' 'trytond-currency>=3.8' 'trytond-party>=3.8') +depends=('trytond>=4.0' 'trytond-currency>=4.0' 'trytond-party>=4.0') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("4e22da2a77c30cc5e06b635e019911fa") +md5sums=("01f03fc62153e42420ffa654a2856d29") build() { cd $srcdir/$_pkgname-$pkgver @@ -23,4 +23,4 @@ build() { package() { cd $srcdir/$_pkgname-$pkgver python2 setup.py install --root=$pkgdir -}
\ No newline at end of file +} |