summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2017-05-17 21:38:30 +0200
committerKenjiTakahashi2017-05-17 21:38:30 +0200
commitcf34be8a68c475c8c6b76ea7331ff1b8e4f39fe4 (patch)
treed50cdbcd0aa5e090feed31e3713fc26a701cbdbe
parent644171eca54598f6b4f731e76bdaa42ae00aaeb9 (diff)
downloadaur-cf34be8a68c475c8c6b76ea7331ff1b8e4f39fe4.tar.gz
3.0.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 debe1aa52632..8461783e9b59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue May 2 23:12:56 UTC 2017
+# Wed May 17 19:38:17 UTC 2017
pkgbase = copyq
pkgdesc = Clipboard manager with searchable and editable history.
- pkgver = 3.0.0
+ pkgver = 3.0.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/v3.0.0.tar.gz
- md5sums = a84b307075f0981834c798d730b8b9ef
+ source = https://github.com/hluk/CopyQ/archive/v3.0.1.tar.gz
+ md5sums = bab880256005379e9648b6a81a623b86
pkgname = copyq
diff --git a/PKGBUILD b/PKGBUILD
index 4cb50181dd8d..cedbf5314fc5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=copyq
_realname=CopyQ
-pkgver=3.0.0
+pkgver=3.0.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=('a84b307075f0981834c798d730b8b9ef')
+md5sums=('bab880256005379e9648b6a81a623b86')
install=copyq.install
build() {