Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-clipboard
Commits:
206e83e1 by Felix Yan at 2025-10-03T02:17:24+08:00
upgpkg: 6.0.11-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deepin-clipboard
pkgdesc = DDE clipboard manager component
- pkgver = 6.0.9
+ pkgver = 6.0.11
pkgrel = 1
url = https://github.com/linuxdeepin/dde-clipboard
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = deepin-clipboard
depends = gio-qt
depends = dtkcore
depends = dwayland
- source = git+https://github.com/linuxdeepin/dde-clipboard.git#tag=6.0.9
- sha512sums =
0e6bae486906870fe2acc92ee9d312f59d2f6dbf12499259c2fa9f603060d771711f6115f9f4718756fb863414f95e0c26fc61a161065efcc713df7ae1205eaf
+ source = git+https://github.com/linuxdeepin/dde-clipboard.git#tag=6.0.11
+ sha512sums =
e55d5fea61f2980b8364eb126de3d8e1b300deadd557d72b6bee6c4ee2309a0a6e96d34781b8ffec8e40807c737308f021525a7f2ec3883a71316fc52842c927
pkgname = deepin-clipboard
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=deepin-clipboard
-pkgver=6.0.9
+pkgver=6.0.11
pkgrel=1
pkgdesc='DDE clipboard manager component'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('deepin-qt5integration' 'gio-qt' 'dtkcore'
'dwayland')
makedepends=('git' 'cmake' 'ninja' 'gtest' 'qt5-tools' 'extra-cmake-modules')
groups=('deepin-extra')
source=("git+https://github.com/linuxdeepin/dde-clipboard.git#tag=$pkgver")
-sha512sums=('0e6bae486906870fe2acc92ee9d312f59d2f6dbf12499259c2fa9f603060d771711f6115f9f4718756fb863414f95e0c26fc61a161065efcc713df7ae1205eaf')
+sha512sums=('e55d5fea61f2980b8364eb126de3d8e1b300deadd557d72b6bee6c4ee2309a0a6e96d34781b8ffec8e40807c737308f021525a7f2ec3883a71316fc52842c927')
prepare() {
mkdir -p build
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-clipboard/-/commit/206e83e15ddd0371be7278aa6ea5d19328147d66
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-clipboard/-/commit/206e83e15ddd0371be7278aa6ea5d19328147d66
You're receiving this email because of your account on gitlab.archlinux.org.