summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsomini2021-10-08 22:20:02 +0100
committersomini2021-10-08 22:20:02 +0100
commit99f5695602f5ced9f540a53986ca7adae2ca518c (patch)
treef31777a58915beb77ba6acb3f890d324ac330be2 /PKGBUILD
parenta146c700dc505e04a8361fe781ad0c3732d59620 (diff)
downloadaur-99f5695602f5ced9f540a53986ca7adae2ca518c.tar.gz
Sync with both upstream packages
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db68d13d2275..7957ccda4973 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: somini <dev@somini.xyz>
# Contributor: Sebastian Morr <sebastian@morr.cc>
-_pkgname=bucklespring
pkgname=bucklespring-libinput-git
+_pkgname=bucklespring
pkgver=latest
-pkgrel=6
+pkgrel=7
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')
-conflicts=('bucklespring' 'bucklespring-git')
depends=('openal' 'alure' 'libxtst' 'dumb' 'mpg123' 'libinput')
makedepends=('git')
+conflicts=('bucklespring' 'bucklespring-git')
source=(
'git+https://github.com/zevv/bucklespring'
'nl.zevv.bucklespring.run.policy'
@@ -29,7 +29,7 @@ pkgver() {
}
build() {
- cd "$_pkgname"
+ cd "$srcdir/$_pkgname"
make PATH_AUDIO=/usr/share/bucklespring libinput=1
}