summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aef1db48f60b..eac18133fdf6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = expresslrs-configurator
pkgdesc = Cross platform configuration & build tool for the ExpressLRS radio link
pkgver = 0.5.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ExpressLRS/ExpressLRS-Configurator
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 3634f69424e3..cdc1a0f25598 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Erik Moldtmann <erik@moldtmann.de>
pkgname=expresslrs-configurator
pkgver=0.5.6
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Cross platform configuration & build tool for the ExpressLRS radio link"
arch=('x86_64')
@@ -37,4 +37,7 @@ package() {
"${pkgdir}${icons_dir}/${pkgname}.png"
done
+
+ install -d "${pkgdir}/usr/bin/"
+ install -Dm 755 "${srcdir}/${pkgname}.sh" "${pkgdir}/usr/bin/${pkgname}"
}