summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennard Hofmann2020-12-10 11:02:25 +0100
committerLennard Hofmann2020-12-10 11:02:25 +0100
commiteff686371ac387f3cbd89914341836d3cdfb6294 (patch)
tree852c960b871a2c6e2df56ffebd1fb1bda784ebbe
parentf950e871dbd102a242e2a0745dae40f54e28fc10 (diff)
downloadaur-kak-quickscope-git.tar.gz
Add lua>=5.3 dependency
https://git.sr.ht/~voroskoi/quickscope.kak/commit/2316ef18d7dc4c35b8b620
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8d417700409e..fa752ea14225 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kak-quickscope-git
pkgdesc = plugin that adds indicators to f and t in Kakoune
- pkgver = r7.30e7b51
+ pkgver = r12.2316ef1
pkgrel = 1
url = https://git.sr.ht/~voroskoi/quickscope.kak
install = kak-quickscope-git.install
@@ -8,7 +8,7 @@ pkgbase = kak-quickscope-git
license = Unlicense
makedepends = git
depends = kakoune
- depends = lua
+ depends = lua>=5.3
provides = kak-quickscope
conflicts = kak-quickscope
source = git+https://git.sr.ht/~voroskoi/quickscope.kak
diff --git a/PKGBUILD b/PKGBUILD
index c07f54dca55c..bdcc9cbb4767 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Lennard Hofmann <lennard dot hofmann at web dot de>
pkgname=kak-quickscope-git
_reponame=quickscope.kak
-pkgver=r7.30e7b51
+pkgver=r12.2316ef1
pkgrel=1
pkgdesc='plugin that adds indicators to f and t in Kakoune'
arch=(any)
url="https://git.sr.ht/~voroskoi/$_reponame"
license=(Unlicense)
-depends=(kakoune lua)
+depends=(kakoune 'lua>=5.3')
makedepends=(git)
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")