summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2017-01-19 21:30:52 +0100
committerKenjiTakahashi2017-01-19 21:30:52 +0100
commit76f5728a7eff68efae5f21ebb06058122360e0cb (patch)
tree90cd65e76ede35895647de09bd888e60a416d6ac
parent764d4bb60317e54a45e206ab61236b0975b24100 (diff)
downloadaur-76f5728a7eff68efae5f21ebb06058122360e0cb.tar.gz
2.8.2-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 23b8107f3838..10cb7601cd66 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Dec 4 09:00:39 UTC 2016
+# Thu Jan 19 20:30:49 UTC 2017
pkgbase = copyq-plugin-itemweb
pkgdesc = Clipboard manager with searchable and editable history. Itemweb plugin.
- pkgver = 2.8.1
+ pkgver = 2.8.2
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.8.1.tar.gz
- md5sums = f2099e81739509428642e8281edf8e4a
+ source = https://github.com/hluk/CopyQ/archive/v2.8.2.tar.gz
+ md5sums = 0448456c802a6202f19e7e63d9da899a
pkgname = copyq-plugin-itemweb
diff --git a/PKGBUILD b/PKGBUILD
index 78fe8c01075d..adc080fe6564 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=copyq-plugin-itemweb
_realname=CopyQ
-pkgver=2.8.1
+pkgver=2.8.2
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=('f2099e81739509428642e8281edf8e4a')
+md5sums=('0448456c802a6202f19e7e63d9da899a')
build() {
mkdir "${srcdir}/build"