summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBreizh2016-09-04 19:28:21 +0200
committerBreizh2016-09-04 19:28:21 +0200
commit08776c1c213c03cb3ff1d6c0ad1f851c37439624 (patch)
tree34743dbde0cfc681f7e6e6af4390881142754958 /PKGBUILD
parent6bddff65da92e085386be55bdb1baf9f8aa88a1c (diff)
downloadaur-08776c1c213c03cb3ff1d6c0ad1f851c37439624.tar.gz
remove clang make depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1fa7213b135..c632f6e80e3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ url="https://forge.touhey.fr/casio/software/p7/"
license=('GPL2')
groups=()
depends=('libusb' 'libp7>=1.3-1')
-makedepends=('make' 'clang' 'asciidoc' 'gzip')
+makedepends=('make' 'asciidoc' 'gzip')
optdepends=()
provides=()
conflicts=()