summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsomini2021-02-26 22:51:34 +0000
committersomini2021-02-26 22:51:34 +0000
commit52b05e8aab1969b9081a114a61f19eee0987a945 (patch)
tree9538e4b507dde99d2f470d10abe74a8bb20770f6
parentba6e4f6b5feeb0e290eb760b6f58e550f92c9982 (diff)
downloadaur-52b05e8aab1969b9081a114a61f19eee0987a945.tar.gz
Include missing libinput dependency
How did I miss that?
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2477f04dffd1..94ebf94fc387 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = bucklespring-libinput-git
pkgdesc = Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M. libinput version
pkgver = latest
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zevv/bucklespring
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = bucklespring-libinput-git
depends = openal
depends = alure
depends = libxtst
+ depends = libinput
source = git+https://github.com/zevv/bucklespring
source = nl.zevv.bucklespring.run.policy
source = bucklespring.rules
diff --git a/PKGBUILD b/PKGBUILD
index a41ecd0561fc..16176509e819 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
_pkgname=bucklespring
pkgname=bucklespring-libinput-git
pkgver=latest
-pkgrel=1
+pkgrel=2
pkgdesc="Nostalgia bucklespring keyboard sound, sampled from IBM's Model-M. libinput version"
arch=('i686' 'x86_64')
url='https://github.com/zevv/bucklespring'
license=('MIT')
-depends=('openal' 'alure' 'libxtst')
+depends=('openal' 'alure' 'libxtst' 'libinput')
makedepends=('git')
source=(
'git+https://github.com/zevv/bucklespring'