summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxdrie2020-09-20 23:52:03 -0700
committerxdrie2020-09-20 23:52:03 -0700
commitd8db41ef3d7a242be8d092d8228a30fa7d2e84f4 (patch)
treed42dd3276f4729fd895a9865124cea3702f6b195
parentfc3602592ec41af7b8cc2cf176d83f696d15ab3b (diff)
downloadaur-d8db41ef3d7a242be8d092d8228a30fa7d2e84f4.tar.gz
add clang as makedepends
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c6d6bb9b5a55..84bd5dceb436 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://github.com/xdrie/niacop"
license=('GPL3')
depends=('xprintidle' 'xorg-xprop' 'xdotool' 'xorg-xinput' 'xorg-xmodmap')
-makedepends=('git' 'dotnet-sdk>=3.1.0.sdk100')
+makedepends=('clang' 'dotnet-sdk>=3.1.0.sdk100')
optdepends=()
source=("$pkgname::git+https://github.com/xdrie/niacop.git")
sha256sums=('SKIP')