summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2294937ddb66..fa97d3e74093 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = acestream-launcher
pkgdesc = Acestream Launcher allows you to open Acestream links with a Media Player of your choice
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jonian/acestream-launcher
arch = any
license = GPL
@@ -12,7 +12,7 @@ pkgbase = acestream-launcher
optdepends = libnotify
provides = acestream-launcher
source = acestream-launcher::https://github.com/jonian/acestream-launcher/archive/v1.0.0.tar.gz
- md5sums = 1dc938feeac7ff9578075b9f4fd105a3
+ md5sums = e8fa20a9e7f96150e2da4a7baa84a7e1
pkgname = acestream-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 46048980425d..2696affe1dd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=acestream-launcher
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="Acestream Launcher allows you to open Acestream links with a Media Player of your choice"
arch=("any")
url="https://github.com/jonian/acestream-launcher"
@@ -10,7 +10,7 @@ depends=("python" "curl" "acestream-engine")
optdepends=("mpv" "libnotify")
provides=("acestream-launcher")
source=("$pkgname::https://github.com/jonian/acestream-launcher/archive/v$pkgver.tar.gz")
-md5sums=("1dc938feeac7ff9578075b9f4fd105a3")
+md5sums=("e8fa20a9e7f96150e2da4a7baa84a7e1")
package() {
mkdir -p "$pkgdir/opt"