summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjose17112018-08-23 23:13:02 +0200
committerjose17112018-08-23 23:13:02 +0200
commite3d7818ce13701ab932eb214edfa4579d6ac1595 (patch)
tree418c10e771d30dd23fb6c6859703083f77f7eeb7 /PKGBUILD
parent4eaa4db688f6256519cc1758a026c6e3fc8d0f01 (diff)
downloadaur-e3d7818ce13701ab932eb214edfa4579d6ac1595.tar.gz
Upstream version bump + makedepends fixed (tx @amatwkgs)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 00844ef41651..6fc0bf6c6c24 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
-# Maintainer: Jose Riha <jose 1711 gmail com>
-# Automatically generated by pip2arch on 2017-02-28
+# Maintainer: Jose Riha <jose1711 gmail com>
pkgname=python-m3u8
-pkgver=0.3.2
+pkgver=0.3.5
pkgrel=1
pkgdesc="Python m3u8 parser"
url="https://github.com/globocom/m3u8"
depends=('python')
+makedepends=('python-setuptools')
license=('MIT')
arch=('any')
-source=("https://pypi.python.org/packages/4f/44/b2c6296f7f1f9112683c191f2695f8ede64fed66abed7cfa61496bcedee1/m3u8-${pkgver}.tar.gz")
-md5sums=('cfbe680d2a73423ad139450a76832744')
+source=("https://files.pythonhosted.org/packages/08/a8/7d5449e1760a09516d1a49010f7b95b1b6f90186c52f26648e9d0625c5c4/m3u8-${pkgver}.tar.gz")
+md5sums=('a554773bff12ba20e715b3f73b59fddc')
build() {
cd $srcdir/m3u8-${pkgver}