summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-x.SRCINFO1
-rwxr-xr-xPKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c6be8c448cd..aa5ed78116c7 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = pmcli-git
depends = lua-http
depends = lua-expat
depends = mpv
- depends = lua-lpeg-patterns<0.5
provides = pmcli
source = git+https://github.com/Aanok/pmcli.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9e5c9aa05dd0..767d86bd15b1 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>=5.3' 'lua-http' 'lua-expat' 'mpv' 'lua-lpeg-patterns<0.5')
+depends=('lua>=5.3' 'lua-http' 'lua-expat' 'mpv')
makedepends=('git')
provides=("${pkgname%-git}")
source=('git+https://github.com/Aanok/pmcli.git')