summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2020-12-07 12:06:07 +0200
committerJonian Guveli2020-12-07 12:06:07 +0200
commit2d5d2398b83176c42e52849a225607aa135fc345 (patch)
tree72480f0315b1744380a6f8cba966a4858b47dbaf
parentf024c967bdcff3f6ed222d89fc0c8e5d6eb8079e (diff)
downloadaur-2d5d2398b83176c42e52849a225607aa135fc345.tar.gz
version update to 2.0.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b779ddab4883..255e332ca97c 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 = 2.0.1
- pkgrel = 2
+ pkgver = 2.0.2
+ pkgrel = 1
url = https://github.com/jonian/acestream-launcher
arch = any
license = GPL
@@ -11,10 +11,10 @@ pkgbase = acestream-launcher
optdepends = mpv
optdepends = libnotify
optdepends = acestream-engine
- conflicts = acestream-launcher
+ provides = acestream-launcher
conflicts = acestream-launcher-git
- source = acestream-launcher-2.0.1.tar.gz::https://github.com/jonian/acestream-launcher/archive/v2.0.1.tar.gz
- md5sums = 0a53911b958000fcb4df3ac16e39d793
+ source = acestream-launcher-2.0.2.tar.gz::https://github.com/jonian/acestream-launcher/archive/v2.0.2.tar.gz
+ md5sums = b6bc29ea58c45a567a9edb06d4b37898
pkgname = acestream-launcher
diff --git a/PKGBUILD b/PKGBUILD
index 6142d5753dd9..8613d8eec8ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=acestream-launcher
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
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"
@@ -9,9 +9,10 @@ license=("GPL")
depends=("python" "python-acestream")
optdepends=("mpv" "libnotify" "acestream-engine")
makedepends=("python-setuptools")
-conflicts=("${pkgname}" "${pkgname}-git")
+provides=("${pkgname}")
+conflicts=("${pkgname}-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-md5sums=("0a53911b958000fcb4df3ac16e39d793")
+md5sums=("b6bc29ea58c45a567a9edb06d4b37898")
build() {
cd "${srcdir}/${pkgname}-${pkgver}"