summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Gamble2019-01-05 19:52:15 +1100
committerMatthew Gamble2019-01-05 19:52:15 +1100
commit7ee29ebf0b8435c82525fd9ca4c07dbe13136183 (patch)
treecf4dc20590061c809bf46b7e6bb542e18827c90a /PKGBUILD
parent8139ab10a97bacf23c01d56a3f14793bf0d39746 (diff)
downloadaur-7ee29ebf0b8435c82525fd9ca4c07dbe13136183.tar.gz
Rebuild for python3.7
Also switch to new PyPI URL.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 43833fa465bd..ffcceb61151c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,15 +2,15 @@
pkgname=python-unstdlib
pkgver=1.7
-pkgrel=2
+pkgrel=3
pkgdesc="Unstandard Python library of useful and highly-reusable functions."
arch=("any")
url="https://github.com/shazow/unstdlib.py"
license=("MIT")
depends=("python")
makedepends=("python-setuptools")
-source=("https://pypi.python.org/packages/4c/d6/5aa62dd4cff8d452e69b6a7c506cb288d8ae2c99ac3d8354004b887b047b/unstdlib-${pkgver}.tar.gz")
-sha256sums=('9348ff23b8f3a235db55b11e397d55352b2029e4fb0979558fee2d1ea8667280')
+source=("https://files.pythonhosted.org/packages/4c/d6/5aa62dd4cff8d452e69b6a7c506cb288d8ae2c99ac3d8354004b887b047b/unstdlib-1.7.tar.gz")
+sha256sums=("9348ff23b8f3a235db55b11e397d55352b2029e4fb0979558fee2d1ea8667280")
build() {
cd "unstdlib-${pkgver}"