summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSébastien Leduc2015-10-18 17:49:43 +0200
committerSébastien Leduc2015-10-18 17:49:43 +0200
commit91804a7cd3af9c8664f161f6d6aaebbf0996687f (patch)
treed592ca90c7f877d1fb65248156c71fcd28b3201e /PKGBUILD
parentef01f70de39b43592a37e4505e4ccbbf2d44e759 (diff)
downloadaur-91804a7cd3af9c8664f161f6d6aaebbf0996687f.tar.gz
Bump to 1.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}