summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJose Riha2022-01-22 11:38:35 +0100
committerJose Riha2022-01-22 11:38:35 +0100
commit215241b0d60d4576badc59f3f7527cd04eefccb7 (patch)
treecfbf7f45cc16d1f6398f8dd8a786fec0e6f87ef1
parent5413a4ba512825a572fc142b585a620046ae5298 (diff)
downloadaur-215241b0d60d4576badc59f3f7527cd04eefccb7.tar.gz
Update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 941b32d232e5..deb89d457bbd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-m3u8
pkgdesc = Python m3u8 parser
- pkgver = 0.9.0
+ pkgver = 1.0.0
pkgrel = 1
url = https://github.com/globocom/m3u8
arch = any
@@ -8,7 +8,7 @@ pkgbase = python-m3u8
makedepends = python-setuptools
depends = python
depends = python-iso8601
- source = https://github.com/globocom/m3u8/archive/0.9.0.tar.gz
- md5sums = bdb4c6fd62509e336d3fe5c6e3d95374
+ source = https://github.com/globocom/m3u8/archive/1.0.0.tar.gz
+ md5sums = 7c50506642bd1efbd6b7799212853794
pkgname = python-m3u8
diff --git a/PKGBUILD b/PKGBUILD
index eceae7400203..45c0e396a878 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jose Riha <jose1711 gmail com>
pkgname=python-m3u8
-pkgver=0.9.0
+pkgver=1.0.0
pkgrel=1
pkgdesc="Python m3u8 parser"
url="https://github.com/globocom/m3u8"
@@ -10,7 +10,7 @@ makedepends=('python-setuptools')
license=('MIT')
arch=('any')
source=("https://github.com/globocom/m3u8/archive/${pkgver}.tar.gz")
-md5sums=('bdb4c6fd62509e336d3fe5c6e3d95374')
+md5sums=('7c50506642bd1efbd6b7799212853794')
build() {
cd $srcdir/m3u8-${pkgver}