summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorantheas2024-02-19 14:44:53 +0000
committerantheas2024-02-19 14:44:53 +0000
commit5faed8786fc7e959f52edf5f28f2fc0f5c58572a (patch)
treeacf03526949dc89bc2b7a3875a0671d78cd9dcff
parent1e2866509af6255f683d9c7adf1f3c03cea25c7f (diff)
downloadaur-5faed8786fc7e959f52edf5f28f2fc0f5c58572a.tar.gz
manual update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d579a735b584..78f024667ce0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = hhd-ui
makedepends = libxss
makedepends = npm
depends = electron28
- provides = hhd-ui
+ optdepends = hhd: a version of Handheld Daemon to connect to (also works over the network).
conflicts = hhd-ui
source = https://github.com/hhd-dev/hhd-ui/archive/refs/tags/v1.0.3.tar.gz
source = hhd-ui.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 5a11a5b154d1..85f7d5e5db80 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,12 @@ pkgver=1.0.3
pkgrel=1
pkgdesc="Configurator interface for Handheld Daemon."
arch=('x86_64')
-provides=("${_pkgname}")
+# provides=("${_pkgname}")
conflicts=("${_pkgname}")
url='https://hhd.dev'
license=('MIT')
depends=("electron$_electronversion")
+optdepends=('hhd: a version of Handheld Daemon to connect to (also works over the network).')
makedepends=('asar' 'libxss' 'npm')
_srcname=hhd-ui-$pkgver
source=("https://github.com/hhd-dev/hhd-ui/archive/refs/tags/v${pkgver}.tar.gz" "hhd-ui.desktop" "hhd-ui.sh")