summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShizcow2020-11-28 21:15:19 -0700
committerShizcow2020-11-28 21:15:19 -0700
commitfc5b2a87957edc1f4689a515a31c0403d892f27a (patch)
tree217458f90d8ca09e548daf4059dec917f9c4bd58
parentb7bf4b7de7303449d47f405c652c052c06182a6c (diff)
downloadaur-fc5b2a87957edc1f4689a515a31c0403d892f27a.tar.gz
Upstream release to 5.5.0, added xdg-utils to depends for upstream's lookup plugin
-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')