summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2016-05-05 23:08:41 +0200
committerKenjiTakahashi2016-05-05 23:08:41 +0200
commit4906a44461e946bc0feb7e0db64254d5b6d5dec5 (patch)
tree750f5ab4dad3882a2691bcbb00c10b0e2dcd57b1
parent6fd033e33e3f6e08448057f5b0c77fc892990b4b (diff)
downloadaur-4906a44461e946bc0feb7e0db64254d5b6d5dec5.tar.gz
2.7.0-1: Bumped version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25865b1e524e..98d70532895a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 25 12:16:17 UTC 2016
+# Thu May 5 21:08:03 UTC 2016
pkgbase = copyq
pkgdesc = Clipboard manager with searchable and editable history.
- pkgver = 2.6.1
+ pkgver = 2.7.0
pkgrel = 1
url = https://github.com/hluk/CopyQ
install = copyq.install
@@ -17,8 +17,8 @@ pkgbase = copyq
depends = hicolor-icon-theme
depends = desktop-file-utils
optdepends = copyq-plugin-itemweb
- source = https://github.com/hluk/CopyQ/archive/v2.6.1.tar.gz
- md5sums = 88c6118e1ca756a9309cb8662733008b
+ source = https://github.com/hluk/CopyQ/archive/v2.7.0.tar.gz
+ md5sums = bcb00861ae0021e64a2951f136b4bc21
pkgname = copyq
diff --git a/PKGBUILD b/PKGBUILD
index 7cad6bea4f4c..b6f17be23258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=copyq
_realname=CopyQ
-pkgver=2.6.1
+pkgver=2.7.0
pkgrel=1
pkgdesc="Clipboard manager with searchable and editable history."
url="https://github.com/hluk/CopyQ"
@@ -12,7 +12,7 @@ makedepends=('cmake' 'qt5-tools' 'qt5-svg')
license=('GPL3')
arch=('i686' 'x86_64')
source=("https://github.com/hluk/${_realname}/archive/v${pkgver}.tar.gz")
-md5sums=('88c6118e1ca756a9309cb8662733008b')
+md5sums=('bcb00861ae0021e64a2951f136b4bc21')
install=copyq.install
build() {