summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorriazufila2020-12-27 16:05:03 +0800
committerriazufila2020-12-27 16:05:03 +0800
commit0bad331faed9170aed97896211921a767d8b32fe (patch)
tree2c0f68a49e5bb553377401e05400b2b0ca395a8f /PKGBUILD
parent68184942154c9a801805b3ac4bb7a2fcf9c69dc7 (diff)
downloadaur-0bad331faed9170aed97896211921a767d8b32fe.tar.gz
Changed dependency gufw -> ufw
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b665ad954c64..cabcc9d5e348 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,13 @@
-# Maintainer: Cole Thompson <cole dot thompson at gmail dot com>
+# Maintainer: Alif Uzair bin Abd Rahman <riazufila at gmail dot com>
+# Contributor: Cole Thompson <cole dot thompson at gmail dot com>
pkgname=ufw-icon-bar
pkgver=1
pkgrel=6
-pkgdesc="System tray icon for gufw"
+pkgdesc="System tray icon for ufw"
arch=('any')
url="https://github.com/juanmafont/ufwIconbar"
license=('unknown')
-depends=('yad' 'gufw')
+depends=('yad' 'ufw')
source=("$pkgname-$pkgver::git+https://github.com/juanmafont/ufwIconbar.git")
md5sums=("SKIP")