summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Meusel2016-07-18 23:40:52 +0200
committerTim Meusel2016-07-18 23:40:52 +0200
commitf03f1658f37fc610b8f6f286c52abc7e4f712993 (patch)
tree22bdf16749896b8d96465d80e2cae94d54796b9e
parentc116c4c21bec1d4f1512dd648a32d5bad25c617f (diff)
downloadaur-f03f1658f37fc610b8f6f286c52abc7e4f712993.tar.gz
release 0.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index af7e99a7d8e6..cce2945d08ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-pypuppetdb
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = https://github.com/puppet-community/pypuppetdb
arch = any
@@ -8,8 +8,8 @@ pkgbase = python-pypuppetdb
makedepends = python2
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/puppet-community/pypuppetdb/archive/v0.2.2.tar.gz
- sha512sums = 41e885cc4fa805ee2cc3ff13c752b033375c7a5aea0561681ec27eb190a9e3ce01fd5ff08c3f6993c072032e50df0fbee9bfe93099330bd65174fa6342675e1a
+ source = https://github.com/puppet-community/pypuppetdb/archive/v0.2.3.tar.gz
+ sha512sums = f1ce7d138d26c2bb65b64c2a03348e563fe56533a974c8d4c895a79700c87cdbab1d71e6609a784848a839c58ac1af393db6dc2e3d82f7a91172a1f487ad2273
pkgname = python2-pypuppetdb
pkgdesc = Python library for working with the PuppetDB API (Python 2 version)
diff --git a/PKGBUILD b/PKGBUILD
index e81b41d2e640..7b6a751cfba3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgbase=python-pypuppetdb
pkgname=('python2-pypuppetdb' 'python-pypuppetdb')
-pkgver=0.2.2
+pkgver=0.2.3
pkgrel=1
arch=('any')
url='https://github.com/puppet-community/pypuppetdb'
license=('APACHE')
makedepends=('python' 'python2' 'python-setuptools' 'python2-setuptools')
source=("https://github.com/puppet-community/pypuppetdb/archive/v${pkgver}.tar.gz")
-sha512sums=('41e885cc4fa805ee2cc3ff13c752b033375c7a5aea0561681ec27eb190a9e3ce01fd5ff08c3f6993c072032e50df0fbee9bfe93099330bd65174fa6342675e1a')
+sha512sums=('f1ce7d138d26c2bb65b64c2a03348e563fe56533a974c8d4c895a79700c87cdbab1d71e6609a784848a839c58ac1af393db6dc2e3d82f7a91172a1f487ad2273')
package_python2-pypuppetdb() {
pkgdesc='Python library for working with the PuppetDB API (Python 2 version)'