summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNahuel Morata2017-11-15 17:33:36 -0300
committerNahuel Morata2017-11-15 17:33:36 -0300
commit27f66fabe36164298a4864c826241ab9bcea752f (patch)
tree7cf15a9c8e09ed97d8e6ebfd926ceb80394b388f
parent4090f91c793e4bf014f072ee2705eac8d4bc0a7a (diff)
downloadaur-27f66fabe36164298a4864c826241ab9bcea752f.tar.gz
Bajar actualizacion a 5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 10 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3c7b50a66a9..7d3c41d59c5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# miƩ nov 15 20:32:45 UTC 2017
pkgbase = python-click-5.1
pkgdesc = A simple wrapper around optparse for powerful command line utilities
pkgver = 5.1
@@ -5,16 +7,14 @@ pkgbase = python-click-5.1
url = http://click.pocoo.org/
arch = any
license = BSD
- source = https://pypi.python.org/packages/source/c/click/click-5.1.tar.gz
- sha256sums = 678c98275431fad324275dec63791e4a17558b40e5a110e20a82866139a85a5a
+ source = https://github.com/pallets/click/archive/5.1.tar.gz
+ sha256sums = 56d0ce25248d001b3767fa9c3b357384d484b34bcbde46c69b79cef1f25d5f06
pkgname = python-click-5.1
- depends = python
provides = python-click
conflicts = python-click
pkgname = python2-click-5.1
- depends = python2
provides = python2-click
conflicts = python2-click
diff --git a/PKGBUILD b/PKGBUILD
index be481da52191..76fbbf950eb3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,17 +3,17 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
# Contributor: Carl George < arch at cgtx dot us >
-pkgbase=python-click-6.7
-pkgname=("python-click-6.7" "python2-click-6.7")
+pkgbase=python-click-5.1
+pkgname=("python-click-5.1" "python2-click-5.1")
_realname=click
-pkgver=6.7
+pkgver=5.1
pkgrel=2
pkgdesc="A simple wrapper around optparse for powerful command line utilities"
arch=("any")
url="http://click.pocoo.org/"
license=("BSD")
source=("https://github.com/pallets/$_realname/archive/$pkgver.tar.gz")
-sha256sums=('40b20383dcbfbe73ab0917374f3dbe866fcf0d88c2a348618bf4419ea136f0dd')
+sha256sums=('56d0ce25248d001b3767fa9c3b357384d484b34bcbde46c69b79cef1f25d5f06')
prepare() {
tar xf "$pkgver.tar.gz"
@@ -29,8 +29,7 @@ build() {
python2 setup.py build
}
-package_python-click-6.7() {
- depends=("python")
+package_python-click-5.1() {
makedepends=("python-setuptools")
provides=("python-click")
conflicts=("python-click")
@@ -39,8 +38,7 @@ package_python-click-6.7() {
install -Dm644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-package_python2-click-6.7() {
- depends=("python2")
+package_python2-click-5.1() {
makedepends=("python2-setuptools")
provides=("python2-click")
conflicts=("python2-click")