summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSébastien Leduc2016-04-09 15:28:27 +0200
committerSébastien Leduc2016-04-09 15:28:27 +0200
commitf564ccf4d099aa4cb5cf216434914235d280f294 (patch)
treecf9f88a57b4383e453a4348687d8c31903c789bd /PKGBUILD
parent1a6101b3ae8a0749d47565669094368ef1727cea (diff)
downloadaur-f564ccf4d099aa4cb5cf216434914235d280f294.tar.gz
Bump to 1.5.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 90ff0bb61f31..57233346ddaf 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.5.0
+pkgver=1.5.1
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=('743a6956ebe6ee3f1b5ee3f304e8f5c5')
+md5sums=('c34bf0f83da7bd47dc6292ab9728e69c')
prepare() {
cp -a "${srcdir}/${pkgbase}-${pkgver}"{,-python2}