summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShizcow2020-11-22 12:41:03 -0700
committerShizcow2020-11-22 12:41:03 -0700
commitdb3538a879a15b9289e3e3518048edacccb4f03e (patch)
tree2c8e2d39071a9624b71a97e09b0615e91b063922 /PKGBUILD
parent0c000c52a3bec1aab87f9002885734f528ab3e35 (diff)
downloadaur-db3538a879a15b9289e3e3518048edacccb4f03e.tar.gz
Upstream: Fixed bug: If no matches are on screen, the item that was most recently matched would be printed when hitting enter. The desired behavior is to output the input if no matches are on screen.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76da827706b0..90eb07351608 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -30,7 +30,7 @@ makedepends=('rust' 'git' 'clang' 'sh' 'make' 'diffutils')
_pkgname=dmenu
_pkgbase=$_pkgname-rs
pkgname=$_pkgbase-git
-pkgver=5.4.0.r303.33290a6
+pkgver=5.4.0.r307.51d8b36
pkgrel=1
pkgdesc="The development branch of dmenu-rs. Likely has unstable features."
arch=('i686' 'x86_64')