summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2017-10-26 23:59:43 +0200
committerKenjiTakahashi2017-10-26 23:59:43 +0200
commit4319c10b723dfff038a8823df9d9156ee250fddf (patch)
tree87ad1b4edd281045a1197f3639d4039605acaf82
parente105f78815193e0e0fb72740693ce449c049c06c (diff)
downloadaur-4319c10b723dfff038a8823df9d9156ee250fddf.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 66c103a5b881..72bf5dcdabf9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Oct 4 22:16:48 UTC 2017
+# Thu Oct 26 21:59:14 UTC 2017
pkgbase = copyq
pkgdesc = Clipboard manager with searchable and editable history.
- pkgver = 3.1.1
+ pkgver = 3.1.2
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.1.1.tar.gz
- md5sums = aadf5d12c6472aa6072d2599d4c730da
+ source = https://github.com/hluk/CopyQ/archive/v3.1.2.tar.gz
+ md5sums = fef762f28d1572b0ca7544936e7a6a90
pkgname = copyq
diff --git a/PKGBUILD b/PKGBUILD
index c2a62571a5a9..2b06ffaff41a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=copyq
_realname=CopyQ
-pkgver=3.1.1
+pkgver=3.1.2
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=('aadf5d12c6472aa6072d2599d4c730da')
+md5sums=('fef762f28d1572b0ca7544936e7a6a90')
build() {
mkdir "${srcdir}/build"