summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2021-06-01 13:23:49 +0300
committerCaleb Maclennan2021-06-01 13:23:49 +0300
commit81a292e26a28873a9991fa862b6993241c8700d5 (patch)
treeaa9a9edeaabcefe4a87ef6cbba01b3a55a98612e
parent93819dd3e77606a966bdb0b27803293c5ccd9f73 (diff)
downloadaur-81a292e26a28873a9991fa862b6993241c8700d5.tar.gz
upgpkg: python-strictyaml 1.4.2-1
upstream release
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7765cac90230..0b0e412d4bb7 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.4.0
+ pkgver = 1.4.2
pkgrel = 1
url = http://hitchdev.com/strictyaml
arch = any
@@ -9,8 +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.0.tar.gz
- sha256sums = 9f4e5814f96e17e82044a7dbbb8a0976048f2841b073e8114c2a2c025e7f81b9
+ source = https://files.pythonhosted.org/packages/source/s/strictyaml/strictyaml-1.4.2.tar.gz
+ sha256sums = ddb4e4e807dd510c9bc7fc50fc8d1369ed696ed5cc92d494b5e752ba8276a5a2
pkgname = python-strictyaml
-
diff --git a/PKGBUILD b/PKGBUILD
index 0e04f5488dd8..dabe73b2e7f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@
pkgname=python-strictyaml
_pkgname=strictyaml
-pkgver=1.4.0
+pkgver=1.4.2
pkgrel=1
pkgdesc='A type-safe YAML parser that parses a restricted subset of the YAML specificaton'
arch=(any)
url="http://hitchdev.com/$_pkgname"
-license=('MIT')
-depends=('python' 'python-dateutil' 'python-ruamel-yaml')
-makedepends=('python-setuptools')
+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=('9f4e5814f96e17e82044a7dbbb8a0976048f2841b073e8114c2a2c025e7f81b9')
+sha256sums=('ddb4e4e807dd510c9bc7fc50fc8d1369ed696ed5cc92d494b5e752ba8276a5a2')
build() {
cd "$_pkgname-$pkgver"