summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsomini2021-02-26 22:51:34 +0000
committersomini2021-02-26 22:51:34 +0000
commit52b05e8aab1969b9081a114a61f19eee0987a945 (patch)
tree9538e4b507dde99d2f470d10abe74a8bb20770f6 /PKGBUILD
parentba6e4f6b5feeb0e290eb760b6f58e550f92c9982 (diff)
downloadaur-52b05e8aab1969b9081a114a61f19eee0987a945.tar.gz
Include missing libinput dependency
How did I miss that?
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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'