summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2016-11-27 19:30:11 +0100
committerKenjiTakahashi2016-11-27 19:30:11 +0100
commit2b2783a72058688cd7d20be04ffadcd849179002 (patch)
treef3296a5a90ee250a6975ed836021c003228cc3a5
parentdf6f914b45c7c26df722eff8650bd65244e601e8 (diff)
downloadaur-2b2783a72058688cd7d20be04ffadcd849179002.tar.gz
2.8.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 009e55b272b8..d4b406049601 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Jul 1 20:32:11 UTC 2016
+# Sun Nov 27 18:30:06 UTC 2016
pkgbase = copyq-plugin-itemweb
pkgdesc = Clipboard manager with searchable and editable history. Itemweb plugin.
- pkgver = 2.7.1
+ pkgver = 2.8.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.7.1.tar.gz
- md5sums = f0abc1c2f84928d483c5a8403a998d86
+ source = https://github.com/hluk/CopyQ/archive/v2.8.0.tar.gz
+ md5sums = 49506f6f191094e187e9651ad885128a
pkgname = copyq-plugin-itemweb
diff --git a/PKGBUILD b/PKGBUILD
index 1559a0f7b2d2..de4056c44578 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=copyq-plugin-itemweb
_realname=CopyQ
-pkgver=2.7.1
+pkgver=2.8.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=('f0abc1c2f84928d483c5a8403a998d86')
+md5sums=('49506f6f191094e187e9651ad885128a')
build() {
mkdir "${srcdir}/build"