summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKonstantin Shalygin2020-12-03 18:14:15 +0700
committerKonstantin Shalygin2021-02-27 18:14:15 +0700
commita779b3fe742a1b145717d130a327920f068795fe (patch)
tree0c1264b2b0490818960959bd68ca4293976b71e6
parent3b6cfcf85c1c1f1f5d48c96f618d3d11465ade22 (diff)
downloadaur-a779b3fe742a1b145717d130a327920f068795fe.tar.gz
Bump to 2.3.0
-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}"