summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCole Thompson2018-05-11 19:36:37 -0500
committerCole Thompson2018-05-11 19:36:37 -0500
commit4dd3b127d24e66146af69a37fe2d4d381c086876 (patch)
tree6d68ae740b3de2e26bd1a9fb28e630ee7329b067
parentb09da1b907e966827e9a3163b069e7ed87e4af39 (diff)
downloadaur-4dd3b127d24e66146af69a37fe2d4d381c086876.tar.gz
fix syntax error
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e41d950aa4d3..95ca68611091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="System tray icon for gufw"
arch=('any')
url="https://forum.manjaro.org/t/how-to-add-an-ufw-status-icon-to-the-panel/38559"
license=('unknown')
-depends=('yad gufw')
+depends=('yad' 'gufw')
source=("$pkgname-$pkgver::git+https://github.com/juanmafont/ufwIconbar.git")
md5sums=("SKIP")