summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjose17112018-10-23 22:13:43 +0200
committerjose17112018-10-23 22:13:43 +0200
commit4a051dfb307c385b89e71e40c90f964c55bf060f (patch)
treee7a1ef55c0fd3e05a4d14b7961c7de5629221d72 /PKGBUILD
parente3d7818ce13701ab932eb214edfa4579d6ac1595 (diff)
downloadaur-4a051dfb307c385b89e71e40c90f964c55bf060f.tar.gz
Update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6fc0bf6c6c24..2262e732656a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jose Riha <jose1711 gmail com>
pkgname=python-m3u8
-pkgver=0.3.5
+pkgver=0.3.6
pkgrel=1
pkgdesc="Python m3u8 parser"
url="https://github.com/globocom/m3u8"
@@ -9,8 +9,8 @@ depends=('python')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')
-source=("https://files.pythonhosted.org/packages/08/a8/7d5449e1760a09516d1a49010f7b95b1b6f90186c52f26648e9d0625c5c4/m3u8-${pkgver}.tar.gz")
-md5sums=('a554773bff12ba20e715b3f73b59fddc')
+source=("https://files.pythonhosted.org/packages/b3/2d/2883e427732f0a5490589332fe9d24dcfbade921a4075d44a447f7eede67/m3u8-${pkgver}.tar.gz")
+md5sums=('763fa7820bca73d2cf73c9e00c607e46')
build() {
cd $srcdir/m3u8-${pkgver}