summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain GÉRARD2018-09-02 23:51:47 +0200
committerRomain GÉRARD2018-09-02 23:51:47 +0200
commite879c3356f93f6d82c2a53fcce71e08bbc9a98eb (patch)
treedec9bd4d10b8e1638f73069acf5e48ef2e4a926b
parentcf6be69977a5ac883e5d06fb46e707df009fe04c (diff)
downloadaur-e879c3356f93f6d82c2a53fcce71e08bbc9a98eb.tar.gz
3.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--changelog3
3 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8f9809ebf66c..683c2535fbc7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rofi-greenclip
pkgdesc = Clipboard manager to use with rofi - Image support and blacklist
- pkgver = 3.1
+ pkgver = 3.2
pkgrel = 0
epoch = 1
url = https://github.com/erebe/greenclip
@@ -12,8 +12,8 @@ pkgbase = rofi-greenclip
conflicts = rofi-greenclip-beta
replaces = rofi-greenclip-beta
options = !strip
- source = https://github.com/erebe/greenclip/releases/download/3.1/greenclip
- sha256sums = bb34c21bfd809ef6c4ad9113ebbcf8cd6062adbe710c97fc3e85e966965850e7
+ source = https://github.com/erebe/greenclip/releases/download/3.2/greenclip
+ sha256sums = 18447e96c1fb0afebaa42507e59a2780fc4fdb2e88a44e84421cd1727648c443
pkgname = rofi-greenclip
diff --git a/PKGBUILD b/PKGBUILD
index 2d5b3312c800..4c651131cce7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Romain GERARD <erebe@erebe.eu>
pkgname=rofi-greenclip
-pkgver=3.1
+pkgver=3.2
epoch=1
pkgrel=0
pkgdesc="Clipboard manager to use with rofi - Image support and blacklist"
@@ -19,9 +19,9 @@ conflicts=("rofi-greenclip-beta")
replaces=("rofi-greenclip-beta")
backup=()
options=('!strip')
-source=("https://github.com/erebe/greenclip/releases/download/3.1/greenclip")
+source=("https://github.com/erebe/greenclip/releases/download/3.2/greenclip")
noextract=()
-sha256sums=("bb34c21bfd809ef6c4ad9113ebbcf8cd6062adbe710c97fc3e85e966965850e7")
+sha256sums=("18447e96c1fb0afebaa42507e59a2780fc4fdb2e88a44e84421cd1727648c443")
package() {
install -Dm 755 greenclip "$pkgdir/usr/bin/greenclip"
diff --git a/changelog b/changelog
index 74a3ce8e1056..1e010a450327 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,6 @@
+3.2
+ * Add option to not trim space from selection
+
3.1
* Chmod to 600 the cache history file
* Do not rely on atom given by thirdapp to avoid buggy app (thermite)