diff options
author | Shackra Sislock <jorgean@lavabit.com> | 2013-07-08 13:19:47 -0600 |
---|---|---|
committer | Shackra Sislock <jorgean@lavabit.com> | 2013-07-08 13:19:47 -0600 |
commit | 5b5218e925c8fefd1b28444cbfe90901e01b5d72 (patch) | |
tree | 8766333bd6c9d613241351aa0501ea353d366c97 /pcr/trytond-calendar/PKGBUILD | |
parent | 3d0a6b71f136e8b224fecdec6ec303a1d9d32265 (diff) | |
parent | deb6a59de36dbf2917b5d47e4a18458d4867c1d8 (diff) |
merging heads
Diffstat (limited to 'pcr/trytond-calendar/PKGBUILD')
-rw-r--r-- | pcr/trytond-calendar/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pcr/trytond-calendar/PKGBUILD b/pcr/trytond-calendar/PKGBUILD index db8756171..aa9341c94 100644 --- a/pcr/trytond-calendar/PKGBUILD +++ b/pcr/trytond-calendar/PKGBUILD @@ -1,18 +1,19 @@ # Maintainer: Robin Baumgartner <robin@baumgartners.ch> +# Maintainer (Parabola): André Silva <emulatorman@lavabit.com> pkgname=trytond-calendar _pkgname=trytond_calendar -pkgver=2.6.1 -_pkgdir=2.6 +pkgver=2.8.0 +_pkgdir=2.8 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>=2.6') +depends=('trytond>=2.8') makedepends=('python2-distribute') source=("http://downloads.tryton.org/$_pkgdir/$_pkgname-$pkgver.tar.gz") -md5sums=("a6612776bf735eb9c68e2a5b3aa8ce83") +md5sums=("0ea2e2c2d31b44e0072591a42cf63b1a") package() { cd $srcdir/$_pkgname-$pkgver |