summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShizcow2020-07-12 15:01:49 -0600
committerShizcow2020-07-12 15:01:49 -0600
commitb11527c1802b378328155d7b0c68e31f962a8342 (patch)
treec0b40da0b63dd0414634752179bb31fed10dcf62 /PKGBUILD
parent7a23054a6c698d79f4656e8fb7ac39a4f865bad5 (diff)
downloadaur-b11527c1802b378328155d7b0c68e31f962a8342.tar.gz
Upstream:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 935bec6ce86d..b310a378462e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,12 +25,12 @@ depends+=('aspell')
# Required for Xinerama (requires editing config.mk to disable)
depends+=('libxinerama')
-makedepends=('rust' 'git' 'clang' 'sh')
+makedepends=('rust' 'git' 'clang' 'sh' 'make' 'diffutils')
_pkgname=dmenu
_pkgbase=$_pkgname-rs
pkgname=$_pkgbase-git
-pkgver=5.3.1.r249.dd219cc
+pkgver=5.3.1.r252.7763a5f
pkgrel=1
pkgdesc="The development branch of dmenu-rs. Likely has unstable features."
arch=('i686' 'x86_64')