summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikhail f. Shiryaev2018-06-15 11:18:38 +0200
committerMikhail f. Shiryaev2018-06-15 11:18:38 +0200
commitb82351623fa46af81d51c6dc4c7d942057ff8581 (patch)
tree2d62ee9ac3fdc0e9afecb880127bbf556e86d3d2
parent6b0392b1f223c051f56df316b06cfdd046d52fd1 (diff)
downloadaur-b82351623fa46af81d51c6dc4c7d942057ff8581.tar.gz
Update version to 0.6.8
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7e0e1939f94..19d659cdbd78 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-schema
pkgdesc = Python module to validate and convert data structures.
- pkgver = 0.6.7
+ pkgver = 0.6.8
pkgrel = 2
url = https://github.com/keleshev/schema
arch = any
license = MIT
makedepends = python-pip
makedepends = python2-pip
- noextract = schema-0.6.7-py2.py3-none-any.whl
- source = https://files.pythonhosted.org/packages/py2.py3/s/schema/schema-0.6.7-py2.py3-none-any.whl
- sha256sums = a058daf5d926e4ece9f13c4c2366a836143ca7913ef053c5023c569e00175b2a
+ noextract = schema-0.6.8-py2.py3-none-any.whl
+ source = https://files.pythonhosted.org/packages/py2.py3/s/schema/schema-0.6.8-py2.py3-none-any.whl
+ sha256sums = d994b0dc4966000037b26898df638e3e2a694cc73636cb2050e652614a350687
pkgname = python2-schema
diff --git a/PKGBUILD b/PKGBUILD
index 6c7affa690d1..2ee0b01be3cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_name=schema
pkgbase="python-$_name"
pkgname=("python2-$_name" "python-$_name")
-pkgver=0.6.7
+pkgver=0.6.8
pkgrel=2
pkgdesc='Python module to validate and convert data structures.'
arch=(any)
@@ -13,7 +13,7 @@ license=(MIT)
makedepends=(python-pip python2-pip)
_wheel="$_name-$pkgver-py2.py3-none-any.whl"
source=("https://files.pythonhosted.org/packages/py2.py3/${_name::1}/$_name/$_wheel")
-sha256sums=('a058daf5d926e4ece9f13c4c2366a836143ca7913ef053c5023c569e00175b2a')
+sha256sums=('d994b0dc4966000037b26898df638e3e2a694cc73636cb2050e652614a350687')
noextract=("$_wheel")
do_package() {