From 59ef9b59a9f4096a7b7f4bb3e0137809784aa520 Mon Sep 17 00:00:00 2001 From: Omar Vega Ramos Date: Sat, 9 Jul 2016 21:24:08 -0500 Subject: trytond-calendar-4.0.1-1: updating version --- pcr/trytond-calendar/PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'pcr/trytond-calendar/PKGBUILD') diff --git a/pcr/trytond-calendar/PKGBUILD b/pcr/trytond-calendar/PKGBUILD index 30c168a2a..63879ca4c 100644 --- a/pcr/trytond-calendar/PKGBUILD +++ b/pcr/trytond-calendar/PKGBUILD @@ -2,18 +2,18 @@ pkgname=trytond-calendar _pkgname=trytond_calendar -pkgver=3.8.0 -_pkgdir=3.8 +pkgver=4.0.1 +_pkgdir=4.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>=3.8') +depends=('trytond>=4.0' 'trytond-webdav' 'python2-vobject>=0.8.0' 'python2-pytz') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("9d16137f6b5dbcb8c1756c829a3bab28") +md5sums=("c78e685ca0071730cbf14e7109a345f8") 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 +} -- cgit v1.2.3-2-g168b