summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23b52ab7dd75..90ff0bb61f31 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.4.0
+pkgver=1.5.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=('cb311e1664d85fef17f157430941498a')
+md5sums=('743a6956ebe6ee3f1b5ee3f304e8f5c5')
prepare() {
cp -a "${srcdir}/${pkgbase}-${pkgver}"{,-python2}