summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHeyCitizen2021-03-18 23:55:57 -0400
committerHeyCitizen2021-03-18 23:55:57 -0400
commit657b65831e7f512b801bb72c36818a54e708b147 (patch)
tree8bc1a8b7f99c3b7547ecef8f4371f18f785cbaba /PKGBUILD
parentf3297d0f30ef6bebb2b89d1a10ba7a515d649a03 (diff)
downloadaur-657b65831e7f512b801bb72c36818a54e708b147.tar.gz
fixed incorrect name in sample config
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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}"