summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPumpkinCheshire2021-04-25 01:52:19 +0800
committerPumpkinCheshire2021-04-25 01:52:19 +0800
commit15d6c3fea657092a13de72e7a99c8bd144770689 (patch)
treee3f87defc5c4c029b88385ac9cc41c4266ff9d99 /PKGBUILD
parent1a08e683225dc2cdfb3b9936fd37576fd31a65cd (diff)
downloadaur-15d6c3fea657092a13de72e7a99c8bd144770689.tar.gz
bump to 0.10.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8c1a8619ed3..74df9e9727e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-anyconfig
_name=anyconfig
-pkgver=0.10.0
+pkgver=0.10.1
pkgrel=1
pkgdesc='Python library provides common APIs to load and dump configuration files in various formats'
url='https://github.com/ssato/python-anyconfig'
@@ -19,11 +19,13 @@ optdepends=('python-simplejson: Replace standard json backend'
'python-anyconfig-cbor2-backend: CBOR support using cbor2'
'python-anyconfig-configobj-backend: ConfigObj load and dump support'
'python-anyconfig-msgpack-backend: MessagePack load and dump support'
+ 'python-anyconfig-json5-backend: Json5 load and dump support'
+ 'python-anyconfig-fortios-backend: Fortios load and parse support'
)
makedepends=('python-setuptools')
conflicts=('python-anyconfig-git')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz")
-sha256sums=('d9a25625aa72dd870e0712eac3e70fee50eb243af14b2f0cc6f305ec9191cacf')
+sha256sums=('f04a5490da8563c97fad15810b0debc92351dbd4b8058dfd82d32a30a41e7e5c')
build() {
cd "$srcdir/$_name-$pkgver"