summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 90c6cf9a58d5..289050b11e7b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dmenu-rs
pkgdesc = A 1:1 port of dmenu, rewritten in Rust
- pkgver = 5.4.0
+ pkgver = 5.5.0
pkgrel = 1
url = https://github.com/Shizcow/dmenu-rs
arch = i686
@@ -14,6 +14,7 @@ pkgbase = dmenu-rs
makedepends = diffutils
depends = libxft
depends = xclip
+ depends = xdg-utils
depends = aspell
depends = libxinerama
provides = dmenu
diff --git a/PKGBUILD b/PKGBUILD
index 5ae71add2747..49ac2de13469 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -19,6 +19,8 @@ depends=('libxft')
# Required for plugins which copy to clip perminantly
# this includes: calc, spellcheck
depends+=('xclip')
+# Requred for the lookup plugin
+depends+=('xdg-utils')
# Requred for the spellcheck plugin
depends+=('aspell')
# Required for Xinerama (requires editing config.mk to disable)
@@ -28,7 +30,7 @@ makedepends=('rust' 'git' 'clang' 'sh' 'make' 'diffutils')
_pkgname=dmenu
pkgname=$_pkgname-rs
-pkgver=5.4.0
+pkgver=5.5.0
pkgrel=1
pkgdesc="A 1:1 port of dmenu, rewritten in Rust"
arch=('i686' 'x86_64')