summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenjiTakahashi2017-06-10 01:43:47 +0200
committerKenjiTakahashi2017-06-10 01:43:47 +0200
commitc66c7425deedd9663ef5f8fe70214cb17efc69f9 (patch)
tree3440bb27702c4b0ba14bd0291c325952fc93f1a5
parentcf34be8a68c475c8c6b76ea7331ff1b8e4f39fe4 (diff)
downloadaur-c66c7425deedd9663ef5f8fe70214cb17efc69f9.tar.gz
3.0.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 8461783e9b59..013a1ab426f3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed May 17 19:38:17 UTC 2017
+# Fri Jun 9 23:43:35 UTC 2017
pkgbase = copyq
pkgdesc = Clipboard manager with searchable and editable history.
- pkgver = 3.0.1
+ pkgver = 3.0.2
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.1.tar.gz
- md5sums = bab880256005379e9648b6a81a623b86
+ source = https://github.com/hluk/CopyQ/archive/v3.0.2.tar.gz
+ md5sums = f5b1466e33b0b4f3426fe14d0033db25
pkgname = copyq
diff --git a/PKGBUILD b/PKGBUILD
index cedbf5314fc5..5c982ba989ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=copyq
_realname=CopyQ
-pkgver=3.0.1
+pkgver=3.0.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=('bab880256005379e9648b6a81a623b86')
+md5sums=('f5b1466e33b0b4f3426fe14d0033db25')
install=copyq.install
build() {