summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Bruhin2019-05-09 08:17:41 +0200
committerFlorian Bruhin2019-05-09 08:17:41 +0200
commitb42c380340aa054d26ddc51858252b3a9304e1c5 (patch)
tree84550d2d1538426a3f85c2498bb6710bbc88a794 /PKGBUILD
parentd85efb6b50df2f88d6f4d6c642ed90de2378f36f (diff)
downloadaur-b42c380340aa054d26ddc51858252b3a9304e1c5.tar.gz
Upgrade to 1.0.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"