summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Meusel2016-07-18 23:41:59 +0200
committerTim Meusel2016-07-18 23:41:59 +0200
commit51190bb6a5aec32ef327b002d911f929a12c8b1f (patch)
tree7f07a70e543e53d4d5e0b5a3a9a9bb7dc29b648a
parentf03f1658f37fc610b8f6f286c52abc7e4f712993 (diff)
downloadaur-51190bb6a5aec32ef327b002d911f929a12c8b1f.tar.gz
release 0.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cce2945d08ae..73386e4f055b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = python-pypuppetdb
- pkgver = 0.2.3
+ pkgver = 0.3.0
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.3.tar.gz
- sha512sums = f1ce7d138d26c2bb65b64c2a03348e563fe56533a974c8d4c895a79700c87cdbab1d71e6609a784848a839c58ac1af393db6dc2e3d82f7a91172a1f487ad2273
+ source = https://github.com/puppet-community/pypuppetdb/archive/v0.3.0.tar.gz
+ sha512sums = 795969ce1aebc6a75752f7d011c442ea1e96a7904eaed8b1041103df8738fa7c44062e3e9baee8ba8b8591bea50b4707735dd202b628025963a19b4674d4751e
pkgname = python2-pypuppetdb
pkgdesc = Python library for working with the PuppetDB API (Python 2 version)
diff --git a/PKGBUILD b/PKGBUILD
index 7b6a751cfba3..df2b5b1ff967 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgbase=python-pypuppetdb
pkgname=('python2-pypuppetdb' 'python-pypuppetdb')
-pkgver=0.2.3
+pkgver=0.3.0
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=('f1ce7d138d26c2bb65b64c2a03348e563fe56533a974c8d4c895a79700c87cdbab1d71e6609a784848a839c58ac1af393db6dc2e3d82f7a91172a1f487ad2273')
+sha512sums=('795969ce1aebc6a75752f7d011c442ea1e96a7904eaed8b1041103df8738fa7c44062e3e9baee8ba8b8591bea50b4707735dd202b628025963a19b4674d4751e')
package_python2-pypuppetdb() {
pkgdesc='Python library for working with the PuppetDB API (Python 2 version)'