summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPumpkinCheshire2021-05-20 01:16:19 +0800
committerPumpkinCheshire2021-05-20 01:16:19 +0800
commit720dd66ae3f193a3444d6d97ab393a3ba54a7b7f (patch)
tree0fa1f8fa058d5db3ace42e09594afe681def0881 /PKGBUILD
parent15d6c3fea657092a13de72e7a99c8bd144770689 (diff)
downloadaur-720dd66ae3f193a3444d6d97ab393a3ba54a7b7f.tar.gz
bump to 0.11.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 74df9e9727e1..186272d8a5d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: pumpkincheshire <sollyonzou@gmail.com>
+# Maintainer: PumpkinCheshire <$(base64 --decode <<<'c29sbHlvbnpvdUBnbWFpbC5jb20=')>
# Contributor: Gardar <aur@gardar.net>
# Contributor: Morten Linderud <morten@linderud.pw>
pkgname=python-anyconfig
_name=anyconfig
-pkgver=0.10.1
+pkgver=0.11.0
pkgrel=1
pkgdesc='Python library provides common APIs to load and dump configuration files in various formats'
url='https://github.com/ssato/python-anyconfig'
@@ -25,7 +25,7 @@ optdepends=('python-simplejson: Replace standard json backend'
makedepends=('python-setuptools')
conflicts=('python-anyconfig-git')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('f04a5490da8563c97fad15810b0debc92351dbd4b8058dfd82d32a30a41e7e5c')
+sha256sums=('ec4eaad7250af23c98c86760954781361906b83027ae5b9d4da539e09765d308')
build() {
cd "$srcdir/$_name-$pkgver"