summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-12-15 23:48:47 +0300
committerCaleb Maclennan2021-12-15 23:48:47 +0300
commitb234ed1f4c280e1eea06bc1be550f48964d61dbb (patch)
tree5b6efad7eff741865f7d1494647537f935ab12d7
parentc7ae3ee788f4d8aaef49218d2506078bfebfd6d9 (diff)
downloadaur-b234ed1f4c280e1eea06bc1be550f48964d61dbb.tar.gz
upgpkg: python-strictyaml 1.6.1-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1166ef2563aa..38dd854507e7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-strictyaml
pkgdesc = A type-safe YAML parser that parses a restricted subset of the YAML specificaton
- pkgver = 1.4.4
- pkgrel = 2
+ pkgver = 1.6.1
+ pkgrel = 1
url = http://hitchdev.com/strictyaml
arch = any
license = MIT
@@ -9,7 +9,7 @@ pkgbase = python-strictyaml
depends = python
depends = python-dateutil
depends = python-ruamel-yaml
- source = https://files.pythonhosted.org/packages/source/s/strictyaml/strictyaml-1.4.4.tar.gz
- sha256sums = 044ae3bec56f31e18dff8cfa62a2c9c028f4c7fe4c0f761e50761184d3b68eef
+ source = https://files.pythonhosted.org/packages/source/s/strictyaml/strictyaml-1.6.1.tar.gz
+ sha256sums = 688be16ee5d1a2f94aa4abdc6d881e8e254d173d724ac88725955fe66bdb63d4
pkgname = python-strictyaml
diff --git a/PKGBUILD b/PKGBUILD
index dae40f90a3dd..bcc9ec6ef79c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=python-strictyaml
_pkgname=strictyaml
-pkgver=1.4.4
-pkgrel=2
+pkgver=1.6.1
+pkgrel=1
pkgdesc='A type-safe YAML parser that parses a restricted subset of the YAML specificaton'
arch=(any)
url="http://hitchdev.com/$_pkgname"
@@ -15,7 +15,7 @@ depends=(python
makedepends=(python-setuptools)
_archive="$_pkgname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz")
-sha256sums=('044ae3bec56f31e18dff8cfa62a2c9c028f4c7fe4c0f761e50761184d3b68eef')
+sha256sums=('688be16ee5d1a2f94aa4abdc6d881e8e254d173d724ac88725955fe66bdb63d4')
build() {
cd "$_archive"