summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorantheas2024-04-09 17:22:01 +0000
committerantheas2024-04-09 17:22:01 +0000
commit1483b6b7e02e8966cecab1a8870c493a9d0375fb (patch)
tree5dc811f29c46e7431c0f0b6859e667c47482f4cf /PKGBUILD
parentbbd758bc37c4d5f269354afe7a4101da4688a3f0 (diff)
downloadaur-hhd-ui.tar.gz
update to 'v2.2.3: minor hotfix'
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 09e358520ea6..39d3a2d87495 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_electronversion=28
_pkgname=hhd-ui
pkgname=$_pkgname
-pkgver=2.2.2
+pkgver=2.2.3
pkgrel=1
pkgdesc="Configurator interface for Handheld Daemon."
arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=('hhd: a version of Handheld Daemon to connect to (also works over th
makedepends=('asar' 'libxss' 'npm')
_srcname=hhd-ui
source=("git+https://github.com/hhd-dev/hhd-ui.git#tag=v${pkgver}")
-sha512sums=('27299e978283b44766d8614bdf7231dab86ce9837f3095d7f80c2123450791d7aba71c8eb98710d398897c91cfd8027f030533124b0f289686ca3e9b58cc12e2')
+sha512sums=('5471b14caa4810dc861a4f7e2608803db224206711bd067ffbee0a91e66c8083f49a8848d59838f955ad1dc60cf68fe13bf21dbb7ddcb5d8104f5a196ab8cceb')
prepare() {
export ELECTRONVERSION=$_electronversion