summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9934714ec63f..96430fdd1c81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = copyq
pkgdesc = Clipboard manager with searchable and editable history
- pkgver = 3.4.0
- pkgrel = 2
+ pkgver = 3.5.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.4.0.tar.gz::https://github.com/hluk/copyq/archive/v3.4.0.tar.gz
- sha256sums = 2e9b5975310a46bfe39873392a1b27ef36be96783608440317885a8c140ab280
+ source = copyq-3.5.0.tar.gz::https://github.com/hluk/copyq/archive/v3.5.0.tar.gz
+ sha256sums = 86876e9ca66d0ac57ce86512df73f36bae3f10f06a9c66d05dc8785abf884df6
pkgname = copyq
diff --git a/PKGBUILD b/PKGBUILD
index 5ff12493fffa..9c4d020985f2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
pkgname=copyq
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.5.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=('2e9b5975310a46bfe39873392a1b27ef36be96783608440317885a8c140ab280')
+sha256sums=('86876e9ca66d0ac57ce86512df73f36bae3f10f06a9c66d05dc8785abf884df6')
build() {
cd "CopyQ-${pkgver}"