summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2016-11-16 09:35:44 +0100
committerPhilipp A2016-11-16 09:35:44 +0100
commit232e1df3b28ac4afe62446365a77082529aec885 (patch)
treec2294e649149c17fee3edeaca408520ebf31fd1d
parent7262a6a22596ba0d41fd5c99d04d4d4849f6cd45 (diff)
downloadaur-232e1df3b28ac4afe62446365a77082529aec885.tar.gz
v0.6.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7331cc381d3f..392410f805ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-schema
pkgdesc = Python module to validate and convert data structures.
- pkgver = 0.3.1
+ pkgver = 0.6.5
pkgrel = 1
url = https://github.com/halst/schema
arch = i686
arch = x86_64
license = MIT
depends = python
- source = https://pypi.python.org/packages/source/s/schema/schema-0.3.1.tar.gz
- sha1sums = 732ef97af28bcc8667ab3cbb1e8c1ac2668623d4
+ source = https://files.pythonhosted.org/packages/source/s/schema/schema-0.6.5.tar.gz
+ sha1sums = 5d2ec7bc20577099f614bc5ab2ee9096071f9fd3
pkgname = python-schema
diff --git a/PKGBUILD b/PKGBUILD
index a8b6fe5882a2..6e10b8bd73f9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
_name=schema
pkgname="python-$_name"
-pkgver=0.3.1
+pkgver=0.6.5
pkgrel=1
pkgdesc='Python module to validate and convert data structures.'
arch=('i686' 'x86_64')
url="https://github.com/halst/$_name"
license=('MIT')
depends=('python')
-source=("https://pypi.python.org/packages/source/s/$_name/$_name-$pkgver.tar.gz")
-sha1sums=('732ef97af28bcc8667ab3cbb1e8c1ac2668623d4')
+source=("https://files.pythonhosted.org/packages/source/s/$_name/$_name-$pkgver.tar.gz")
+sha1sums=('5d2ec7bc20577099f614bc5ab2ee9096071f9fd3')
package() {
cd "$srcdir/$_name-$pkgver"
python setup.py install --root="$pkgdir" --optimize=1
install -Dm644 {,"$pkgdir/usr/share/licenses/$pkgname/"}LICENSE-MIT
-} \ No newline at end of file
+}