summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7508279919d..c121713429d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
# Generated by mksrcinfo v8
-# Tue Oct 23 20:13:38 UTC 2018
+# Wed May 15 12:08:54 UTC 2019
pkgbase = python-m3u8
pkgdesc = Python m3u8 parser
- pkgver = 0.3.6
+ pkgver = 0.3.8
pkgrel = 1
url = https://github.com/globocom/m3u8
arch = any
license = MIT
makedepends = python-setuptools
depends = python
- source = https://files.pythonhosted.org/packages/b3/2d/2883e427732f0a5490589332fe9d24dcfbade921a4075d44a447f7eede67/m3u8-0.3.6.tar.gz
- md5sums = 763fa7820bca73d2cf73c9e00c607e46
+ source = https://files.pythonhosted.org/packages/ba/73/45b2700bfb3e31bdc985a4c1afb8e16e85137c2b980faa3ee2711074e650/m3u8-0.3.8.tar.gz
+ md5sums = a04e59871d0ce02327b741b539aa6ac9
pkgname = python-m3u8
diff --git a/PKGBUILD b/PKGBUILD
index 2262e732656a..9c720a683ef6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jose Riha <jose1711 gmail com>
pkgname=python-m3u8
-pkgver=0.3.6
+pkgver=0.3.8
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/b3/2d/2883e427732f0a5490589332fe9d24dcfbade921a4075d44a447f7eede67/m3u8-${pkgver}.tar.gz")
-md5sums=('763fa7820bca73d2cf73c9e00c607e46')
+source=("https://files.pythonhosted.org/packages/ba/73/45b2700bfb3e31bdc985a4c1afb8e16e85137c2b980faa3ee2711074e650/m3u8-${pkgver}.tar.gz")
+md5sums=('a04e59871d0ce02327b741b539aa6ac9')
build() {
cd $srcdir/m3u8-${pkgver}