summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 462cb5356624..d21c2a0b4a29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-redmine
pkgdesc = Python library for communicating with a Redmine project management application
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = http://python-redmine.readthedocs.org/
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-redmine
makedepends = python
makedepends = python2
options = !emptydirs
- source = https://pypi.python.org/packages/source/p/python-redmine/python-redmine-1.2.0.tar.gz
- md5sums = ca13072692dc5068bd17d47ca83621b9
+ source = https://pypi.python.org/packages/source/p/python-redmine/python-redmine-1.3.0.tar.gz
+ md5sums = c3461d0d251aa91bebec33c2dfba791a
pkgname = python-redmine
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 800efb7ee479..cc1d73efc56d 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.2.0
+pkgver=1.3.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=('ca13072692dc5068bd17d47ca83621b9')
+md5sums=('c3461d0d251aa91bebec33c2dfba791a')
prepare() {
cp -a "${srcdir}/${pkgbase}-${pkgver}"{,-python2}