summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorNarrat2023-10-01 01:45:37 +0200
committerNarrat2023-10-01 01:45:37 +0200
commit1735decff0a9ff160c1589f769fede84bcd97fad (patch)
tree64ee4a52da58eee8330bfb2f43475571f9e098a0 /PKGBUILD
parent4e3ef261b06651b72cce8bc540160abdd8248511 (diff)
downloadaur-bemenu-git.tar.gz
bemenu: git package and it missed git as makedep...
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 7 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc7bea1a67b6..1f019b77a82e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
_pkgbase=bemenu
pkgbase=bemenu-git
pkgname=(bemenu-git bemenu-ncurses-git bemenu-x11-git bemenu-wayland-git)
-pkgver=0.6.7.r1.g81b5091
-pkgrel=2
+pkgver=0.6.16.r4.ga04dea3
+pkgrel=1
# Wayland without wlroots is not supported.
# https://github.com/Cloudef/bemenu/issues/79#issuecomment-572867783
@@ -16,7 +16,11 @@ url='https://github.com/Cloudef/bemenu'
arch=(x86_64)
license=(GPL3 LGPL3)
-makedepends=(libxinerama libxkbcommon ncurses pango wayland wayland-protocols wlroots scdoc)
+makedepends=(
+ git ncurses scdoc
+ libxinerama libxkbcommon pango
+ wayland wayland-protocols wlroots
+)
source=(git+https://github.com/Cloudef/bemenu)
sha256sums=('SKIP')