summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2024-01-28 00:02:27 +0100
committerDaniel Peukert2024-01-28 00:02:27 +0100
commit6e3f232ec5f4ef8a36df1bf92f7d6930989062e4 (patch)
tree59da1f8f7da287ff674f1417a05828bddc81a9ef
parent4c95fbf721e4051cd4f239a223f46ffbf0a0c233 (diff)
downloadaur-6e3f232ec5f4ef8a36df1bf92f7d6930989062e4.tar.gz
Sync pkgbuilds repo with AUR
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a458643f17b7..ebb7c7efb7e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = expresslrs-configurator
arch = x86_64
arch = armv7h
arch = aarch64
- license = GPL3
+ license = GPL-3.0-only
makedepends = nodejs>=16.0.0
makedepends = npm>=6.0.0
makedepends = libxcrypt-compat
diff --git a/.gitignore b/.gitignore
index 004b0a3a8706..076d904dd4ac 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,6 @@
# Only exclude files from the root of the package repo, as some AUR helpers download sources into the directory of the repo,
# which causes the gitignore file to apply to them too, which breaks some builds
-# Based on https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
+# Based on https://github.com/github/gitignore/blob/main/ArchLinuxPackages.gitignore
/*.tar
/*.tar.*
/*.rpm
diff --git a/PKGBUILD b/PKGBUILD
index 5b45aa772bc2..3c45ed8c8671 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Cross platform configuration & build tool for the ExpressLRS radio link
# If you're running on armv7h, you have to add it to the arch and source arrays of the electron20-bin AUR dependency
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/ExpressLRS/$_projectname"
-license=('GPL3')
+license=('GPL-3.0-only')
_electronpkg='electron20'
depends=("$_electronpkg" 'platformio-core-udev' 'python>=3.0.0')
makedepends=('nodejs>=16.0.0' 'npm>=6.0.0' 'libxcrypt-compat' 'yarn>=1.21.3')