summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAanok2018-12-21 16:18:10 +0100
committerAanok2018-12-21 16:18:10 +0100
commit1b1e4964aee4f84ccfd3a5f3d74e7b24ae8f9ef7 (patch)
treef4a62c24743609d83bad31bdcfd382984a34bd0b
parent71d8c517e5255c5da37b30250e88d6b6a6832bc9 (diff)
downloadaur-1b1e4964aee4f84ccfd3a5f3d74e7b24ae8f9ef7.tar.gz
removed html-entities dependency
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 82e95d694f9b..4fd252feb7b1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Command line client for Plex Media Server"
arch=('x86_64')
url="https://github.com/Aanok/pmcli"
license=('MIT')
-depends=('lua' 'lua-http' 'lua-dkjson' 'lua-html-entities' 'mpv')
+depends=('lua' 'lua-http' 'lua-dkjson' 'mpv')
makedepends=('git')
provides=("${pkgname%-git}")
source=('git+https://github.com/Aanok/pmcli.git')
@@ -26,4 +26,4 @@ package() {
sed -i 's/^/#!\/bin\/env lua\n/' pmcli.sh
install -D -m655 pmcli.sh "${pkgdir}/usr/local/bin/pmcli"
-} \ No newline at end of file
+}