summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Reimer2020-12-14 15:45:22 +0100
committerManuel Reimer2020-12-14 15:45:22 +0100
commitc46edb2a148570fd537b04313caddbccf1416c53 (patch)
tree25ce9dfe0d8370a3d1d807c93a8bbf88fbef81a6 /PKGBUILD
parent1b1f4c11f303893e3ec75026c9a4314b11e1e190 (diff)
downloadaur-arduino-esp8266-core-git.tar.gz
No commas needed in Bash arrays
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d53d93bb40d6..5ea1496bcb9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Arduino ESP8266 core based on esp-quick-toolchain"
arch=('x86_64')
url="https://github.com/earlephilhower/esp-quick-toolchain"
-license=('GPL2', 'LGPL2') # and probably others...
+license=('GPL2' 'LGPL2') # and probably others...
depends=('python' 'source-highlight' 'flex' 'libmpc')
makedepends=('git')
options=(!strip !emptydirs !buildflags staticlibs)