summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2022-03-19 22:33:57 +0100
committerNarrat2022-03-19 22:33:57 +0100
commit4e3ef261b06651b72cce8bc540160abdd8248511 (patch)
tree5806c4066f60dce1c72db4ad5d349febf46c2aba /PKGBUILD
parentbf51992070c69bbee02d8f35eea6c1db1cc6ffd8 (diff)
downloadaur-4e3ef261b06651b72cce8bc540160abdd8248511.tar.gz
bemenu-git: two split packages wrongly depended on a stable package
The renderer package wayland and x11 had a dep for libbemenu instead of libbemenu-git.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7148d819910a..fc7bea1a67b6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ _pkgbase=bemenu
pkgbase=bemenu-git
pkgname=(bemenu-git bemenu-ncurses-git bemenu-x11-git bemenu-wayland-git)
pkgver=0.6.7.r1.g81b5091
-pkgrel=1
+pkgrel=2
# Wayland without wlroots is not supported.
# https://github.com/Cloudef/bemenu/issues/79#issuecomment-572867783
@@ -54,7 +54,7 @@ package_bemenu-wayland-git() {
pkgdesc='Wayland (wlroots-based compositors) renderer for bemenu'
provides=(bemenu-renderer-git bemenu-wayland)
conflicts=(bemenu-wayland)
- depends=(libbemenu libxkbcommon pango wayland)
+ depends=(libbemenu-git libxkbcommon pango wayland)
install=bemenu-wayland-git.install
cd "$_pkgbase"
@@ -65,7 +65,7 @@ package_bemenu-x11-git() {
pkgdesc='X11 renderer for bemenu'
provides=(bemenu-renderer-git bemenu-x11)
conflicts=(bemenu-x11)
- depends=(libbemenu libxinerama pango)
+ depends=(libbemenu-git libxinerama pango)
cd "$_pkgbase"
make DESTDIR="$pkgdir" PREFIX=/usr install-x11