summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 883c014048f3..0a44211a1a64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = python-click-5.1
pkgdesc = A simple wrapper around optparse for powerful command line utilities
pkgver = 5.1
- pkgrel = 4
+ pkgrel = 5
url = http://click.pocoo.org/
arch = any
license = BSD
- depends = python-setuptools
+ makedepends = python-setuptools
source = https://github.com/pallets/click/archive/5.1.tar.gz
sha256sums = 56d0ce25248d001b3767fa9c3b357384d484b34bcbde46c69b79cef1f25d5f06
diff --git a/PKGBUILD b/PKGBUILD
index 4b3166305ef6..383e14d9b30d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,12 +8,12 @@ pkgbase=python-click-5.1
pkgname=("python-click-5.1" "python2-click-5.1")
_realname=click
pkgver=5.1
-pkgrel=4
+pkgrel=5
pkgdesc="A simple wrapper around optparse for powerful command line utilities"
arch=("any")
url="http://click.pocoo.org/"
license=("BSD")
-depends=("python-setuptools")
+makedepends=("python-setuptools")
source=("https://github.com/pallets/$_realname/archive/$pkgver.tar.gz")
sha256sums=('56d0ce25248d001b3767fa9c3b357384d484b34bcbde46c69b79cef1f25d5f06')