summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2017-10-05 00:50:09 +0200
committerKenjiTakahashi2017-10-05 00:50:09 +0200
commitd13ae7a5589739208757575f28fc44e8f787a9d7 (patch)
treea16e9f0e5d8828fed9a7560a97a211f8050e760e
parent63386ee53af171daddaf0cca996b47e4788a01c9 (diff)
downloadaur-d13ae7a5589739208757575f28fc44e8f787a9d7.tar.gz
3.1.1-1: Bumped version
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD4
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 88a4b09bbb79..519e9721bb6e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 29 14:14:18 UTC 2017
+# Wed Oct 4 22:49:30 UTC 2017
pkgbase = copyq-plugin-itemweb
pkgdesc = Clipboard manager with searchable and editable history. Itemweb plugin.
- pkgver = 3.0.3
+ pkgver = 3.1.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/v3.0.3.tar.gz
- md5sums = 54a0157d5a0d234b6afd798ed01f4c7f
+ source = https://github.com/hluk/CopyQ/archive/v3.1.1.tar.gz
+ md5sums = aadf5d12c6472aa6072d2599d4c730da
pkgname = copyq-plugin-itemweb
diff --git a/.gitignore b/.gitignore
index 8888f35b6dc5..25c72946e6f3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
*.xz
*.gz
+*.log
diff --git a/PKGBUILD b/PKGBUILD
index b1f06f8fbd26..4404924edd5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=copyq-plugin-itemweb
_realname=CopyQ
-pkgver=3.0.3
+pkgver=3.1.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=('54a0157d5a0d234b6afd798ed01f4c7f')
+md5sums=('aadf5d12c6472aa6072d2599d4c730da')
build() {
mkdir "${srcdir}/build"