summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e71b996795c..dc876992a6f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-confuse
pkgdesc = Configuration library for Python that uses YAML
- pkgver = 1.1.0
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/beetbox/confuse
arch = any
license = MIT
makedepends = python-setuptools
makedepends = python2-setuptools
- source = confuse-1.1.0.tar.gz::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
+ source = confuse-1.4.0.tar.gz::https://files.pythonhosted.org/packages/source/c/confuse/confuse-1.4.0.tar.gz
+ source = confuse-1.4.0-LICENSE::https://github.com/beetbox/confuse/raw/v1.4.0/LICENSE
sha256sums = 92fc0451c6e2c2732ac363d0f59d7ea608abddbed062dda8e98e9a8c986ce464
sha256sums = 0b308ae66aaa1412ebbe645bec4002fd262d91e9cdf67b6f198026677ddfafcc
diff --git a/PKGBUILD b/PKGBUILD
index 01f73665ef42..a2f92ad4cfba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=confuse
pkgbase=python-confuse
pkgname=( python-$_name python2-$_name)
-pkgver=1.1.0
+pkgver=1.4.0
pkgrel=1
pkgdesc='Configuration library for Python that uses YAML'
url="https://github.com/beetbox/$_name"