Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / dtk6core
Commits:
88fdccb8 by Felix Yan at 2025-12-10T13:04:20+00:00
upgpkg: 6.0.47-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = dtk6core
pkgdesc = DTK core modules
- pkgver = 6.0.46
- pkgrel = 2
+ pkgver = 6.0.47
+ pkgrel = 1
url = https://github.com/linuxdeepin/dtk6core
arch = x86_64
license = LGPL-3.0-or-later
@@ -20,7 +20,7 @@ pkgbase = dtk6core
depends = lshw
depends = qt6-base
depends = uchardet
- source = git+https://github.com/linuxdeepin/dtk6core.git#tag=6.0.46
- sha512sums =
36e39c3aad4ac261b1b4761190ebfc68648c5de27aa2b856899afe629d5a31c5aab3885e9510e110843379d840c99e2c9ae10100b7da4f6daf34672479269a9f
+ source = git+https://github.com/linuxdeepin/dtk6core.git#tag=6.0.47
+ sha512sums =
4877e0fbe4d41e38a79154f43d4de03eabd3b5a977d0e17c2b0d5ff036e151b50891167b01d10af616003fde67e43c990a949d1aacb0da1e0f734a937e37501b
pkgname = dtk6core
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
pkgname=dtk6core
-pkgver=6.0.46
-pkgrel=2
+pkgver=6.0.47
+pkgrel=1
pkgdesc='DTK core modules'
arch=('x86_64')
url="https://github.com/linuxdeepin/dtk6core"
@@ -13,7 +13,7 @@ depends=('deepin-desktop-base' 'dtkcommon' 'dtk6log'
'gcc-libs' 'glibc' 'icu' 'l
'uchardet')
makedepends=('git' 'cmake' 'ninja' 'qt6-tools' 'gtest' 'doxygen')
source=("git+https://github.com/linuxdeepin/dtk6core.git#tag=$pkgver")
-sha512sums=('36e39c3aad4ac261b1b4761190ebfc68648c5de27aa2b856899afe629d5a31c5aab3885e9510e110843379d840c99e2c9ae10100b7da4f6daf34672479269a9f')
+sha512sums=('4877e0fbe4d41e38a79154f43d4de03eabd3b5a977d0e17c2b0d5ff036e151b50891167b01d10af616003fde67e43c990a949d1aacb0da1e0f734a937e37501b')
build() {
cd dtk6core
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dtk6core/-/commit/88fdccb8868c3e75ffd7539cbc7485e51699d013
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dtk6core/-/commit/88fdccb8868c3e75ffd7539cbc7485e51699d013
You're receiving this email because of your account on gitlab.archlinux.org.