summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantheas2024-03-15 18:04:38 +0000
committerantheas2024-03-15 18:04:38 +0000
commitfb1e8d45bc98a9972d235da3ee3d2d346595d0b0 (patch)
treee6ea9845634a74ee1abb05c81572f78bd621d73a
parent759b1eeebc096ff6c600b13df34e81ae5292d785 (diff)
downloadaur-fb1e8d45bc98a9972d235da3ee3d2d346595d0b0.tar.gz
update to 'v2.0.3: Layout and chord fixes'
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 826033b66e45..aacc86dd4da0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hhd-ui
pkgdesc = Configurator interface for Handheld Daemon.
- pkgver = 2.0.2
+ pkgver = 2.0.3
pkgrel = 1
url = https://hhd.dev
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = hhd-ui
depends = electron28
optdepends = hhd: a version of Handheld Daemon to connect to (also works over the network).
conflicts = hhd-ui
- source = git+https://github.com/hhd-dev/hhd-ui.git#tag=v2.0.2
+ source = git+https://github.com/hhd-dev/hhd-ui.git#tag=v2.0.3
sha512sums = SKIP
pkgname = hhd-ui
diff --git a/PKGBUILD b/PKGBUILD
index dd20cb49e635..f7cc0abec4d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_electronversion=28
_pkgname=hhd-ui
pkgname=$_pkgname
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc="Configurator interface for Handheld Daemon."
arch=('x86_64')