summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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"