summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonian Guveli2018-11-13 18:05:35 +0200
committerJonian Guveli2018-11-13 18:05:35 +0200
commit630633e644b6e30b22264b632db04fbae86e7cd1 (patch)
treed503e93df811858ded550df87f86a596bf604846
parentbb3d21ff6e9653f730660a9ac33bb91e90bdae18 (diff)
downloadaur-630633e644b6e30b22264b632db04fbae86e7cd1.tar.gz
remove optdepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d48d686ffe25..08c582413408 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = python-acestream
license = GPL
makedepends = python-setuptools
depends = python
- optdepends = acestream-engine: AceStream local server
conflicts = python-acestream
conflicts = python-acestream-git
source = python-acestream-0.1.3.tar.gz::https://github.com/jonian/python-acestream/archive/v0.1.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index d861a8edfc1f..402573a09271 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,6 @@ arch=("any")
url="https://github.com/jonian/python-acestream"
license=("GPL")
depends=("python")
-optdepends=("acestream-engine: AceStream local server")
makedepends=("python-setuptools")
conflicts=("${pkgname}" "${pkgname}-git")
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")