summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Bruhin2019-05-09 08:17:41 +0200
committerFlorian Bruhin2019-05-09 08:17:41 +0200
commitb42c380340aa054d26ddc51858252b3a9304e1c5 (patch)
tree84550d2d1538426a3f85c2498bb6710bbc88a794
parentd85efb6b50df2f88d6f4d6c642ed90de2378f36f (diff)
downloadaur-b42c380340aa054d26ddc51858252b3a9304e1c5.tar.gz
Upgrade to 1.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bdb2ba510944..0ee5d267c928 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# 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.15.3
+ pkgver = 1.0.1
pkgrel = 1
url = http://hitchdev.com/strictyaml/
arch = any
@@ -11,8 +9,8 @@ pkgbase = python-strictyaml
depends = python
depends = python-dateutil
depends = python-ruamel-yaml
- source = https://files.pythonhosted.org/packages/source/s/strictyaml/strictyaml-0.15.3.tar.gz
- sha256sums = 1c810dee3ffa031ab9691cbea0adfe0e1a3c20276c5a8ad480bcf7ea57809853
+ source = https://files.pythonhosted.org/packages/source/s/strictyaml/strictyaml-1.0.1.tar.gz
+ sha256sums = 06d7100587695a0edfabd772a6c6fb69071fc38c413df599e22dfd40e52f5fad
pkgname = python-strictyaml
diff --git a/PKGBUILD b/PKGBUILD
index 94be3ff4fe52..9329871e5e5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-strictyaml
_pkgname=strictyaml
-pkgver=0.15.3
+pkgver=1.0.1
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=('1c810dee3ffa031ab9691cbea0adfe0e1a3c20276c5a8ad480bcf7ea57809853')
+sha256sums=('06d7100587695a0edfabd772a6c6fb69071fc38c413df599e22dfd40e52f5fad')
package() {
cd "${srcdir}/${_pkgname}-${pkgver}"