summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordigitalone2019-12-24 12:09:49 +0100
committerdigitalone2019-12-24 12:09:49 +0100
commit564b3a564a679a2de0921b5b09f27aabb784e395 (patch)
tree2bf261abeecd68ea39e2c4f96449b9becfcd6c6d
parent44d32a593a55b4ad459d078bf552ce94e43c6095 (diff)
downloadaur-564b3a564a679a2de0921b5b09f27aabb784e395.tar.gz
v0.4 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e8262e15081f..661f2acfe93f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = mpv-acestream
pkgdesc = Lua script that adds AceStream protocol handler to mpv player
- pkgver = 0.3
- pkgrel = 2
+ pkgver = 0.4
+ pkgrel = 1
url = https://github.com/Digitalone1/mpv-acestream
install = mpv-acestream.install
arch = any
license = GPL3
depends = acestream-engine
depends = mpv
- source = https://github.com/Digitalone1/mpv-acestream/archive/v0.3.tar.gz
+ source = https://github.com/Digitalone1/mpv-acestream/archive/v0.4.tar.gz
source = acestream.protocol
- md5sums = f3dd26794a41070cf44f88fc43478f2a
+ md5sums = 8ddf76886cce4ee87615fca71c3828be
md5sums = b3c9666c4e0aecd92f6fc208a2b3429e
pkgname = mpv-acestream
diff --git a/PKGBUILD b/PKGBUILD
index 15c1c8dc77f1..93d1bbc62b36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Giusy Margarita <kurmikon at libero dot it>
pkgname=mpv-acestream
-pkgver=0.3
-pkgrel=2
+pkgver=0.4
+pkgrel=1
pkgdesc="Lua script that adds AceStream protocol handler to mpv player"
arch=("any")
url="https://github.com/Digitalone1/mpv-acestream"
@@ -15,7 +15,7 @@ source=(
"acestream.protocol")
install="$pkgname.install"
md5sums=(
- "f3dd26794a41070cf44f88fc43478f2a"
+ "8ddf76886cce4ee87615fca71c3828be"
"b3c9666c4e0aecd92f6fc208a2b3429e")
package() {