summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndre Keller2015-12-02 19:29:01 +0100
committerAndre Keller2015-12-02 19:29:01 +0100
commitf0c59c65edf8f9b4108269f7f27cb1b5c00b90a6 (patch)
treecdc49d2934e32bf85fae910525aa5c0e27e86603
parent439c2a3707009d578d30156699e5afcce7b6300a (diff)
downloadaur-f0c59c65edf8f9b4108269f7f27cb1b5c00b90a6.tar.gz
New upstream release 0.10.3.
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 05d1e141a40b..1b6050f99693 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = crmngr
pkgdesc = crmngr is a tool to aid with the management of a r10k-style control repository.
- pkgver = 0.10.2
+ pkgver = 0.10.3
pkgrel = 1
url = https://github.com/vshn/crmngr
arch = any
license = BSD
makedepends = python-setuptools
depends = python
- source = https://pypi.python.org/packages/source/c/crmngr/crmngr-0.10.2.tar.gz
- md5sums = 7f3c8788b1456fcdc8f4d4ea23472401
+ source = https://pypi.python.org/packages/source/c/crmngr/crmngr-0.10.3.tar.gz
+ md5sums = d6d6fd62b4c328caff0edf872f30a51a
pkgname = crmngr
diff --git a/PKGBUILD b/PKGBUILD
index 22bea2892055..e4f7f68c7a46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=crmngr
-pkgver=0.10.2
+pkgver=0.10.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"
@@ -7,15 +7,15 @@ depends=('python')
makedepends=('python-setuptools' )
license=('BSD')
arch=('any')
-source=('https://pypi.python.org/packages/source/c/crmngr/crmngr-0.10.2.tar.gz')
-md5sums=('7f3c8788b1456fcdc8f4d4ea23472401')
+source=("https://pypi.python.org/packages/source/c/crmngr/$pkgname-$pkgver.tar.gz")
+md5sums=('d6d6fd62b4c328caff0edf872f30a51a')
build() {
- cd $srcdir/crmngr-0.10.2
+ cd "$srcdir/$pkgname-$pkgver"
python setup.py build
}
package() {
- cd $srcdir/crmngr-0.10.2
+ cd "$srcdir/$pkgname-$pkgver"
python setup.py install --root="$pkgdir" --optimize=1
}