summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2016-12-04 10:00:12 +0100
committerKenjiTakahashi2016-12-04 10:00:12 +0100
commit982d4ddba846328142c62146d3d0982cb3181fe4 (patch)
tree4a388d5622f41c06b47d88d26c80667901b5eece
parent3d12f1fb3609cb8ef584d4a2c6d6bbead1655409 (diff)
downloadaur-982d4ddba846328142c62146d3d0982cb3181fe4.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 8fff599955f7..7e79a96373a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Nov 27 18:29:34 UTC 2016
+# Sun Dec 4 08:59:56 UTC 2016
pkgbase = copyq
pkgdesc = Clipboard manager with searchable and editable history.
- pkgver = 2.8.0
+ pkgver = 2.8.1
pkgrel = 1
url = https://github.com/hluk/CopyQ
install = copyq.install
@@ -17,8 +17,8 @@ pkgbase = copyq
depends = hicolor-icon-theme
depends = desktop-file-utils
optdepends = copyq-plugin-itemweb
- 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
diff --git a/PKGBUILD b/PKGBUILD
index 19e37c63c694..c730e766bdd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=copyq
_realname=CopyQ
-pkgver=2.8.0
+pkgver=2.8.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=('49506f6f191094e187e9651ad885128a')
+md5sums=('f2099e81739509428642e8281edf8e4a')
install=copyq.install
build() {