summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-06-15 10:04:03 +0200
committerAlphaJack2021-06-15 10:04:03 +0200
commit19622735de19c204651c95841395a2e4fd13ef89 (patch)
tree0841ebc61f7b228e3131520d366bb0a00f1f2be6
parent336b574ab8f063cbd251a2692858449929b596e5 (diff)
downloadaur-keysound-git.tar.gz
Added git dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0f61443ecc27..b57e9dc3bac1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = keysound-git
install = keysound.install
arch = x86_64
license = MIT
+ makedepends = git
depends = libpulse
optdepends = sdl2: SDL2 backend
source = git+https://github.com/fgheng/keysound
diff --git a/PKGBUILD b/PKGBUILD
index 5a382e20e1e1..2a39c31fd925 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,6 +7,7 @@ pkgdesc="A keyboard sound software for Linux "
license=("MIT")
arch=("x86_64")
url="https://github.com/fgheng/keysound"
+makedepends=("git")
depends=("libpulse")
optdepends=("sdl2: SDL2 backend")
source=("git+$url")