summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2017-10-27 00:02:23 +0200
committerKenjiTakahashi2017-10-27 00:02:23 +0200
commit7689ac593b402e470ab18897e3b5190c07fac1a4 (patch)
tree99ad6a1480afbd5b5586cc95479aaf22527483a9
parentd13ae7a5589739208757575f28fc44e8f787a9d7 (diff)
downloadaur-7689ac593b402e470ab18897e3b5190c07fac1a4.tar.gz
3.1.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 519e9721bb6e..0fbc201c3976 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 4 22:49:30 UTC 2017
+# Thu Oct 26 22:02:06 UTC 2017
pkgbase = copyq-plugin-itemweb
pkgdesc = Clipboard manager with searchable and editable history. Itemweb plugin.
- pkgver = 3.1.1
+ pkgver = 3.1.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/v3.1.1.tar.gz
- md5sums = aadf5d12c6472aa6072d2599d4c730da
+ source = https://github.com/hluk/CopyQ/archive/v3.1.2.tar.gz
+ md5sums = fef762f28d1572b0ca7544936e7a6a90
pkgname = copyq-plugin-itemweb
diff --git a/PKGBUILD b/PKGBUILD
index 4404924edd5c..09a752d8184a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=copyq-plugin-itemweb
_realname=CopyQ
-pkgver=3.1.1
+pkgver=3.1.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=('aadf5d12c6472aa6072d2599d4c730da')
+md5sums=('fef762f28d1572b0ca7544936e7a6a90')
build() {
mkdir "${srcdir}/build"