Package Details: xmenu 4.6.1-3

Git Clone URL: https://aur.archlinux.org/xmenu.git (read-only, click to copy)
Package Base: xmenu
Description: A menu utility for X.
Upstream URL: https://github.com/phillbush/xmenu
Licenses: MIT
Provides: xmenu
Submitter: theblazehen
Maintainer: theblazehen (jzbor)
Last Packager: jzbor
Votes: 6
Popularity: 0.000535
First Submitted: 2020-06-29 09:40 (UTC)
Last Updated: 2023-04-11 23:09 (UTC)

Latest Comments

quaqqer commented on 2021-04-19 23:12 (UTC) (edited on 2021-04-19 23:13 (UTC) by quaqqer)

You should add libxft and libxinerama as make dependencies.

jzbor commented on 2020-12-18 11:35 (UTC)

This diff should provide the new version:

diff --git a/PKGBUILD b/PKGBUILD
index 36e7e1a..0235b3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Jeandre Le Roux <theblazehen@gmail.com>

 pkgname=xmenu
-pkgver=4.3.1
+pkgver=4.4.1
 pkgrel=1
 pkgdesc="A menu utility for X."
 arch=('any')
@@ -10,7 +10,7 @@ license=("Public domain")
 depends=("imlib2")
 provides=("xmenu")
 source=("https://github.com/phillbush/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=("6b69e22f596bafdaec527ddd1da6dd7a")
+md5sums=("d133cf0b1527667cc676e088696c6945")

 build() {
    cd "$pkgname-$pkgver"