summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonian Guveli2020-12-06 02:23:51 +0200
committerJonian Guveli2020-12-06 02:23:51 +0200
commitf024c967bdcff3f6ed222d89fc0c8e5d6eb8079e (patch)
tree33650fb5c58a90318afa897a5d2214b06fe421c9 /PKGBUILD
parent8ed46a341c10edc3270711aa4d0e832dee790fc4 (diff)
downloadaur-f024c967bdcff3f6ed222d89fc0c8e5d6eb8079e.tar.gz
make acestream-engine optional
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5de407c83ed1..6142d5753dd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jonian Guveli <https://github.com/jonian/>
pkgname=acestream-launcher
pkgver=2.0.1
-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"
license=("GPL")
-depends=("python" "python-acestream" "acestream-engine")
-optdepends=("mpv" "libnotify")
+depends=("python" "python-acestream")
+optdepends=("mpv" "libnotify" "acestream-engine")
makedepends=("python-setuptools")
conflicts=("${pkgname}" "${pkgname}-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")