summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2018-09-24 19:47:48 +0200
committerChristopher Arndt2018-09-24 19:47:48 +0200
commit4fb49590c565adeac62025fb098ffd372d9d1f0f (patch)
tree24e7e49f365a57c1a5dd8ea440ca2df61bbc8cd8
parentfa0a93b31887d5fb5e6336acadde8c0a8511a132 (diff)
downloadaur-4fb49590c565adeac62025fb098ffd372d9d1f0f.tar.gz
Removed obsolete python-first dpeendency
Signed-off-by: Christopher Arndt <chris@chrisarndt.de>
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f9faadae79a3..e50ae2638f2c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
pkgbase = pip-tools
pkgdesc = A set of tools to keep your pinned Python dependencies fresh.
pkgver = 3.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jazzband/pip-tools/
arch = any
license = BSD
depends = python-click
- depends = python-first
depends = python-pip
depends = python-six
source = https://files.pythonhosted.org/packages/source/p/pip-tools/pip-tools-3.0.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index c429b74b66df..7969659f239f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=pip-tools
pkgver=3.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A set of tools to keep your pinned Python dependencies fresh."
arch=('any')
url="https://github.com/jazzband/pip-tools/"
license=('BSD')
-depends=('python-click' 'python-first' 'python-pip' 'python-six')
+depends=('python-click' 'python-pip' 'python-six')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
md5sums=('0e4cbdee5551f98254b7f39755b45514')