summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorShizcow2020-11-22 12:41:03 -0700
committerShizcow2020-11-22 12:41:03 -0700
commitdb3538a879a15b9289e3e3518048edacccb4f03e (patch)
tree2c8e2d39071a9624b71a97e09b0615e91b063922
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.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1f5f54153327..2f00f36d8fa3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dmenu-rs-git
pkgdesc = The development branch of dmenu-rs. Likely has unstable features.
- pkgver = 5.4.0.r303.33290a6
+ pkgver = 5.4.0.r307.51d8b36
pkgrel = 1
url = https://github.com/Shizcow/dmenu-rs
arch = i686
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')