summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornho1ix2020-09-25 16:02:21 -0700
committernho1ix2020-09-25 16:02:21 -0700
commit7928162dfc61fd918d428efa0e6c4a47c2713c20 (patch)
tree0702fdd845f05dd5b352c046d42dbf3cb812da47
parent406b0825141b69dfc46b734f60f34cb31ce6d6ba (diff)
downloadaur-7928162dfc61fd918d428efa0e6c4a47c2713c20.tar.gz
Removed make and added git to makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 33a7d86f9a18..2d83c986ab15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ url="https://github.com/nho1ix/dwm.git"
license=('MIT')
groups=(base-devel)
depends=(libx11 libxinerama libxft-bgra-git otf-hermit ttf-font-awesome freetype2)
-makedepends=(make)
+makedepends=(git)
optdepends=(dunst ios-emoji)
provides=(dwm)
conflicts=(dwm)