summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2019-07-21 22:36:36 +0200
committerJose Riha2019-07-21 22:36:36 +0200
commit70cf7818a980dadb9fc14863d49b1e5907dcce2a (patch)
treec8e528695445782da7c46b8554578e07f33aeb78
parent8ba4e5dd386d04dafc5149a66099ce52d3fba5da (diff)
downloadaur-70cf7818a980dadb9fc14863d49b1e5907dcce2a.tar.gz
Update
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d219e254eefc..ad76d8a67258 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,15 @@
-# Generated by mksrcinfo v8
-# Wed May 15 12:09:52 UTC 2019
pkgbase = python-m3u8
pkgdesc = Python m3u8 parser
- pkgver = 0.3.8
- pkgrel = 2
+ pkgver = 0.3.10
+ pkgrel = 1
url = https://github.com/globocom/m3u8
arch = any
license = MIT
makedepends = python-setuptools
depends = python
depends = python-iso8601
- source = https://files.pythonhosted.org/packages/ba/73/45b2700bfb3e31bdc985a4c1afb8e16e85137c2b980faa3ee2711074e650/m3u8-0.3.8.tar.gz
- md5sums = a04e59871d0ce02327b741b539aa6ac9
+ source = https://files.pythonhosted.org/packages/08/d1/3de706f032da975525f9b78d1858b085155a9fe6669dd5dcebe6e7cacc4e/m3u8-0.3.10.tar.gz
+ md5sums = 7e1f915779e35e564bd1afe1aa2fe3b0
pkgname = python-m3u8
diff --git a/PKGBUILD b/PKGBUILD
index 405b1c732c4c..e25af5bf4770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Jose Riha <jose1711 gmail com>
pkgname=python-m3u8
-pkgver=0.3.8
-pkgrel=2
+pkgver=0.3.10
+pkgrel=1
pkgdesc="Python m3u8 parser"
url="https://github.com/globocom/m3u8"
depends=('python' 'python-iso8601')
makedepends=('python-setuptools')
license=('MIT')
arch=('any')
-source=("https://files.pythonhosted.org/packages/ba/73/45b2700bfb3e31bdc985a4c1afb8e16e85137c2b980faa3ee2711074e650/m3u8-${pkgver}.tar.gz")
-md5sums=('a04e59871d0ce02327b741b539aa6ac9')
+source=("https://files.pythonhosted.org/packages/08/d1/3de706f032da975525f9b78d1858b085155a9fe6669dd5dcebe6e7cacc4e/m3u8-${pkgver}.tar.gz")
+md5sums=('7e1f915779e35e564bd1afe1aa2fe3b0')
build() {
cd $srcdir/m3u8-${pkgver}