summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Gamble2019-01-05 19:52:15 +1100
committerMatthew Gamble2019-01-05 19:52:15 +1100
commit7ee29ebf0b8435c82525fd9ca4c07dbe13136183 (patch)
treecf4dc20590061c809bf46b7e6bb542e18827c90a
parent8139ab10a97bacf23c01d56a3f14793bf0d39746 (diff)
downloadaur-7ee29ebf0b8435c82525fd9ca4c07dbe13136183.tar.gz
Rebuild for python3.7
Also switch to new PyPI URL.
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0ed07f593db..bf773825d531 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sat Jan 7 01:35:52 UTC 2017
+# Sat Jan 5 08:52:06 UTC 2019
pkgbase = python-unstdlib
pkgdesc = Unstandard Python library of useful and highly-reusable functions.
pkgver = 1.7
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/shazow/unstdlib.py
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://pypi.python.org/packages/4c/d6/5aa62dd4cff8d452e69b6a7c506cb288d8ae2c99ac3d8354004b887b047b/unstdlib-1.7.tar.gz
+ source = https://files.pythonhosted.org/packages/4c/d6/5aa62dd4cff8d452e69b6a7c506cb288d8ae2c99ac3d8354004b887b047b/unstdlib-1.7.tar.gz
sha256sums = 9348ff23b8f3a235db55b11e397d55352b2029e4fb0979558fee2d1ea8667280
pkgname = python-unstdlib
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..2d72b4cd24ca
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.tar.gz
+*.pkg.tar.xz
+/pkg/
+/src/
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}"