summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 0f0180ba1b9b..67fc86091a5b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = greenclip
pkgdesc = Clipboard manager to use with rofi
- pkgver = 2.0
+ pkgver = 2.1
pkgrel = 0
epoch = 0
url = https://github.com/erebe/greenclip
@@ -10,8 +10,8 @@ pkgbase = greenclip
depends = rofi
provides = greenclip
options = !strip
- source = https://github.com/erebe/greenclip/releases/download/2.0/greenclip
- sha256sums = 2b67042439c4af86fd8ec0fa37f029c200811017d439cc9acb7125dc599406cf
+ source = https://github.com/erebe/greenclip/releases/download/2.1/greenclip
+ sha256sums = 9964a6520f3ec6c935e3f6ef4b4b6235d79aab38060305673a66a5c71e7c9e57
pkgname = greenclip
diff --git a/PKGBUILD b/PKGBUILD
index 57bf814612c7..be1a7ece87b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Romain GERARD <erebe@erebe.eu>
pkgname=greenclip
-pkgver=2.0
+pkgver=2.1
epoch=0
pkgrel=0
pkgdesc="Clipboard manager to use with rofi"
@@ -20,9 +20,9 @@ backup=()
options=('!strip')
install=
changelog=changelog
-source=("https://github.com/erebe/greenclip/releases/download/2.0/greenclip")
+source=("https://github.com/erebe/greenclip/releases/download/2.1/greenclip")
noextract=()
-sha256sums=("2b67042439c4af86fd8ec0fa37f029c200811017d439cc9acb7125dc599406cf")
+sha256sums=("9964a6520f3ec6c935e3f6ef4b4b6235d79aab38060305673a66a5c71e7c9e57")
package() {
install -Dm 755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
diff --git a/changelog b/changelog
index 5738c0d26395..aede97d6b3ab 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,6 @@
+2.1
+ * Support ~ expansion in config file
+
2.0
* X Primary selection can be used as Input