summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrei Gutu2018-10-22 18:08:18 +0300
committerAndrei Gutu2018-10-22 18:08:18 +0300
commitaaa80694e4a13788df03b87529c17562821e55fb (patch)
treef86c53b8c48d7185b7fb549845adf377f8057a9a
parent7689ac593b402e470ab18897e3b5190c07fac1a4 (diff)
downloadaur-aaa80694e4a13788df03b87529c17562821e55fb.tar.gz
Update to 3.6.1-2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0fbc201c3976..09d2c9354272 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Oct 26 22:02:06 UTC 2017
+# Mon Oct 22 15:08:07 UTC 2018
pkgbase = copyq-plugin-itemweb
pkgdesc = Clipboard manager with searchable and editable history. Itemweb plugin.
- pkgver = 3.1.2
- pkgrel = 1
+ pkgver = 3.6.1
+ pkgrel = 2
url = https://github.com/hluk/CopyQ
arch = i686
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = copyq-plugin-itemweb
makedepends = qt5-svg
depends = copyq
depends = qt5-webkit
- source = https://github.com/hluk/CopyQ/archive/v3.1.2.tar.gz
- md5sums = fef762f28d1572b0ca7544936e7a6a90
+ source = https://github.com/hluk/CopyQ/archive/v3.6.1.tar.gz
+ sha256sums = 79bb76c0afcfd769932a9d3b6cfa985dadc1b71443be2277ef0367fa6a4a658f
pkgname = copyq-plugin-itemweb
diff --git a/PKGBUILD b/PKGBUILD
index 09a752d8184a..527dbba60a2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=copyq-plugin-itemweb
_realname=CopyQ
-pkgver=3.1.2
-pkgrel=1
+pkgver=3.6.1
+pkgrel=2
pkgdesc="Clipboard manager with searchable and editable history. Itemweb plugin."
url="https://github.com/hluk/CopyQ"
depends=('copyq' 'qt5-webkit')
@@ -11,7 +11,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=('fef762f28d1572b0ca7544936e7a6a90')
+sha256sums=('79bb76c0afcfd769932a9d3b6cfa985dadc1b71443be2277ef0367fa6a4a658f')
build() {
mkdir "${srcdir}/build"