summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShizcow2020-07-02 15:39:18 -0600
committerShizcow2020-07-02 15:39:18 -0600
commit28788ce1803648c4a1488dc16c182a212c255d96 (patch)
tree36bd162e3953b2c41eed89b375ccf684276e40b0 /PKGBUILD
parent4e693fe315eb225bb80d18ecf02a5f6f57f006c4 (diff)
downloadaur-28788ce1803648c4a1488dc16c182a212c255d96.tar.gz
Upstream: Merge pull request #11 from Shizcow/bugfix/dmenu_launches_on_incorrect_monitormenu now launches on correct monitor
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 31ba23b80a7f..c8feeafea158 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,8 +11,8 @@ PLUGINS=""
_pkgname=dmenu
_pkgbase=$_pkgname-rs
pkgname=$_pkgbase-git
-pkgver=5.2.3.r209.3493cbe
-pkgrel=2
+pkgver=5.2.3.r211.7b324f7
+pkgrel=1
pkgdesc="The development branch of dmenu-rs. Likely has unstable features."
arch=('i686' 'x86_64')
url="https://github.com/Shizcow/dmenu-rs"