summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShizcow2020-07-13 12:44:21 -0600
committerShizcow2020-07-13 12:44:21 -0600
commitb2a0ac24f1ceba2ad48c7ab827712cbae290a1c8 (patch)
treee33888499b5593f0246eae97930dcae9dc4af753 /PKGBUILD
parent8254a238f6a11cd8b741e7fbe72681d1e631dc5a (diff)
downloadaur-b2a0ac24f1ceba2ad48c7ab827712cbae290a1c8.tar.gz
Upstream: Cargo builds with release everywhere now. This makes more deps shared and speeds up compile time
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 60fe2cfc37a2..478f9e1e6d43 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.3.1.r253.13f8aae
+pkgver=5.3.1.r254.49bce44
pkgrel=1
pkgdesc="The development branch of dmenu-rs. Likely has unstable features."
arch=('i686' 'x86_64')