summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78337b65e13e..12adfc985ed5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = copyq
pkgdesc = Clipboard manager with searchable and editable history
- pkgver = 3.6.1
- pkgrel = 2
+ pkgver = 3.7.0
+ pkgrel = 1
url = https://github.com/hluk/copyq
arch = x86_64
license = GPL3
@@ -12,8 +12,8 @@ pkgbase = copyq
depends = qt5-svg
depends = qt5-x11extras
optdepends = copyq-plugin-itemweb
- source = copyq-3.6.1.tar.gz::https://github.com/hluk/copyq/archive/v3.6.1.tar.gz
- sha256sums = 79bb76c0afcfd769932a9d3b6cfa985dadc1b71443be2277ef0367fa6a4a658f
+ source = copyq-3.7.0.tar.gz::https://github.com/hluk/copyq/archive/v3.7.0.tar.gz
+ sha256sums = 8da0cb6d3d18b05158cce60968aa70e384004c5056a0c505bda7abbce1f2e24d
pkgname = copyq
diff --git a/PKGBUILD b/PKGBUILD
index 7afd9e4b7276..6a55d4957303 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Kewl <xrjy@nygb.rh.bet(rot13)>
+# Maintainer: Batou <batou at cryptolab net>
# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
pkgname=copyq
-pkgver=3.6.1
-pkgrel=2
+pkgver=3.7.0
+pkgrel=1
pkgdesc="Clipboard manager with searchable and editable history"
url="https://github.com/hluk/${pkgname}"
depends=('libxtst' 'qt5-script' 'qt5-svg' 'qt5-x11extras')
@@ -12,7 +12,7 @@ makedepends=('cmake' 'qt5-tools')
license=('GPL3')
arch=('x86_64')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('79bb76c0afcfd769932a9d3b6cfa985dadc1b71443be2277ef0367fa6a4a658f')
+sha256sums=('8da0cb6d3d18b05158cce60968aa70e384004c5056a0c505bda7abbce1f2e24d')
build() {
cd "CopyQ-${pkgver}"