summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrent s.2018-12-03 08:09:26 -0500
committerbrent s.2018-12-03 08:09:26 -0500
commite2bf35a1838cf5b2e44a46b2711f8f0d16a88928 (patch)
tree397eebee50244a8f3cc24c4db3db31fbf8faab89
parent90393afd55487d023f1899aa225e5a0ff06d9b5d (diff)
downloadaur-python-hashid.tar.gz
python-distribute => python-setuptools
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9fbf9511e09f..9eda17ca90a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Dec 3 11:34:52 UTC 2018
+# Mon Dec 3 13:09:26 UTC 2018
pkgbase = python-hashid
pkgdesc = Identify the different types of hashes used to encrypt data and especially passwords
pkgver = 3.1.4
@@ -8,8 +8,6 @@ pkgbase = python-hashid
arch = i686
arch = x86_64
license = GPL3
- makedepends = python-distribute
- makedepends = python2-distribute
makedepends = python
makedepends = python2
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 01bdc7d137fb..103cbe66875d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=( 'i686' 'x86_64' )
url="https://github.com/psypanda/hashID"
license=( 'GPL3' )
depends=( 'python' 'python2' )
-makedepends=('python-distribute' 'python2-distribute' 'python' 'python2' 'python-setuptools' 'python2-setuptools')
+makedepends=( 'python' 'python2' 'python-setuptools' 'python2-setuptools')
_pkgname="hashID"
install=
changelog=