summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2018-11-07 10:21:36 +0100
committerFlorian Bruhin2018-11-07 10:21:36 +0100
commitd85efb6b50df2f88d6f4d6c642ed90de2378f36f (patch)
tree07a2fecf70387f7833820f64ab6f406f047fe8be
parenta8b11a76057b7ec1dcade9dd04359c554ec1c0de (diff)
downloadaur-d85efb6b50df2f88d6f4d6c642ed90de2378f36f.tar.gz
Upgrade to 0.15.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2078f4ed4529..bdb2ba510944 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Sep 9 11:25:00 UTC 2018
+# Wed Nov 7 09:21:01 UTC 2018
pkgbase = python-strictyaml
pkgdesc = A type-safe YAML parser that parses a restricted subset of the YAML specificaton.
- pkgver = 0.11.10
+ pkgver = 0.15.3
pkgrel = 1
url = http://hitchdev.com/strictyaml/
arch = any
@@ -11,8 +11,8 @@ pkgbase = python-strictyaml
depends = python
depends = python-dateutil
depends = python-ruamel-yaml
- source = https://files.pythonhosted.org/packages/source/s/strictyaml/strictyaml-0.11.10.tar.gz
- sha256sums = e3a81f7e326b832d68e533c83fea0b3840387fb4924008e60860a32d9c387e7a
+ source = https://files.pythonhosted.org/packages/source/s/strictyaml/strictyaml-0.15.3.tar.gz
+ sha256sums = 1c810dee3ffa031ab9691cbea0adfe0e1a3c20276c5a8ad480bcf7ea57809853
pkgname = python-strictyaml
diff --git a/PKGBUILD b/PKGBUILD
index 5b8fed347ba6..94be3ff4fe52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-strictyaml
_pkgname=strictyaml
-pkgver=0.11.10
+pkgver=0.15.3
pkgrel=1
pkgdesc="A type-safe YAML parser that parses a restricted subset of the YAML specificaton."
arch=(any)
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python' 'python-dateutil' 'python-ruamel-yaml')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/${_pkgname}/${_pkgname}-${pkgver}.tar.gz")
-sha256sums=('e3a81f7e326b832d68e533c83fea0b3840387fb4924008e60860a32d9c387e7a')
+sha256sums=('1c810dee3ffa031ab9691cbea0adfe0e1a3c20276c5a8ad480bcf7ea57809853')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"