summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Liu2022-12-30 22:50:59 -0500
committerDaniel Liu2022-12-30 22:50:59 -0500
commit2e1f7ade849aaacbae6cb4438655709f668ea16b (patch)
treedbee65bce0c1d432eac35bc7495271803fbc1df5
parent79c8bd81739e0f832b2de822bff61f6ccc037211 (diff)
downloadaur-2e1f7ade849aaacbae6cb4438655709f668ea16b.tar.gz
fix xmodmap dep
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ff7eb493ebfb..bbf06d20bf53 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = matsuba-bin
license = MIT
license = Apache
makedepends = cargo
- depends = xdotool
+ depends = xorg-xdotool
depends = xmodmap
depends = sqlite3
provides = matsud
diff --git a/PKGBUILD b/PKGBUILD
index 43d224c2f1d9..e21e55eb60bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://github.com/MrPicklePinosaur/matsuba"
license=('MIT' 'Apache')
groups=()
provides=(matsud matsucli)
-depends=(xdotool xmodmap sqlite3)
+depends=(xorg-xdotool xmodmap sqlite3)
makedepends=(cargo)
source=("$url/releases/download/v${pkgver}/matsuba-linux.zip")
md5sums=('SKIP')