summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2016-12-04 10:00:43 +0100
committerKenjiTakahashi2016-12-04 10:00:43 +0100
commit764d4bb60317e54a45e206ab61236b0975b24100 (patch)
tree453e4f7cb0a28316b6add30f07f4eb2191e3f3c8
parent2b2783a72058688cd7d20be04ffadcd849179002 (diff)
downloadaur-764d4bb60317e54a45e206ab61236b0975b24100.tar.gz
2.8.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 d4b406049601..23b8107f3838 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 27 18:30:06 UTC 2016
+# Sun Dec 4 09:00:39 UTC 2016
pkgbase = copyq-plugin-itemweb
pkgdesc = Clipboard manager with searchable and editable history. Itemweb plugin.
- pkgver = 2.8.0
+ pkgver = 2.8.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.8.0.tar.gz
- md5sums = 49506f6f191094e187e9651ad885128a
+ source = https://github.com/hluk/CopyQ/archive/v2.8.1.tar.gz
+ md5sums = f2099e81739509428642e8281edf8e4a
pkgname = copyq-plugin-itemweb
diff --git a/PKGBUILD b/PKGBUILD
index de4056c44578..78fe8c01075d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=copyq-plugin-itemweb
_realname=CopyQ
-pkgver=2.8.0
+pkgver=2.8.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=('49506f6f191094e187e9651ad885128a')
+md5sums=('f2099e81739509428642e8281edf8e4a')
build() {
mkdir "${srcdir}/build"