summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Lucas2015-12-07 18:13:45 -0600
committerDJ Lucas2015-12-07 18:13:45 -0600
commitf36d292525e76670f73ee776d2852d5d09214039 (patch)
tree090bd177fea07a99335ec9e01b0ad191f7655d96
parent874a7c3cb5902b0b9906e148751a0a61237df438 (diff)
downloadaur-f36d292525e76670f73ee776d2852d5d09214039.tar.gz
Fix typo in dep
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c6fd9ac1e594..181466bc4c61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Dec 8 00:08:51 UTC 2015
+# Tue Dec 8 00:13:08 UTC 2015
pkgbase = python2-schema
pkgdesc = Python module to validate and convert data structures.
pkgver = 0.3.1
@@ -8,7 +8,7 @@ pkgbase = python2-schema
arch = i686
arch = x86_64
license = MIT
- depends = python
+ depends = python2
source = https://pypi.python.org/packages/source/s/schema/schema-0.3.1.tar.gz
sha1sums = 732ef97af28bcc8667ab3cbb1e8c1ac2668623d4
diff --git a/PKGBUILD b/PKGBUILD
index d4cbe68c1d1b..c807dfb00a44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc='Python module to validate and convert data structures.'
arch=('i686' 'x86_64')
url="https://github.com/halst/$_name"
license=('MIT')
-depends=('python')
+depends=('python2')
source=("https://pypi.python.org/packages/source/s/$_name/$_name-$pkgver.tar.gz")
sha1sums=('732ef97af28bcc8667ab3cbb1e8c1ac2668623d4')