summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12adfc985ed5..bcab8853a1bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = copyq
pkgdesc = Clipboard manager with searchable and editable history
- pkgver = 3.7.0
+ pkgver = 3.7.1
pkgrel = 1
url = https://github.com/hluk/copyq
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = copyq
depends = qt5-svg
depends = qt5-x11extras
optdepends = copyq-plugin-itemweb
- source = copyq-3.7.0.tar.gz::https://github.com/hluk/copyq/archive/v3.7.0.tar.gz
- sha256sums = 8da0cb6d3d18b05158cce60968aa70e384004c5056a0c505bda7abbce1f2e24d
+ source = copyq-3.7.1.tar.gz::https://github.com/hluk/copyq/archive/v3.7.1.tar.gz
+ sha256sums = 927c2c2df919c2323a7bbc0f24025bb06e54ad6c4cbf5bbc8dcf86ac0f4f6fc7
pkgname = copyq
diff --git a/PKGBUILD b/PKGBUILD
index 6a55d4957303..8c2b499beb1e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
pkgname=copyq
-pkgver=3.7.0
+pkgver=3.7.1
pkgrel=1
pkgdesc="Clipboard manager with searchable and editable history"
url="https://github.com/hluk/${pkgname}"
@@ -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=('8da0cb6d3d18b05158cce60968aa70e384004c5056a0c505bda7abbce1f2e24d')
+sha256sums=('927c2c2df919c2323a7bbc0f24025bb06e54ad6c4cbf5bbc8dcf86ac0f4f6fc7')
build() {
cd "CopyQ-${pkgver}"