summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRomain GÉRARD2018-07-29 15:28:54 +0200
committerRomain GÉRARD2018-07-29 15:28:54 +0200
commit44f842971ddb6cd9650a16abf3caf917374f5b5f (patch)
tree0e36c4c24554dc2cdfc1516cd361ca31213f9708 /PKGBUILD
parent0cc8e8263a9c1ffe3afa0f6041eb42afe918a441 (diff)
downloadaur-44f842971ddb6cd9650a16abf3caf917374f5b5f.tar.gz
3.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 3 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5598ae490768..8e8b51c1b28e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Romain GERARD <erebe@erebe.eu>
pkgname=rofi-greenclip
-pkgver=3.0
+pkgver=3.1
epoch=0
pkgrel=0
pkgdesc="Clipboard manager to use with rofi - Image support and blacklist"
@@ -19,13 +19,11 @@ conflicts=("rofi-greenclip-beta")
replaces=("rofi-greenclip-beta")
backup=()
options=('!strip')
-source=("https://github.com/erebe/greenclip/releases/download/3.0/greenclip")
+source=("https://github.com/erebe/greenclip/releases/download/3.1/greenclip")
noextract=()
-sha256sums=("a56cbba8e60e972e9db20757554db344de912ff9e7cd72e76d542796b9fa43ed")
+sha256sums=("ffedb7a027fca7fa586b0e354a46bd32100605819a40c1d14b06e3a14a068080")
package() {
-# kill -9 "$pid_greenclip" || test 1
-# rm -rf ~/.config/greenclip.cfg ~/.cache/greenclip.*
install -Dm 755 greenclip "$pkgdir/usr/bin/greenclip"
}