summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2020-12-06 02:23:51 +0200
committerJonian Guveli2020-12-06 02:23:51 +0200
commitf024c967bdcff3f6ed222d89fc0c8e5d6eb8079e (patch)
tree33650fb5c58a90318afa897a5d2214b06fe421c9
parent8ed46a341c10edc3270711aa4d0e832dee790fc4 (diff)
downloadaur-f024c967bdcff3f6ed222d89fc0c8e5d6eb8079e.tar.gz
make acestream-engine optional
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae4c6ba8776b..b779ddab4883 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = acestream-launcher
pkgdesc = Acestream Launcher allows you to open Acestream links with a Media Player of your choice
pkgver = 2.0.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jonian/acestream-launcher
arch = any
license = GPL
makedepends = python-setuptools
depends = python
depends = python-acestream
- depends = acestream-engine
optdepends = mpv
optdepends = libnotify
+ optdepends = acestream-engine
conflicts = 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
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")