summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Peukert2023-10-24 22:56:19 +0200
committerDaniel Peukert2023-10-24 22:56:19 +0200
commiteb3b20496bb0ebb2fd20ce508a508a98b1f12a14 (patch)
tree68a2d003fb57a55f0691d015fb3e74d0887dde10
parent7b979e05528cccec5e9c3f38e31e23670d1012a1 (diff)
downloadaur-eb3b20496bb0ebb2fd20ce508a508a98b1f12a14.tar.gz
Update expresslrs-configurator platformio dep package name
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore28
-rw-r--r--PKGBUILD4
3 files changed, 18 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5ddf83729f6..edda04f7e31d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = expresslrs-configurator
pkgdesc = Cross platform configuration & build tool for the ExpressLRS radio link
pkgver = 1.6.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ExpressLRS/ExpressLRS-Configurator
arch = x86_64
arch = armv7h
@@ -12,7 +12,7 @@ pkgbase = expresslrs-configurator
makedepends = libxcrypt-compat
makedepends = yarn>=1.21.3
depends = electron20
- depends = platformio-udev-rules
+ depends = platformio-core-udev
depends = python>=3.0.0
source = expresslrs-configurator-1.6.0.tar.gz::https://github.com/ExpressLRS/ExpressLRS-Configurator/archive/v1.6.0.tar.gz
source = electron-launcher.sh
diff --git a/.gitignore b/.gitignore
index 82b3c183d5d4..004b0a3a8706 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,14 +1,14 @@
-# from https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
-*.tar
-*.tar.*
-*.rpm
-*.jar
-*.exe
-*.msi
-*.zip
-*.tgz
-*.log
-*.log.*
-*.sig
-
-*/
+# 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
+/*.tar
+/*.tar.*
+/*.rpm
+/*.jar
+/*.exe
+/*.msi
+/*.zip
+/*.tgz
+/*.log
+/*.log.*
+/*.sig
diff --git a/PKGBUILD b/PKGBUILD
index 736564ed15c5..ecfbb73d1e11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_projectname='ExpressLRS-Configurator'
pkgname="${_projectname,,}"
pkgver='1.6.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Cross platform configuration & build tool for the ExpressLRS radio link'
# If you're running on armv7h or aarch64, use the electron20-bin package from the AUR for the electron20 dependency
# If you're running on armv7h, you have to add it to the arch and source arrays of the electron20-bin AUR dependency
@@ -11,7 +11,7 @@ arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/ExpressLRS/$_projectname"
license=('GPL3')
_electronpkg='electron20'
-depends=("$_electronpkg" 'platformio-udev-rules' 'python>=3.0.0')
+depends=("$_electronpkg" 'platformio-core-udev' 'python>=3.0.0')
makedepends=('nodejs>=16.0.0' 'npm>=6.0.0' 'libxcrypt-compat' 'yarn>=1.21.3')
source=(
"$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz"