summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Keller2018-07-11 23:44:38 +0200
committerAndré Keller2018-07-11 23:44:38 +0200
commit62e5449e36f7dede08a328a40fff472cf5bfb79b (patch)
treede96d2cc304aa61ca48c5bff80da75dc10e85df2
parente3908d63add788cee33759edb9bdb6319c4733fd (diff)
downloadaur-62e5449e36f7dede08a328a40fff472cf5bfb79b.tar.gz
New upstream release.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a45b9631f7ff..1226180818a1 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.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://github.com/vshn/crmngr
arch = any
@@ -11,8 +11,7 @@ pkgbase = crmngr
depends = python-requests
depends = git
conflicts = crmngr
- source = https://files.pythonhosted.org/packages/source/c/crmngr/crmngr-2.0.2.tar.gz
- md5sums = de19f9badb959729697805eb6c7ab761
+ source = https://files.pythonhosted.org/packages/source/c/crmngr/crmngr-2.0.3.tar.gz
pkgname = crmngr
diff --git a/PKGBUILD b/PKGBUILD
index 7b0bbf20e6c6..29fef2cb808b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=crmngr
-pkgver=2.0.2
+pkgver=2.0.3
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=('de19f9badb959729697805eb6c7ab761')
+sha256sums=('69024a901a3faa48b8c1032b10d43a53816b10abfaee494377b545f7e4492323')
build() {
cd "$srcdir/crmngr-$pkgver"