Ike Devolder pushed to branch main at Arch Linux / Packaging / Packages / copyq
Commits:
15fa2228 by Ike Devolder at 2025-04-04T12:06:11+02:00
upgpkg: 10.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = copyq
pkgdesc = Clipboard manager with searchable and editable history
- pkgver = 9.1.0
+ pkgver = 10.0.0
pkgrel = 1
url = https://github.com/hluk/copyq
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = copyq
depends = qt5-svg
depends = qt5-wayland
depends = knotifications5
- source =
copyq-9.1.0.tar.gz::https://github.com/hluk/copyq/archive/v9.1.0.tar.gz
- sha256sums =
500893c01b662d1f157e26432f75ffeaef61862e551b831d53a79b14579ad0b3
+ source =
copyq-10.0.0.tar.gz::https://github.com/hluk/copyq/archive/v10.0.0.tar.gz
+ sha256sums =
ffbae7a71c55cd89dfd88a6d184c7a5c7a8c4c948e9df11c10640c246d9c5f53
pkgname = copyq
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
# Contributor: Karol "Kenji Takahashi" Woźniak <kenji.sx>
pkgname=copyq
-pkgver=9.1.0
+pkgver=10.0.0
pkgrel=1
pkgdesc="Clipboard manager with searchable and editable history"
url="https://github.com/hluk/${pkgname}"
@@ -13,7 +13,7 @@ makedepends=('extra-cmake-modules' 'qt5-tools')
license=('GPL3')
arch=('x86_64')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('500893c01b662d1f157e26432f75ffeaef61862e551b831d53a79b14579ad0b3')
+sha256sums=('ffbae7a71c55cd89dfd88a6d184c7a5c7a8c4c948e9df11c10640c246d9c5f53')
build() {
cmake -B build -S CopyQ-$pkgver \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/copyq/-/commit/15fa22281f8a6e439e3ebc9f43f8ae47305f41b7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/copyq/-/commit/15fa22281f8a6e439e3ebc9f43f8ae47305f41b7
You're receiving this email because of your account on gitlab.archlinux.org.