summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorantheas2024-02-19 14:44:53 +0000
committerantheas2024-02-19 14:44:53 +0000
commit5faed8786fc7e959f52edf5f28f2fc0f5c58572a (patch)
treeacf03526949dc89bc2b7a3875a0671d78cd9dcff /PKGBUILD
parent1e2866509af6255f683d9c7adf1f3c03cea25c7f (diff)
downloadaur-5faed8786fc7e959f52edf5f28f2fc0f5c58572a.tar.gz
manual update
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
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")