summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFronkles McFranko2020-10-20 10:44:05 -0700
committerFronkles McFranko2020-10-20 10:44:05 -0700
commit636aab2e21ddf010b2a76090e5c910297b215fb5 (patch)
treeaa74486a9e38bc1e1c3f614cf1a761d757bd5a50
parent412921a34a15d132d07feee959f17c9b33b8430c (diff)
downloadaur-636aab2e21ddf010b2a76090e5c910297b215fb5.tar.gz
Added libinput as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b7f3262693a..33e6c9eef71f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = lisgd
url = https://git.sr.ht/~mil/lisgd
arch = any
license = MIT
+ depends = libinput
source = lisgd-0.1.1.tar.gz::https://git.sr.ht/~mil/lisgd/archive/0.1.1.tar.gz
source = Makefile.patch
sha1sums = cae9863918604ffd4c01f2ce30425eecd45c56c9
diff --git a/PKGBUILD b/PKGBUILD
index b654a532c4b3..c729a1096a27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=("any")
url="https://git.sr.ht/~mil/lisgd"
license=('MIT')
groups=()
-depends=()
+depends=(libinput)
makedepends=()
checkdepends=()
optdepends=()