summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSébastien Leduc2015-12-06 19:06:17 +0100
committerSébastien Leduc2015-12-06 19:06:17 +0100
commit1a6101b3ae8a0749d47565669094368ef1727cea (patch)
treef5d28f7731afc8ecd5c796af149ef2b63b3cc13a /PKGBUILD
parent6980e66d2773978f895e6f051f269421f62a6310 (diff)
downloadaur-1a6101b3ae8a0749d47565669094368ef1727cea.tar.gz
Bump to 1.5.0
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}