summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--gensystray.sample.cfg2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1c913d5c3ba6..21b8d85bdb4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gensystray-git
pkgdesc = Create your own system tray item to run your favorite commands.
pkgver = r25.fd5a9b7
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/dardevelin/gensystray
arch = x86_64
license = GPL3
@@ -15,7 +15,7 @@ pkgbase = gensystray-git
source = gensystray::git+https://github.com/dardevelin/gensystray.git
source = gensystray.sample.cfg
sha256sums = SKIP
- sha256sums = 02b33f2c064c96308ce4754f24f0fad36f8d56c5fbdc55acc34ebc7b09532b42
+ sha256sums = 5a53085fa539a3ca6159da6258d58c0637b0f20e0588f81ffab266d3f5637714
pkgname = gensystray-git
diff --git a/PKGBUILD b/PKGBUILD
index 94c738d8dc41..0b62f06488fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _pkgname=gensystray
_install_dir="/usr/share/${_pkgname}/"
pkgname=${_pkgname}-git
pkgver=r25.fd5a9b7
-pkgrel=2
+pkgrel=3
pkgdesc='Create your own system tray item to run your favorite commands.'
arch=('x86_64')
url='https://github.com/dardevelin/gensystray'
@@ -17,7 +17,7 @@ conflicts=('gensystray')
source=("${_pkgname}::git+https://github.com/dardevelin/gensystray.git"
'gensystray.sample.cfg')
sha256sums=('SKIP'
- '02b33f2c064c96308ce4754f24f0fad36f8d56c5fbdc55acc34ebc7b09532b42')
+ '5a53085fa539a3ca6159da6258d58c0637b0f20e0588f81ffab266d3f5637714')
pkgver() {
cd "${_pkgname}"
diff --git a/gensystray.sample.cfg b/gensystray.sample.cfg
index 3f78f2b100c4..17262595a7ed 100644
--- a/gensystray.sample.cfg
+++ b/gensystray.sample.cfg
@@ -1,5 +1,5 @@
# Specify a 16x16 icon location
-@/usr/share/icons/gensystray.png
+@/usr/share/icons/gensystray_default.png
# Set the tooltip text in single quotes, ending with a new line
'Generic System Tray Icon'