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 fb36904a6a8f..96e169f0ff66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = mpv-acestream
pkgdesc = Lua script that adds AceStream protocol handler to mpv player
- pkgver = 0.2
- pkgrel = 2
+ pkgver = 0.3
+ pkgrel = 1
url = https://github.com/Digitalone1/mpv-acestream
install = mpv-acestream.install
arch = any
license = GPL3
optdepends = acestream-engine: AceStream engine
- source = https://github.com/Digitalone1/mpv-acestream/archive/v0.2.tar.gz
+ source = https://github.com/Digitalone1/mpv-acestream/archive/v0.3.tar.gz
source = acestream.protocol
- md5sums = 475dc7d2c1af1d51202a89aa9ceb73f8
+ md5sums = f3dd26794a41070cf44f88fc43478f2a
md5sums = b3c9666c4e0aecd92f6fc208a2b3429e
pkgname = mpv-acestream
diff --git a/PKGBUILD b/PKGBUILD
index cb8bc335cbbc..3baf6c72b8a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Giusy Margarita <kurmikon at libero dot it>
pkgname=mpv-acestream
-pkgver=0.2
-pkgrel=2
+pkgver=0.3
+pkgrel=1
pkgdesc="Lua script that adds AceStream protocol handler to mpv player"
arch=("any")
url="https://github.com/Digitalone1/mpv-acestream"
@@ -13,7 +13,7 @@ source=(
"acestream.protocol")
install="$pkgname.install"
md5sums=(
- "475dc7d2c1af1d51202a89aa9ceb73f8"
+ "f3dd26794a41070cf44f88fc43478f2a"
"b3c9666c4e0aecd92f6fc208a2b3429e")
package() {