summarylogtreecommitdiffstats
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
parent1a6101b3ae8a0749d47565669094368ef1727cea (diff)
downloadaur-f564ccf4d099aa4cb5cf216434914235d280f294.tar.gz
Bump to 1.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41e8b8f9bc33..50725ab21b95 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# dim. déc. 6 18:05:45 UTC 2015
+# sam. avril 9 13:28:15 UTC 2016
pkgbase = python-redmine
pkgdesc = Python library for communicating with a Redmine project management application
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = http://python-redmine.readthedocs.org/
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-redmine
makedepends = python
makedepends = python2
options = !emptydirs
- source = https://pypi.python.org/packages/source/p/python-redmine/python-redmine-1.5.0.tar.gz
- md5sums = 743a6956ebe6ee3f1b5ee3f304e8f5c5
+ source = https://pypi.python.org/packages/source/p/python-redmine/python-redmine-1.5.1.tar.gz
+ md5sums = c34bf0f83da7bd47dc6292ab9728e69c
pkgname = python-redmine
depends = python
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}