summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKiet To2021-07-04 17:57:06 +0930
committerKiet To2021-07-04 17:57:06 +0930
commit8a86f4d59d4f3e965561f239060e33ad55d613d8 (patch)
tree311288fd7de29a74cb12f01e33165d96a3c3777a
parent30b8624c9b7d791539f98f12476a61e17f66f604 (diff)
downloadaur-8a86f4d59d4f3e965561f239060e33ad55d613d8.tar.gz
* update to v0.3.6
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7167802edab4..c232e14ead2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = emuflight-configurator
pkgdesc = Crossplatform configuration tool for the Emuflight flight control system
- pkgver = 0.3.5
+ pkgver = 0.3.6
pkgrel = 1
url = https://github.com/emuflight/EmuConfigurator
install = emuflight-configurator.install
@@ -11,7 +11,7 @@ pkgbase = emuflight-configurator
makedepends = git
depends = nwjs-bin
options = !strip
- source = git+https://github.com/emuflight/EmuConfigurator.git#tag=0.3.5
+ source = emuflight-configurator::git+https://github.com/emuflight/EmuConfigurator.git#tag=0.3.6
source = emuflight-configurator.sh
source = emuflight-configurator.desktop
sha512sums = SKIP
@@ -19,4 +19,3 @@ pkgbase = emuflight-configurator
sha512sums = f2e696ae34403f2b44f4546e24948809dad1e17b563ab556e834473ee95ea934275da538825dd65afaa43882dac4d28aae8acdfbf0960f44bbad72da461eb30f
pkgname = emuflight-configurator
-
diff --git a/.gitignore b/.gitignore
index 13258df3c03f..9f8cb8eac0e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ src/*
*.zip
*.zst
/EmuConfigurator/
+/emuflight-configurator/
diff --git a/PKGBUILD b/PKGBUILD
index 7c5705fbba2f..5ede7a4e8ec0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=emuflight-configurator
_realname=EmuConfigurator
-pkgver=0.3.5
+pkgver=0.3.6
pkgrel=1
pkgdesc="Crossplatform configuration tool for the Emuflight flight control system"
arch=('x86_64')
@@ -10,7 +10,7 @@ url="https://github.com/emuflight/EmuConfigurator"
license=('GPL3')
depends=('nwjs-bin')
makedepends=('yarn' 'npm' 'git')
-source=("git+https://github.com/emuflight/EmuConfigurator.git#tag=$pkgver"
+source=("${pkgname}::git+https://github.com/emuflight/EmuConfigurator.git#tag=$pkgver"
"$pkgname.sh"
"$pkgname.desktop")
sha512sums=('SKIP'