summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain GÉRARD2018-06-17 15:16:20 +0200
committerRomain GÉRARD2018-06-17 15:18:47 +0200
commit4f19f4299ff88913e9bd1f3829d456e034db55bb (patch)
treefaa8fc4b2a68ce3aa3fcb9aee2f025751e4122c2
parent59b9f3f6de703bc6e67ccad7ba05805a43a33be7 (diff)
downloadaur-4f19f4299ff88913e9bd1f3829d456e034db55bb.tar.gz
Release 3.0
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD17
-rw-r--r--changelog5
3 files changed, 21 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e05c23deb808..761850caa0ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,18 @@
pkgbase = rofi-greenclip
- pkgdesc = Clipboard manager to use with rofi
- pkgver = 2.1
+ pkgdesc = Clipboard manager to use with rofi - Image support and blacklist
+ pkgver = 3.0
pkgrel = 0
epoch = 0
url = https://github.com/erebe/greenclip
- changelog = changelog
arch = x86_64
license = GPL
depends = rofi
provides = greenclip
- conflicts = greenclip
- replaces = greenclip
+ conflicts = rofi-greenclip-beta
+ replaces = rofi-greenclip-beta
options = !strip
- source = https://github.com/erebe/greenclip/releases/download/2.1/greenclip
- sha256sums = 9964a6520f3ec6c935e3f6ef4b4b6235d79aab38060305673a66a5c71e7c9e57
+ source = https://github.com/erebe/greenclip/releases/download/3.0-beta/greenclip
+ sha256sums = a56cbba8e60e972e9db20757554db344de912ff9e7cd72e76d542796b9fa43ed
pkgname = rofi-greenclip
diff --git a/PKGBUILD b/PKGBUILD
index 744b8e4cf054..c16bd4a0f01a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,30 +1,33 @@
# Maintainer: Romain GERARD <erebe@erebe.eu>
pkgname=rofi-greenclip
-pkgver=2.1
+pkgver=3.0
epoch=0
pkgrel=0
-pkgdesc="Clipboard manager to use with rofi"
+pkgdesc="Clipboard manager to use with rofi - Image support and blacklist"
arch=('x86_64')
url="https://github.com/erebe/greenclip"
license=('GPL')
groups=()
+changelog=changelog
depends=('rofi')
makedepends=()
checkdepends=()
optdepends=()
provides=("greenclip")
-conflicts=("greenclip")
-replaces=("greenclip")
+conflicts=("rofi-greenclip-beta")
+replaces=("rofi-greenclip-beta")
backup=()
options=('!strip')
install=
-changelog=changelog
-source=("https://github.com/erebe/greenclip/releases/download/2.1/greenclip")
+changelog=
+source=("https://github.com/erebe/greenclip/releases/download/3.0/greenclip")
noextract=()
-sha256sums=("9964a6520f3ec6c935e3f6ef4b4b6235d79aab38060305673a66a5c71e7c9e57")
+sha256sums=("a56cbba8e60e972e9db20757554db344de912ff9e7cd72e76d542796b9fa43ed")
package() {
+ kill -9 $(pidof greenclip) || test 1
+ rm -rf ~/.config/greenclip.cfg ~/.cache/greenclip.*
install -Dm 755 greenclip "$pkgdir/usr/bin/greenclip"
}
diff --git a/changelog b/changelog
index aede97d6b3ab..1dbe1c4bd279 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,8 @@
+3.0
+ * Support for blacklisting applications
+ * Support for keeping images in history
+ * Fix exception with clear commands
+
2.1
* Support ~ expansion in config file