summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorfearlessgeekmedia2022-10-27 14:55:41 -0400
committerfearlessgeekmedia2022-10-27 14:55:41 -0400
commitad6f4a4c53eca61f564a79ebedda0ca5baf8beb0 (patch)
treee0d00aa8eda14a4bdc46b61bee728aa9d6196cf9 /PKGBUILD
parentd8ce56d529b6dee7c129e3262ab55273cf32c8e9 (diff)
downloadaur-wifi4wofi.tar.gz
Needed to add yad as a dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98c1390a3168..15bc8b6bcbfd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="bash script providing WiFi menu for wofi, forked from wofi-wifi-menu"
arch=("any")
url="https://github.com/fearlessgeekmedia/wifi4wofi"
license=("MIT")
-depends=("wofi" "networkmanager" "bash" "iw" "sed" "gawk")
+depends=("wofi" "networkmanager" "bash" "iw" "sed" "gawk" "yad")
makedepends=('git')
source=('git+https://github.com/fearlessgeekmedia/wifi4wofi')
sha256sums=('SKIP')