Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
deepin-daemon
Commits:
8ff68b4f by Felix Yan at 2026-01-20T13:35:26+08:00
upgpkg: 6.1.43-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = deepin-daemon
pkgdesc = Daemon handling the DDE session settings
- pkgver = 6.1.42
+ pkgver = 6.1.43
pkgrel = 1
url = https://github.com/linuxdeepin/dde-daemon
install = deepin-daemon.install
@@ -73,7 +73,7 @@ pkgbase = deepin-daemon
provides = startdde
conflicts = startdde
replaces = startdde
- source = git+https://github.com/linuxdeepin/dde-daemon.git#tag=6.1.42
- sha512sums =
be8a0df20af504934c43e2169947f9d1bffe6a5ffe1e7f38d272eac5cf3d3e322e74f0f934beb6cc3a12415f3b827c3c749acbc4dbb3dc172ff61ce0c054cd92
+ source = git+https://github.com/linuxdeepin/dde-daemon.git#tag=6.1.43
+ sha512sums =
f51a5c503173c147c0f0459508daa9db269b69f25690585d236ed4d6408df8a03f6d2926df28159427b7039b15832c0f614ac456bdec020e054f8459e60cd785
pkgname = deepin-daemon
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
pkgname=deepin-daemon
-pkgver=6.1.42
+pkgver=6.1.43
pkgrel=1
pkgdesc='Daemon handling the DDE session settings'
arch=('x86_64')
@@ -67,10 +67,14 @@ replaces=('startdde')
groups=('deepin')
install="$pkgname.install"
source=("git+https://github.com/linuxdeepin/dde-daemon.git#tag=$pkgver")
-sha512sums=('be8a0df20af504934c43e2169947f9d1bffe6a5ffe1e7f38d272eac5cf3d3e322e74f0f934beb6cc3a12415f3b827c3c749acbc4dbb3dc172ff61ce0c054cd92')
+sha512sums=('f51a5c503173c147c0f0459508daa9db269b69f25690585d236ed4d6408df8a03f6d2926df28159427b7039b15832c0f614ac456bdec020e054f8459e60cd785')
prepare() {
cd dde-daemon
+
+ # TrustedExe does not exist
+ git cherry-pick -n c064dfa6613fbecca1fcf08f5035ef35ea90a374
+
go get github.com/linuxdeepin/go-gir
# https://github.com/linuxdeepin/developer-center/discussions/3327
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-daemon/-/commit/8ff68b4ff052075bf18a4ade77f4d5ba1a6b0fbe
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-daemon/-/commit/8ff68b4ff052075bf18a4ade77f4d5ba1a6b0fbe
You're receiving this email because of your account on gitlab.archlinux.org.