summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD10
2 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aada76a459fd..f27a7eabbdcb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,20 @@
pkgbase = bemenu-git
pkgdesc = Dynamic menu library and client program inspired by dmenu
- pkgver = 0.6.7.r1.g81b5091
- pkgrel = 2
+ pkgver = 0.6.16.r4.ga04dea3
+ pkgrel = 1
url = https://github.com/Cloudef/bemenu
arch = x86_64
license = GPL3
license = LGPL3
+ makedepends = git
+ makedepends = ncurses
+ makedepends = scdoc
makedepends = libxinerama
makedepends = libxkbcommon
- makedepends = ncurses
makedepends = pango
makedepends = wayland
makedepends = wayland-protocols
makedepends = wlroots
- makedepends = scdoc
source = git+https://github.com/Cloudef/bemenu
sha256sums = SKIP
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')