summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSir-Photch2024-03-10 19:59:40 +0100
committerSir-Photch2024-03-10 19:59:40 +0100
commitc5ff466071b1e83963f4019471334d3935055b0b (patch)
tree1c843e32d3ae4b8ffc37c5e584a008a92df6ddcb /PKGBUILD
parent9a82f6a3e561e367e79079e1afaf2d4ad6308608 (diff)
downloadaur-adguardian.tar.gz
add gum to optdepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 650f57215797..e69ebedd9e59 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,13 @@
pkgname=adguardian
_pkgname=AdGuardian-Term
pkgver=1.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="Terminal-based, real-time traffic monitoring and statistics for your AdGuard Home instance"
arch=(x86_64)
url="https://github.com/Lissy93/AdGuardian-Term"
license=(MIT)
makedepends=(cargo)
+optdepends=('gum: interactive prompt for generation of environment file for authentication')
source=("$_pkgname-$pkgver.tar.gz::https://github.com/Lissy93/$_pkgname/archive/refs/tags/$pkgver.tar.gz"
adguardian.bash)