summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-01-23 02:19:32 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-01-23 02:19:32 -0500
commit54e0f5173058b42fb85cffc47e6f15007be7e326 (patch)
tree341c327618b71acf24cd9d162621ac7458467b13
parent4451d1aa438a10ac367e43230c4957b7c05edbc6 (diff)
trytond-calendar-4.2.0-1: updating version
-rw-r--r--pcr/trytond-calendar/PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/pcr/trytond-calendar/PKGBUILD b/pcr/trytond-calendar/PKGBUILD
index 63879ca4c..97c115cf7 100644
--- a/pcr/trytond-calendar/PKGBUILD
+++ b/pcr/trytond-calendar/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=trytond-calendar
_pkgname=trytond_calendar
-pkgver=4.0.1
-_pkgdir=4.0
+pkgver=4.2.0
+_pkgdir=4.2
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>=4.0' 'trytond-webdav' 'python2-vobject>=0.8.0' 'python2-pytz')
+depends=('trytond>=4.2' 'trytond-webdav>=4.2' 'python2-vobject>=0.8.0' 'python2-pytz')
makedepends=('python2-distribute')
source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz")
-md5sums=("c78e685ca0071730cbf14e7109a345f8")
+md5sums=("f6a47977bef2f1140bcb3ebb8f950fa6")
build() {
cd $srcdir/$_pkgname-$pkgver