mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
add aur/python2-requests-0.14, remove python2-requests-0.10.0
This commit is contained in:
parent
fe17d566f6
commit
8f4d6d697b
1 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,5 @@
|
|||
pkgname=python2-requests-0.10.0
|
||||
|
||||
plugrel=1
|
||||
|
||||
pkgver=0.10.0
|
||||
pkgname=python2-requests-0.14
|
||||
pkgver=0.14.2
|
||||
pkgrel=2
|
||||
pkgdesc="Python HTTP for Humans."
|
||||
url="http://python-requests.org"
|
||||
|
@ -20,6 +17,8 @@ build() {
|
|||
|
||||
package() {
|
||||
cd $srcdir/requests-$pkgver
|
||||
python2 setup.py install --root="$pkgdir" --optimize=1
|
||||
python2 setup.py install --root="$pkgdir"
|
||||
}
|
||||
md5sums=('c90a48af18eb4170dbe4832c1104440c')
|
||||
|
||||
|
||||
md5sums=('488508ba3e8270992ad5b3fb54d364ca')
|
Loading…
Reference in a new issue