summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonian Guveli2020-12-07 12:06:07 +0200
committerJonian Guveli2020-12-07 12:06:07 +0200
commit2d5d2398b83176c42e52849a225607aa135fc345 (patch)
tree72480f0315b1744380a6f8cba966a4858b47dbaf /PKGBUILD
parentf024c967bdcff3f6ed222d89fc0c8e5d6eb8079e (diff)
downloadaur-2d5d2398b83176c42e52849a225607aa135fc345.tar.gz
version update to 2.0.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
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}"