summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-05-06 20:56:42 +0300
committerJonian Guveli2018-05-06 20:56:42 +0300
commitab12605b60d07ac4ce0218d2d1d490b3015b19e6 (patch)
treed105d7a136c1696ce86f8d6241ee6bc0e6bce60f
parent8f35e385352d30ca52b804305b4f62ecc10de380 (diff)
downloadaur-ab12605b60d07ac4ce0218d2d1d490b3015b19e6.tar.gz
version update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fc35ee90695..cc81811df7eb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = acestream-launcher
pkgdesc = Acestream Launcher allows you to open Acestream links with a Media Player of your choice
- pkgver = 1.1.0
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/jonian/acestream-launcher
arch = any
@@ -11,8 +11,8 @@ pkgbase = acestream-launcher
optdepends = mpv
optdepends = libnotify
provides = acestream-launcher
- source = acestream-launcher-1.1.0::https://github.com/jonian/acestream-launcher/archive/v1.1.0.tar.gz
- md5sums = 6aa94d7d8c41bbda9381dcfa377a8b80
+ source = acestream-launcher-1.1.1::https://github.com/jonian/acestream-launcher/archive/v1.1.1.tar.gz
+ md5sums = de43dea785f3f753cbd453a2d6f52440
pkgname = acestream-launcher
diff --git a/PKGBUILD b/PKGBUILD
index c612f8c0fd12..6a44d3ecd23e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=acestream-launcher
-pkgver=1.1.0
+pkgver=1.1.1
pkgrel=1
pkgdesc="Acestream Launcher allows you to open Acestream links with a Media Player of your choice"
arch=("any")
@@ -10,7 +10,7 @@ depends=("python" "curl" "acestream-engine")
optdepends=("mpv" "libnotify")
provides=("acestream-launcher")
source=("$pkgname-$pkgver::https://github.com/jonian/acestream-launcher/archive/v$pkgver.tar.gz")
-md5sums=("6aa94d7d8c41bbda9381dcfa377a8b80")
+md5sums=("de43dea785f3f753cbd453a2d6f52440")
package() {
mkdir -p "$pkgdir/opt"