summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Keller2017-01-13 17:52:55 +0100
committerAndre Keller2017-01-13 17:52:55 +0100
commitf2fe01d0a58bfb6acc4a5c6d3d097a9919e704b7 (patch)
treef556f14f010ee24ba3369d52fee722a69e835546
parentb1d02c0c58dcf3ba58c933277e0e3b98cb7d9e46 (diff)
downloadaur-f2fe01d0a58bfb6acc4a5c6d3d097a9919e704b7.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 e34b44083fd2..d151b5ce25a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = crmngr-dev
pkgdesc = crmngr is a tool to aid with the management of a r10k-style control repository.
- pkgver = 2.0.0rc1
+ pkgver = 2.0.0
pkgrel = 1
url = https://github.com/vshn/crmngr
arch = any
@@ -11,8 +11,8 @@ pkgbase = crmngr-dev
depends = python-requests
depends = git
conflicts = crmngr
- source = https://files.pythonhosted.org/packages/source/c/crmngr/crmngr-2.0.0rc1.tar.gz
- md5sums = 26d603bd53082cba895f7a8884b66eee
+ source = https://files.pythonhosted.org/packages/source/c/crmngr/crmngr-2.0.0.tar.gz
+ md5sums = 553bb5b2f320a2499bb63c79021d4517
pkgname = crmngr-dev
diff --git a/PKGBUILD b/PKGBUILD
index d8fb237fdbab..5addab723506 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=crmngr-dev
-pkgver=2.0.0rc1
+pkgver=2.0.0
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=('26d603bd53082cba895f7a8884b66eee')
+md5sums=('553bb5b2f320a2499bb63c79021d4517')
build() {
cd "$srcdir/crmngr-$pkgver"