summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 947fcd4ffe31..fcbe5336f59f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-redmine
pkgdesc = Python library for communicating with a Redmine project management application
- pkgver = 2.2.1
+ pkgver = 2.3.0
pkgrel = 1
url = https://python-redmine.com/
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-redmine
makedepends = python-setuptools
makedepends = python2
makedepends = python2-setuptools
- source = https://github.com/maxtepkeev/python-redmine/archive/v2.2.1.tar.gz
- sha256sums = 995e852545b4e9ae8097ad64bc758ad1464d67ed76204294553296960837680b
+ source = https://github.com/maxtepkeev/python-redmine/archive/v2.3.0.tar.gz
+ sha256sums = 9c60667b79c1c93a1530d3b299beeb2278b34a33c03ac9bedd99e0d9fc9b0f3b
pkgname = python-redmine
depends = python-requests
diff --git a/PKGBUILD b/PKGBUILD
index 86056f048785..ed86fdb2a041 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgbase='python-redmine'
pkgname=('python-redmine' 'python2-redmine')
-pkgver=2.2.1
-pkgrel=1
+pkgver='2.3.0'
+pkgrel='1'
pkgdesc="Python library for communicating with a Redmine project management application"
arch=("any")
url="https://${pkgbase}.com/"
@@ -14,7 +14,7 @@ makedepends=('python' 'python-setuptools'
checkdepends=('python-nose' 'python-mock' 'python-requests' 'python-coverage')
license=('Apache')
source=("https://github.com/maxtepkeev/${pkgbase}/archive/v${pkgver}.tar.gz")
-sha256sums=('995e852545b4e9ae8097ad64bc758ad1464d67ed76204294553296960837680b')
+sha256sums=('9c60667b79c1c93a1530d3b299beeb2278b34a33c03ac9bedd99e0d9fc9b0f3b')
build() {
cd "${srcdir}/${pkgbase}-${pkgver}"