summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2020-04-27 16:23:10 +0200
committerFrederik “Freso” S. Olesen2020-04-27 16:23:10 +0200
commite34165b606bef6273fa1007bee51110d0915ede3 (patch)
tree6d214cce6ac1a3a0a1cfcb33babe089a8593ca64
parentb052d09a1d9ab3f9783b6df83044924448b629a4 (diff)
downloadaur-e34165b606bef6273fa1007bee51110d0915ede3.tar.gz
python-confuse 1.1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2da752f54dc7..b2e327145400 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-confuse
pkgdesc = Configuration library for Python that uses YAML
- pkgver = 1.0.0
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/beetbox/confuse
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://files.pythonhosted.org/packages/source/c/confuse/confuse-1.0.0.tar.gz
- source = confuse-1.0.0-LICENSE::https://github.com/beetbox/confuse/raw/v1.0.0/LICENSE
- sha256sums = 5977c6a876b179f8c86ecaf530cc24bf00baaad028c3350b502ee6949536188c
+ source = https://files.pythonhosted.org/packages/source/c/confuse/confuse-1.1.0.tar.gz
+ source = confuse-1.1.0-LICENSE::https://github.com/beetbox/confuse/raw/v1.1.0/LICENSE
+ sha256sums = adc1979ea6f4c0dd3d6fe06020c189843a649082ab8f6fb54db16f4ac5e5e1da
sha256sums = 0b308ae66aaa1412ebbe645bec4002fd262d91e9cdf67b6f198026677ddfafcc
pkgname = python-confuse
diff --git a/PKGBUILD b/PKGBUILD
index 2eeaacccad0c..3a68c3aed3a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=python-confuse
_name=${pkgbase#python-}
pkgname=($pkgbase ${pkgbase/python-/python2-})
-pkgver=1.0.0
+pkgver=1.1.0
pkgrel=1
pkgdesc='Configuration library for Python that uses YAML'
url="https://github.com/beetbox/$_name"
@@ -13,7 +13,7 @@ makedepends=('python-setuptools' 'python2-setuptools')
#checkdepends=('python-nose' 'python2-nose')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz"
"$_name-$pkgver-LICENSE::$url/raw/v$pkgver/LICENSE")
-sha256sums=('5977c6a876b179f8c86ecaf530cc24bf00baaad028c3350b502ee6949536188c'
+sha256sums=('adc1979ea6f4c0dd3d6fe06020c189843a649082ab8f6fb54db16f4ac5e5e1da'
'0b308ae66aaa1412ebbe645bec4002fd262d91e9cdf67b6f198026677ddfafcc')
prepare() {