summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Figueras2021-07-27 16:35:40 +0200
committerJoan Figueras2021-07-27 16:35:40 +0200
commitad40bba6562ce1e3727f367c0322e9b86dda60e6 (patch)
tree87c33a4f3ea75e9298974b3afe02193634817866 /PKGBUILD
parent6a32a1937d6ec47688324f8ef38c41e6f033c2c9 (diff)
downloadaur-ad40bba6562ce1e3727f367c0322e9b86dda60e6.tar.gz
Remove unused makedeps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 753f67817add..b15e0e93f8f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -68,7 +68,7 @@ arch=(x86_64)
license=(GPL2)
makedepends=(
- bc cpio kmod libelf perl tar xmlto xz
+ bc cpio kmod libelf perl tar xz
)
if [ "${_compiler}" = "clang" ]; then
makedepends+=(clang llvm lld python)