summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-12-28 16:09:42 +0100
committerPhilipp A2017-12-28 16:09:42 +0100
commitb520f853c974b76fc15c0c6b66064480ed4014d5 (patch)
treecf179a3c335f03737b8c6fb662caba017eb26aed
parentdd2fec2c42bba560671b6194b940faecbc962d53 (diff)
downloadaur-b520f853c974b76fc15c0c6b66064480ed4014d5.tar.gz
use name-ver.tar.gz
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dd16794709ef..5b295d0addc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Dec 28 14:46:59 UTC 2017
+# Thu Dec 28 15:09:15 UTC 2017
pkgbase = python-schema
pkgdesc = Python module to validate and convert data structures.
pkgver = 0.6.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/keleshev/schema
arch = any
license = MIT
@@ -11,7 +11,7 @@ pkgbase = python-schema
makedepends = python-pytest
makedepends = python2-setuptools
makedepends = python2-pytest
- source = https://github.com/keleshev/schema/archive/v0.6.6.tar.gz
+ source = schema-0.6.6.tar.gz::https://github.com/keleshev/schema/archive/v0.6.6.tar.gz
sha1sums = fad10e26ba7bb28ec0d0e57f4410882dc357ab63
pkgname = python2-schema
diff --git a/PKGBUILD b/PKGBUILD
index ccf0785159b6..c269c14d0639 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,14 +5,14 @@ _name=schema
pkgbase="python-$_name"
pkgname=("python2-$_name" "python-$_name")
pkgver=0.6.6
-pkgrel=1
+pkgrel=2
pkgdesc='Python module to validate and convert data structures.'
arch=('any')
url="https://github.com/keleshev/$_name"
license=('MIT')
makedepends=('python-setuptools' 'python-pytest'
'python2-setuptools' 'python2-pytest')
-source=("https://github.com/keleshev/$_name/archive/v$pkgver.tar.gz")
+source=("$_name-$pkgver.tar.gz::https://github.com/keleshev/$_name/archive/v$pkgver.tar.gz")
sha1sums=('fad10e26ba7bb28ec0d0e57f4410882dc357ab63')
check() {