summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Keller2018-01-09 14:25:42 +0100
committerAndre Keller2018-01-09 14:25:42 +0100
commite3908d63add788cee33759edb9bdb6319c4733fd (patch)
treed85b10c985715299a887fff58f0d3618c6290bd3
parentbf3afb1226ca2f5ee098afd09adfae686453a074 (diff)
downloadaur-e3908d63add788cee33759edb9bdb6319c4733fd.tar.gz
New upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5d1f351e647b..a45b9631f7ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crmngr
pkgdesc = crmngr is a tool to aid with the management of a r10k-style control repository.
- pkgver = 2.0.1
+ pkgver = 2.0.2
pkgrel = 1
url = https://github.com/vshn/crmngr
arch = any
@@ -11,8 +11,8 @@ pkgbase = crmngr
depends = python-requests
depends = git
conflicts = crmngr
- source = https://files.pythonhosted.org/packages/source/c/crmngr/crmngr-2.0.1.tar.gz
- md5sums = fe94b202cea2bed8a1671050b55bf4ea
+ source = https://files.pythonhosted.org/packages/source/c/crmngr/crmngr-2.0.2.tar.gz
+ md5sums = de19f9badb959729697805eb6c7ab761
pkgname = crmngr
diff --git a/PKGBUILD b/PKGBUILD
index a9c0c56d0d09..7b0bbf20e6c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=crmngr
-pkgver=2.0.1
+pkgver=2.0.2
pkgrel=1
pkgdesc="crmngr is a tool to aid with the management of a r10k-style control repository."
url="https://github.com/vshn/crmngr"
@@ -9,7 +9,7 @@ conflicts=('crmngr')
license=('BSD')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/c/crmngr/crmngr-$pkgver.tar.gz")
-md5sums=('fe94b202cea2bed8a1671050b55bf4ea')
+md5sums=('de19f9badb959729697805eb6c7ab761')
build() {
cd "$srcdir/crmngr-$pkgver"