Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / startdde
Commits: b611553f by Felix Yan at 2025-10-03T00:50:33+08:00 upgpkg: 6.1.6-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = startdde pkgdesc = starter of deepin desktop environment - pkgver = 6.1.5 + pkgver = 6.1.6 pkgrel = 1 url = https://github.com/linuxdeepin/startdde arch = x86_64 @@ -15,8 +15,7 @@ pkgbase = startdde depends = libgudev depends = libx11 depends = libxi - depends = deepin-wloutput-daemon - source = git+https://github.com/linuxdeepin/startdde.git#tag=6.1.5 - sha512sums = 1cd1959c07cc75991e26715454e0a6de3c33e7d53d956992784747114a28fdbc3c6df293ab7e318bf80f53e28b2de21ffad4ff525bbb508f4d65dfca4e2a1a53 + source = git+https://github.com/linuxdeepin/startdde.git#tag=6.1.6 + sha512sums = 46ba31e81607cd091f005595e5eb980036ccb77850bda5673316ce2f9796ccedd7e430662044eeebcf667ba4626e647db625d520b75f47aa6f6b992a8aa708a9 pkgname = startdde ===================================== PKGBUILD ===================================== @@ -3,19 +3,17 @@ # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com> pkgname=startdde -pkgver=6.1.5 +pkgver=6.1.6 pkgrel=1 pkgdesc="starter of deepin desktop environment" arch=('x86_64') url="https://github.com/linuxdeepin/startdde" license=('GPL-3.0-or-later') -# deepin-wloutput-daemon: org.deepin.dde.KWayland1 -depends=('dconf' 'glib2' 'glibc' 'gtk3' 'libgudev' 'libx11' 'libxi' - 'deepin-wloutput-daemon') +depends=('dconf' 'glib2' 'glibc' 'gtk3' 'libgudev' 'libx11' 'libxi') makedepends=('go' 'git') groups=('deepin') source=("git+https://github.com/linuxdeepin/startdde.git#tag=$pkgver") -sha512sums=('1cd1959c07cc75991e26715454e0a6de3c33e7d53d956992784747114a28fdbc3c6df293ab7e318bf80f53e28b2de21ffad4ff525bbb508f4d65dfca4e2a1a53') +sha512sums=('46ba31e81607cd091f005595e5eb980036ccb77850bda5673316ce2f9796ccedd7e430662044eeebcf667ba4626e647db625d520b75f47aa6f6b992a8aa708a9') prepare() { cd startdde View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/startdde/-/commit/b611553f98e6f680f416f232a69d50a893a2cb35 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/startdde/-/commit/b611553f98e6f680f416f232a69d50a893a2cb35 You're receiving this email because of your account on gitlab.archlinux.org.