summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrett Cornwall2019-03-15 23:44:47 -0600
committerBrett Cornwall2019-03-15 23:44:47 -0600
commitecc9ba9ed52e921bfada2d02289f78cb47e266a3 (patch)
treeadacc0a9ddce5d0d0f2619af90f49b7a10c00c29
parentcb6c9b273df3d5ce6da4f8216f1ffce96edd5a7f (diff)
downloadaur-ecc9ba9ed52e921bfada2d02289f78cb47e266a3.tar.gz
upgpkg: 0.9.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7f4b986fe98b..ccb9443f5365 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Tue Sep 5 21:26:15 UTC 2017
pkgbase = python-anyconfig
pkgdesc = Generic access to configuration files in any formats (to be in the future)
- pkgver = 0.9.3
- pkgrel = 5
+ pkgver = 0.9.8
+ pkgrel = 1
url = https://github.com/ssato/python-anyconfig
arch = any
license = MIT
@@ -12,7 +10,7 @@ pkgbase = python-anyconfig
makedepends = python-setuptools
makedepends = python2
makedepends = python2-setuptools
- source = python-anyconfig-0.9.3.tar.gz::https://github.com/ssato/python-anyconfig/archive/RELEASE_0.9.3.tar.gz
+ source = python-anyconfig-0.9.8.tar.gz::https://github.com/ssato/python-anyconfig/archive/RELEASE_0.9.8.tar.gz
sha256sums = f6a65fa80c5a8718e9b2aebd23395db4df31aa02e965c9aca6b110c4b1f762c6
pkgname = python-anyconfig
diff --git a/PKGBUILD b/PKGBUILD
index 1b5702a4228c..42c29e98737b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Morten Linderud <morten@linderud.pw>
pkgbase="python-anyconfig"
pkgname=("python-anyconfig" "python2-anyconfig")
-pkgver=0.9.3
-pkgrel=5
+pkgver=0.9.8
+pkgrel=1
pkgdesc='Generic access to configuration files in any formats (to be in the future)'
url='https://github.com/ssato/python-anyconfig'
arch=('any')