summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2022-12-20 20:45:13 +0300
committerCaleb Maclennan2022-12-20 20:45:13 +0300
commitb687e2b95b51eb8d57e899dcf235150cc77e2466 (patch)
treee7952e168ffae47b29cbf9976fe2f0ca9f0ef4a7
parentb234ed1f4c280e1eea06bc1be550f48964d61dbb (diff)
downloadaur-b687e2b95b51eb8d57e899dcf235150cc77e2466.tar.gz
upgpkg: python-strictyaml 1.6.2-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38dd854507e7..09c2c82b7833 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-strictyaml
pkgdesc = A type-safe YAML parser that parses a restricted subset of the YAML specificaton
- pkgver = 1.6.1
+ pkgver = 1.6.2
pkgrel = 1
url = http://hitchdev.com/strictyaml
arch = any
@@ -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.6.1.tar.gz
- sha256sums = 688be16ee5d1a2f94aa4abdc6d881e8e254d173d724ac88725955fe66bdb63d4
+ source = https://files.pythonhosted.org/packages/source/s/strictyaml/strictyaml-1.6.2.tar.gz
+ sha256sums = 70cd55980fe2929dc038924ca08f68f96148223a8777810fa616e3478ebe71ca
pkgname = python-strictyaml
diff --git a/PKGBUILD b/PKGBUILD
index bcc9ec6ef79c..e3dfe2fc34f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-strictyaml
_pkgname=strictyaml
-pkgver=1.6.1
+pkgver=1.6.2
pkgrel=1
pkgdesc='A type-safe YAML parser that parses a restricted subset of the YAML specificaton'
arch=(any)
@@ -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=('688be16ee5d1a2f94aa4abdc6d881e8e254d173d724ac88725955fe66bdb63d4')
+sha256sums=('70cd55980fe2929dc038924ca08f68f96148223a8777810fa616e3478ebe71ca')
build() {
cd "$_archive"