summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2016-07-01 22:32:28 +0200
committerKenjiTakahashi2016-07-01 22:32:28 +0200
commitdf6f914b45c7c26df722eff8650bd65244e601e8 (patch)
tree242901e855c682c39c0a6947f08053eb631eea02
parent98c3b4126fc437f066b1d05cf86459ca12464d4e (diff)
downloadaur-df6f914b45c7c26df722eff8650bd65244e601e8.tar.gz
2.7.1-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 da7dad3e35e0..009e55b272b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu May 5 21:09:00 UTC 2016
+# Fri Jul 1 20:32:11 UTC 2016
pkgbase = copyq-plugin-itemweb
pkgdesc = Clipboard manager with searchable and editable history. Itemweb plugin.
- pkgver = 2.7.0
+ pkgver = 2.7.1
pkgrel = 1
url = https://github.com/hluk/CopyQ
arch = i686
@@ -13,8 +13,8 @@ pkgbase = copyq-plugin-itemweb
makedepends = qt5-svg
depends = copyq
depends = qt5-webkit
- source = https://github.com/hluk/CopyQ/archive/v2.7.0.tar.gz
- md5sums = bcb00861ae0021e64a2951f136b4bc21
+ source = https://github.com/hluk/CopyQ/archive/v2.7.1.tar.gz
+ md5sums = f0abc1c2f84928d483c5a8403a998d86
pkgname = copyq-plugin-itemweb
diff --git a/PKGBUILD b/PKGBUILD
index dba119595629..1559a0f7b2d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=copyq-plugin-itemweb
_realname=CopyQ
-pkgver=2.7.0
+pkgver=2.7.1
pkgrel=1
pkgdesc="Clipboard manager with searchable and editable history. Itemweb plugin."
url="https://github.com/hluk/CopyQ"
@@ -11,7 +11,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=('bcb00861ae0021e64a2951f136b4bc21')
+md5sums=('f0abc1c2f84928d483c5a8403a998d86')
build() {
mkdir "${srcdir}/build"