summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2016-05-05 23:09:04 +0200
committerKenjiTakahashi2016-05-05 23:09:04 +0200
commit98c3b4126fc437f066b1d05cf86459ca12464d4e (patch)
treebe408dee755b08eb0d278feca125edc3cc4a0d03
parent3950986b8f23d27f1ff0be8ab130cecd38afc681 (diff)
downloadaur-98c3b4126fc437f066b1d05cf86459ca12464d4e.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 96af18959d62..da7dad3e35e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 25 12:17:39 UTC 2016
+# Thu May 5 21:09:00 UTC 2016
pkgbase = copyq-plugin-itemweb
pkgdesc = Clipboard manager with searchable and editable history. Itemweb plugin.
- pkgver = 2.6.1
+ pkgver = 2.7.0
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.6.1.tar.gz
- md5sums = 88c6118e1ca756a9309cb8662733008b
+ source = https://github.com/hluk/CopyQ/archive/v2.7.0.tar.gz
+ md5sums = bcb00861ae0021e64a2951f136b4bc21
pkgname = copyq-plugin-itemweb
diff --git a/PKGBUILD b/PKGBUILD
index 8653309073f4..dba119595629 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=copyq-plugin-itemweb
_realname=CopyQ
-pkgver=2.6.1
+pkgver=2.7.0
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=('88c6118e1ca756a9309cb8662733008b')
+md5sums=('bcb00861ae0021e64a2951f136b4bc21')
build() {
mkdir "${srcdir}/build"