summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-05-03 23:02:23 +0300
committerCaleb Maclennan2023-05-03 23:02:23 +0300
commitc04d3091ce76b39b014ac8d3261340a6828a351d (patch)
tree6158b5d9bb043ebce129dd5aec99439a7ec5eda0
parent3c76b2a36d1b0416a31af44c5423429ed2c0146e (diff)
downloadaur-c04d3091ce76b39b014ac8d3261340a6828a351d.tar.gz
upgpkg: python-strictyaml 1.6.2-3
Rebuild for Python 3.11, normalize PEP517 build tooling
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4e2a0a26014..00e382201b25 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.6.2
- pkgrel = 2
+ pkgrel = 3
url = http://hitchdev.com/strictyaml
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index e68c2b9a177c..cd6e87ca7ca6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-strictyaml
_pkgname=strictyaml
pkgver=1.6.2
-pkgrel=2
+pkgrel=3
pkgdesc='A type-safe YAML parser that parses a restricted subset of the YAML specificaton'
arch=(any)
url="http://hitchdev.com/$_pkgname"