summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCole Thompson2018-05-11 19:37:45 -0500
committerCole Thompson2018-05-11 19:37:45 -0500
commit2d60ef1dbcdad0f495972aeb1648f3a33c8c0005 (patch)
tree27105ec138b6d3ed7a09e6933b1a781cf888a894
parent4dd3b127d24e66146af69a37fe2d4d381c086876 (diff)
downloadaur-2d60ef1dbcdad0f495972aeb1648f3a33c8c0005.tar.gz
version bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3ff3a8dc671..939abf1a4a3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = ufw-icon-bar
pkgdesc = System tray icon for gufw
pkgver = 1
- pkgrel = 2
+ pkgrel = 3
url = https://forum.manjaro.org/t/how-to-add-an-ufw-status-icon-to-the-panel/38559
arch = any
license = unknown
- depends = yad gufw
+ depends = yad
+ depends = gufw
source = ufw-icon-bar-1::git+https://github.com/juanmafont/ufwIconbar.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 95ca68611091..2499b87ac905 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Cole Thompson <cole dot thompson at gmail dot com>
pkgname=ufw-icon-bar
pkgver=1
-pkgrel=2
+pkgrel=3
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"