summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Liu2022-12-30 22:51:49 -0500
committerDaniel Liu2022-12-30 22:51:49 -0500
commitba628e7ef4601c5051934f952c41919decfa63e3 (patch)
tree21cf6e7a1d8779a72a3c23eaf3cb788931911d8b /PKGBUILD
parent2e1f7ade849aaacbae6cb4438655709f668ea16b (diff)
downloadaur-matsuba-bin.tar.gz
fix xmodmap dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e21e55eb60bc..c5dfff95d775 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/MrPicklePinosaur/matsuba"
license=('MIT' 'Apache')
groups=()
provides=(matsud matsucli)
-depends=(xorg-xdotool xmodmap sqlite3)
+depends=(xdotool xorg-xmodmap sqlite3)
makedepends=(cargo)
source=("$url/releases/download/v${pkgver}/matsuba-linux.zip")
md5sums=('SKIP')