summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKonstantin Shalygin2020-12-03 18:14:15 +0700
committerKonstantin Shalygin2021-02-27 18:14:15 +0700
commita779b3fe742a1b145717d130a327920f068795fe (patch)
tree0c1264b2b0490818960959bd68ca4293976b71e6 /PKGBUILD
parent3b6cfcf85c1c1f1f5d48c96f618d3d11465ade22 (diff)
downloadaur-a779b3fe742a1b145717d130a327920f068795fe.tar.gz
Bump to 2.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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}"