summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 687d2ebea3b6..24f6dabff70c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python2-puppetboard
pkgdesc = Web frontend for PuppetDB which relies on pypuppetdb
- pkgver = 0.1.1
+ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/puppet-community/puppetboard
install = puppetboard.install
@@ -16,8 +16,8 @@ pkgbase = python2-puppetboard
depends = python2-itsdangerous
depends = python2-requests
depends = python2-pypuppetdb
- source = https://github.com/puppet-community/puppetboard/archive/v0.1.1.tar.gz
- sha512sums = 6a2a58ed2ffe991946dc85402faf876b9eb6fddd8238faf0a9dd4277a40b596a962846934bd32a823f5404824616aeff48fc028fed1ab9171d4d31586e418847
+ source = https://github.com/puppet-community/puppetboard/archive/v0.2.0.tar.gz
+ sha512sums = d525bd48a0a0ee6c22f08226026f45684980279ccef386ec1890aa9cb728126bc7fd104d094b56dea85bf14c0b8cafa641f7d2596f25bf99d63fce856966424c
pkgname = python2-puppetboard
diff --git a/PKGBUILD b/PKGBUILD
index e1133ae8ce4b..7b55ef00318d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor Florian Pritz <bluewind@xinu.at>
pkgname=python2-puppetboard
-pkgver=0.1.2
+pkgver=0.2.0
pkgrel=1
pkgdesc='Web frontend for PuppetDB which relies on pypuppetdb'
arch=(any)
@@ -23,7 +23,7 @@ depends=('python2'
install=puppetboard.install
source=("https://github.com/puppet-community/puppetboard/archive/v${pkgver}.tar.gz")
-sha512sums=('4f2a5519b75a967c58a8f5c2bd3ab63b7b1a4f8e5cb7c33b599d996238034210d55220259d86336f8393616ce891493bb8fb28deab48da603e82cbe3bc00917a')
+sha512sums=('d525bd48a0a0ee6c22f08226026f45684980279ccef386ec1890aa9cb728126bc7fd104d094b56dea85bf14c0b8cafa641f7d2596f25bf99d63fce856966424c')
package() {
cd "${srcdir}/puppetboard-${pkgver}"