summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2016-03-25 13:16:50 +0100
committerKenjiTakahashi2016-03-25 13:16:50 +0100
commit6fd033e33e3f6e08448057f5b0c77fc892990b4b (patch)
treed96d66f91490e310f2c324bc315f1a321336b78a
parent5198aa2269cb478dd2cf315ca7beb17f7a5a8e16 (diff)
downloadaur-6fd033e33e3f6e08448057f5b0c77fc892990b4b.tar.gz
2.6.1-1: Bumped version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf791f229f2f..25865b1e524e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Fri Mar 25 12:16:17 UTC 2016
pkgbase = copyq
pkgdesc = Clipboard manager with searchable and editable history.
- pkgver = 2.5.0
+ pkgver = 2.6.1
pkgrel = 1
url = https://github.com/hluk/CopyQ
install = copyq.install
@@ -15,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.5.0.tar.gz
- md5sums = 7ecf002f6756cc8a360ca800fc670153
+ source = https://github.com/hluk/CopyQ/archive/v2.6.1.tar.gz
+ md5sums = 88c6118e1ca756a9309cb8662733008b
pkgname = copyq
diff --git a/PKGBUILD b/PKGBUILD
index dbbea9de1105..7cad6bea4f4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=copyq
_realname=CopyQ
-pkgver=2.5.0
+pkgver=2.6.1
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=('7ecf002f6756cc8a360ca800fc670153')
+md5sums=('88c6118e1ca756a9309cb8662733008b')
install=copyq.install
build() {