summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatthew Gamble2019-11-17 12:24:31 +1100
committerMatthew Gamble2019-11-17 12:24:31 +1100
commit3e1bece869b179a0817e3d42e386c964be29a320 (patch)
tree6d08afe06fbf87ce616db7e33ed3ce6567e2c0a7 /PKGBUILD
parent7ee29ebf0b8435c82525fd9ca4c07dbe13136183 (diff)
downloadaur-3e1bece869b179a0817e3d42e386c964be29a320.tar.gz
Update to latest version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 4 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ffcceb61151c..8a8b24fc72cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,16 @@
# Maintainer: Matthew Gamble <git@matthewgamble.net>
pkgname=python-unstdlib
-pkgver=1.7
-pkgrel=3
+pkgver=1.7.2
+pkgrel=1
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://files.pythonhosted.org/packages/4c/d6/5aa62dd4cff8d452e69b6a7c506cb288d8ae2c99ac3d8354004b887b047b/unstdlib-1.7.tar.gz")
-sha256sums=("9348ff23b8f3a235db55b11e397d55352b2029e4fb0979558fee2d1ea8667280")
-
-build() {
- cd "unstdlib-${pkgver}"
- tail -n 21 README > LICENSE
-}
+source=("https://files.pythonhosted.org/packages/ad/bd/420390e57167f667caa206576f715964b11ef20894d4b69455e425fe21c6/unstdlib-1.7.2.tar.gz")
+sha256sums=("ef702a49bea7cefde837b7419f02d0b6274823cc51801ef5b9ba4ccb60227eb0")
package() {
cd "unstdlib-${pkgver}"