summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
-rw-r--r--changelog1
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a14b24c95954..097084a94156 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = greenclip
pkgdesc = Clipboard manager to use with rofi
pkgver = 1.3
- pkgrel = 2
- epoch = 2
+ pkgrel = 3
+ epoch = 3
url = https://github.com/erebe/greenclip
changelog = changelog
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = greenclip
provides = greenclip
options = !strip
source = https://github.com/erebe/greenclip/releases/download/1.3/greenclip
- sha256sums = d28a1fbe779d10822c7fadcb20e490e2ef9acd1931bf5dc92f11d25c2413f39d
+ sha256sums = 42fec634df88c34a5b27bb2b8599b51b71e1b3adfb6aa191c81d9dc91fb2a3f1
pkgname = greenclip
diff --git a/PKGBUILD b/PKGBUILD
index 9dd80f316393..13efd89f7565 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=greenclip
pkgver=1.3
-pkgrel=2
-epoch=2
+pkgrel=3
+epoch=3
pkgdesc="Clipboard manager to use with rofi"
arch=('x86_64')
url="https://github.com/erebe/greenclip"
@@ -22,7 +22,7 @@ install=
changelog=changelog
source=("https://github.com/erebe/greenclip/releases/download/1.3/greenclip")
noextract=()
-sha256sums=("d28a1fbe779d10822c7fadcb20e490e2ef9acd1931bf5dc92f11d25c2413f39d")
+sha256sums=("42fec634df88c34a5b27bb2b8599b51b71e1b3adfb6aa191c81d9dc91fb2a3f1")
package() {
install -Dm 755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
diff --git a/changelog b/changelog
index f6d71f171aab..5adde2b36f01 100644
--- a/changelog
+++ b/changelog
@@ -1,5 +1,6 @@
1.3
* Fix config file parsing
+ * Add version in the help message
1.2
* Avoid that the program hang sometime due to the fact that XnextEvent is uninterruptible