summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2017-10-05 00:31:31 +0200
committerKenjiTakahashi2017-10-05 00:31:31 +0200
commite105f78815193e0e0fb72740693ce449c049c06c (patch)
treee0d2835d88027b18618c30839b05b4d242ace226
parentc886e4d767001aa20e42960635d8b14e120c8d5d (diff)
downloadaur-e105f78815193e0e0fb72740693ce449c049c06c.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 61739bcb9baf..66c103a5b881 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Jul 27 18:07:04 UTC 2017
+# Wed Oct 4 22:16:48 UTC 2017
pkgbase = copyq
pkgdesc = Clipboard manager with searchable and editable history.
- pkgver = 3.0.3
+ pkgver = 3.1.1
pkgrel = 1
url = https://github.com/hluk/CopyQ
arch = i686
@@ -15,8 +15,8 @@ pkgbase = copyq
depends = qt5-script
depends = hicolor-icon-theme
optdepends = copyq-plugin-itemweb
- 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
diff --git a/.gitignore b/.gitignore
index ed345a94681b..3146617bc7c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
*.tar.gz
*.xz
+*.log
src/
pkg/
diff --git a/PKGBUILD b/PKGBUILD
index 1bf31c479060..c2a62571a5a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=copyq
_realname=CopyQ
-pkgver=3.0.3
+pkgver=3.1.1
pkgrel=1
pkgdesc="Clipboard manager with searchable and editable history."
url="https://github.com/hluk/CopyQ"
@@ -12,7 +12,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"