summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantheas2024-03-13 16:54:08 +0000
committerantheas2024-03-13 16:54:08 +0000
commitff88d579c4b3da8dd393e8b0d2254219fba5f163 (patch)
tree484d4d252d68a78e0c1de81fbbdf654dc9a77412
parentbf8d0fa809f330a1bbf9418439e40619020e6841 (diff)
downloadaur-ff88d579c4b3da8dd393e8b0d2254219fba5f163.tar.gz
update to 'v2.0.0: Enter Overlay Mode'
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5c306e77bc04..81ce25a33469 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = hhd-ui
pkgdesc = Configurator interface for Handheld Daemon.
- pkgver = 1.2.0
+ pkgver = 2.0.0
pkgrel = 1
url = https://hhd.dev
arch = x86_64
- license = MIT
+ license = GPL-3.0-or-later
makedepends = asar
makedepends = libxss
makedepends = npm
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=v1.2.0
+ source = git+https://github.com/hhd-dev/hhd-ui.git#tag=v2.0.0
sha512sums = SKIP
pkgname = hhd-ui
diff --git a/PKGBUILD b/PKGBUILD
index d2e2dac32e3a..f796be8e32ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_electronversion=28
_pkgname=hhd-ui
pkgname=$_pkgname
-pkgver=1.2.0
+pkgver=2.0.0
pkgrel=1
pkgdesc="Configurator interface for Handheld Daemon."
arch=('x86_64')
# provides=("${_pkgname}")
conflicts=("${_pkgname}")
url='https://hhd.dev'
-license=('MIT')
+license=('GPL-3.0-or-later')
depends=("electron$_electronversion")
optdepends=('hhd: a version of Handheld Daemon to connect to (also works over the network).')
makedepends=('asar' 'libxss' 'npm')