summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM1cha2017-09-30 21:06:58 +0200
committerM1cha2017-09-30 21:06:58 +0200
commit56ebf9e6291f2c3617551e20344e839bb2181aa2 (patch)
tree23dc05b4f97a2013c968ca1aaf2d27b4ed0584cb
parent638ce2cf0effa8e855c1186981f9089c0b46775a (diff)
downloadaur-56ebf9e6291f2c3617551e20344e839bb2181aa2.tar.gz
use correct license
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3456cb3cd3e5..6d2a8a95dffc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ arch=('x86_64')
depends=('glibc')
url="https://esp-idf.readthedocs.io/en/latest/get-started/linux-setup.html"
source=("https://dl.espressif.com/dl/xtensa-esp32-elf-linux64-1.22.0-73-ge28a011-5.2.0.tar.gz")
-license=('custom')
+license=('GPL' 'LGPL')
options=(!strip staticlibs)
sha256sums=('3763dbed9fd43901c07757622e9c46d29e89eda812b83627df5cb9d019cae0e5')