summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c16bd4a0f01a..5b3cedfbd6d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,13 +20,12 @@ replaces=("rofi-greenclip-beta")
backup=()
options=('!strip')
install=
-changelog=
source=("https://github.com/erebe/greenclip/releases/download/3.0/greenclip")
noextract=()
sha256sums=("a56cbba8e60e972e9db20757554db344de912ff9e7cd72e76d542796b9fa43ed")
package() {
- kill -9 $(pidof greenclip) || test 1
+ kill -9 "$(pidof greenclip)" || test 1
rm -rf ~/.config/greenclip.cfg ~/.cache/greenclip.*
install -Dm 755 greenclip "$pkgdir/usr/bin/greenclip"
}