summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAanok2019-01-17 21:04:43 +0100
committerAanok2019-01-17 21:04:43 +0100
commit1fec6090c503a07b147eea296e83f5001cdffa92 (patch)
tree8100301cc3682729b394c6691ca22825641d8fc0
parentb7310b66e0b5a505637baf20fd44e9b77b767e79 (diff)
downloadaur-1fec6090c503a07b147eea296e83f5001cdffa92.tar.gz
0.2, another attempt
-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')