summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Severance2017-08-06 01:01:51 -0400
committerChris Severance2017-08-06 01:01:51 -0400
commit54d35262bd02640a845925c02468064947bd39db (patch)
treeaa1f375abe4410c140606dbd863555d42ab0d5db
parent33fb5765027acc03c7283737bb2a21dea9d3c317 (diff)
downloadaur-54d35262bd02640a845925c02468064947bd39db.tar.gz
Fix python2 depends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8954f7c57f0..5d6f4795757f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Aug 5 18:15:59 UTC 2017
+# Sun Aug 6 05:01:51 UTC 2017
pkgbase = python2-pathspec
pkgdesc = Utility library for gitignore style pattern matching of file paths
pkgver = 0.5.3
@@ -9,7 +9,7 @@ pkgbase = python2-pathspec
license = custom:MPLv2
makedepends = python2
makedepends = python2-distribute
- depends = python
+ depends = python2
source = https://pypi.io/packages/source/p/pathspec/pathspec-0.5.3.tar.gz
sha256sums = 54478a66a360f4ebe4499c9235e4206fca5dec837b8e272d1ce37e0a626cc64d
diff --git a/PKGBUILD b/PKGBUILD
index 2f420abf4f7b..c5773705c55d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc='Utility library for gitignore style pattern matching of file paths'
arch=('any')
url='https://github.com/cpburnz/python-path-specification'
license=('custom:MPLv2')
-depends=('python')
+depends=("${_pyver}")
makedepends=("${_pyver}" "${_pyver}-distribute") # same as python-setuptools
_srcdir="${_pybase}-${pkgver}"
#_verwatch=("https://pypi.python.org/simple/${_pybase}/" "${_pybase}-\([0-9\.]\+\)\.tar\.gz" 't')