summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordustball2019-08-10 12:20:54 +0200
committerdustball2019-08-10 12:20:54 +0200
commit13e4f449c344fe5c025de5a6c804ad05ac680bc9 (patch)
treeb03aba833cc1a4f084b8d67314002182c66c8b3a
parent26e3acaf0ecdc220663bce3b8631698b24d5e25b (diff)
downloadaur-13e4f449c344fe5c025de5a6c804ad05ac680bc9.tar.gz
updated to 19.2.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f8f18462bbd1..c379fb5c3837 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Sun Dec 16 10:29:28 UTC 2018
pkgbase = pypy3-pip
pkgdesc = An easy_install replacement for installing pypi python packages
- pkgver = 18.1
+ pkgver = 19.2.1
pkgrel = 1
url = http://www.pip-installer.org/
arch = any
license = MIT
depends = pypy3
depends = pypy3-setuptools
- source = https://files.pythonhosted.org/packages/45/ae/8a0ad77defb7cc903f09e551d88b443304a9bd6e6f124e75c0fbbf6de8f7/pip-18.1.tar.gz
- md5sums = 75cad449ad62c88b22de317a26781714
- sha256sums = c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1
+ source = https://files.pythonhosted.org/packages/8b/8a/1b2aadd922db1afe6bc107b03de41d6d37a28a5923383e60695fba24ae81/pip-19.2.1.tar.gz
+ md5sums = e9ac3e030e88b6c076a20ab371a30742
+ sha256sums = 258d702483dd749400aec59c23d638a5b2249ae28a0f478b6cab12ad45681a80
pkgname = pypy3-pip
diff --git a/PKGBUILD b/PKGBUILD
index dceb296197d2..8244ec60a9ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: dustball
pkgname=pypy3-pip
-pkgver=18.1
+pkgver=19.2.1
pkgrel=1
pkgdesc="An easy_install replacement for installing pypi python packages"
url="http://www.pip-installer.org/"
arch=('any')
license=('MIT')
depends=('pypy3' 'pypy3-setuptools')
-source=(https://files.pythonhosted.org/packages/45/ae/8a0ad77defb7cc903f09e551d88b443304a9bd6e6f124e75c0fbbf6de8f7/pip-18.1.tar.gz)
+source=(https://files.pythonhosted.org/packages/8b/8a/1b2aadd922db1afe6bc107b03de41d6d37a28a5923383e60695fba24ae81/pip-19.2.1.tar.gz)
package_pypy3-pip() {
@@ -20,10 +20,10 @@ package_pypy3-pip() {
mv "$pkgdir/opt/pypy3/bin/pip" "$pkgdir/usr/bin/pip-pypy3"
sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env pypy3|" \
${pkgdir}/opt/pypy3/site-packages/pip/__init__.py
-
+
install -D -m644 LICENSE.txt \
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
}
-md5sums=('75cad449ad62c88b22de317a26781714')
-sha256sums=('c0a292bd977ef590379a3f05d7b7f65135487b67470f6281289a94e015650ea1')
+md5sums=('e9ac3e030e88b6c076a20ab371a30742')
+sha256sums=('258d702483dd749400aec59c23d638a5b2249ae28a0f478b6cab12ad45681a80')