summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErèbe2017-08-02 22:08:10 +0200
committerErèbe2017-08-02 22:08:10 +0200
commite81f62717df95b76fecaf528e54484807d860d3c (patch)
tree3f6d668cf457603c89135c6d394a572fea174206
parent8b8ebb9f979f33c5dbb3f5be96031b44305da7bc (diff)
downloadaur-e81f62717df95b76fecaf528e54484807d860d3c.tar.gz
Release 2.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
-rw-r--r--changelog3
3 files changed, 13 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 097084a94156..0f0180ba1b9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = greenclip
pkgdesc = Clipboard manager to use with rofi
- pkgver = 1.3
- pkgrel = 3
- epoch = 3
+ pkgver = 2.0
+ pkgrel = 0
+ epoch = 0
url = https://github.com/erebe/greenclip
changelog = changelog
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = greenclip
depends = rofi
provides = greenclip
options = !strip
- source = https://github.com/erebe/greenclip/releases/download/1.3/greenclip
- sha256sums = 42fec634df88c34a5b27bb2b8599b51b71e1b3adfb6aa191c81d9dc91fb2a3f1
+ source = https://github.com/erebe/greenclip/releases/download/2.0/greenclip
+ sha256sums = 2b67042439c4af86fd8ec0fa37f029c200811017d439cc9acb7125dc599406cf
pkgname = greenclip
diff --git a/PKGBUILD b/PKGBUILD
index 13efd89f7565..57bf814612c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Romain GERARD <erebe@erebe.eu>
pkgname=greenclip
-pkgver=1.3
-pkgrel=3
-epoch=3
+pkgver=2.0
+epoch=0
+pkgrel=0
pkgdesc="Clipboard manager to use with rofi"
arch=('x86_64')
url="https://github.com/erebe/greenclip"
@@ -20,9 +20,9 @@ backup=()
options=('!strip')
install=
changelog=changelog
-source=("https://github.com/erebe/greenclip/releases/download/1.3/greenclip")
+source=("https://github.com/erebe/greenclip/releases/download/2.0/greenclip")
noextract=()
-sha256sums=("42fec634df88c34a5b27bb2b8599b51b71e1b3adfb6aa191c81d9dc91fb2a3f1")
+sha256sums=("2b67042439c4af86fd8ec0fa37f029c200811017d439cc9acb7125dc599406cf")
package() {
install -Dm 755 "$pkgname" "$pkgdir/usr/bin/$pkgname"
diff --git a/changelog b/changelog
index 5adde2b36f01..5738c0d26395 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,6 @@
+2.0
+ * X Primary selection can be used as Input
+
1.3
* Fix config file parsing
* Add version in the help message