summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSébastien Leduc2015-10-19 19:23:00 +0200
committerSébastien Leduc2015-10-19 19:23:00 +0200
commit6980e66d2773978f895e6f051f269421f62a6310 (patch)
tree18bccf375ad5eee65b104a473917bc8cae4b6377 /PKGBUILD
parent91804a7cd3af9c8664f161f6d6aaebbf0996687f (diff)
downloadaur-6980e66d2773978f895e6f051f269421f62a6310.tar.gz
Bump to 1.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cc1d73efc56d..23b52ab7dd75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sebastien Leduc <sebastien@sleduc.fr>
pkgname=('python-redmine' 'python2-redmine')
pkgbase='python-redmine'
-pkgver=1.3.0
+pkgver=1.4.0
pkgrel=1
pkgdesc="Python library for communicating with a Redmine project management application"
arch=("any")
@@ -10,7 +10,7 @@ license=('Apache')
makedepends=('python' 'python2')
options=(!emptydirs)
source=("https://pypi.python.org/packages/source/p/${pkgbase}/${pkgbase}-${pkgver}.tar.gz")
-md5sums=('c3461d0d251aa91bebec33c2dfba791a')
+md5sums=('cb311e1664d85fef17f157430941498a')
prepare() {
cp -a "${srcdir}/${pkgbase}-${pkgver}"{,-python2}