Fixed _CLANG dependendy

This commit is contained in:
Joan Figueras 2018-09-21 16:53:54 +02:00
parent 7e28ee67f0
commit debc681848

View file

@ -26,7 +26,7 @@ optdepends=('networkmanager: Location detection via available WiFi networks'
## Set this variable to 1 if you want to build with clang compiler ##
#_CLANG=0
[ "$_CLANG" ] && [ "$_CLANG" -eq "1" ] && optdepends+=(clang)
[ "$_CLANG" ] && [ "$_CLANG" -eq "1" ] && makedepends+=(clang)
#source=(http://ftpmirror.gnu.org/gnuzilla/${pkgver}/${pkgname}-${_pkgver}.tar.bz2{,.sig}
#source=(https://ftp.gnu.org/gnu/gnuzilla/${pkgver}/${pkgname}-${_pkgver}.tar.bz2{,.sig} ## Main upstream download site