Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / dtkgui
Commits: 152d23d1 by Felix Yan at 2025-05-09T14:51:50+08:00 upgpkg: 1:5.7.12-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = dtkgui pkgdesc = Deepin Toolkit, gui module for DDE look and feel - pkgver = 5.7.11 + pkgver = 5.7.12 pkgrel = 1 epoch = 1 url = https://github.com/linuxdeepin/dtkgui @@ -22,7 +22,7 @@ pkgbase = dtkgui depends = glib2 depends = libx11 depends = gcc-libs - source = git+https://github.com/linuxdeepin/dtkgui.git#tag=5.7.11 - sha512sums = 5d7fa6a55e6b074fcc089ec681301e5e1d646fcd9327b9b7f3996a9b981ef0f124c4e64bd4125d6cae76c081fbd0f5eba4d3b5916cd503c119f0c24a2ac49c76 + source = git+https://github.com/linuxdeepin/dtkgui.git#tag=5.7.12 + sha512sums = 1e19b3165e5928662ea2ba8a1b1a6d9ee44daef5e20e2bc48d089759564539e712cae979ac9a521f466fee910e4269080d0935797ccbdefcad534f03cce08b70 pkgname = dtkgui ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=dtkgui -pkgver=5.7.11 +pkgver=5.7.12 pkgrel=1 epoch=1 pkgdesc='Deepin Toolkit, gui module for DDE look and feel' @@ -11,7 +11,7 @@ license=('LGPL3') depends=('dtkcore' 'libqt5xdg' 'librsvg' 'qt5-base' 'qt5-wayland' 'glib2' 'libx11' 'gcc-libs') makedepends=('git' 'cmake' 'extra-cmake-modules' 'ninja' 'qt5-tools' 'gtest' 'doxygen' 'treeland-protocols') source=("git+https://github.com/linuxdeepin/dtkgui.git#tag=$pkgver") -sha512sums=('5d7fa6a55e6b074fcc089ec681301e5e1d646fcd9327b9b7f3996a9b981ef0f124c4e64bd4125d6cae76c081fbd0f5eba4d3b5916cd503c119f0c24a2ac49c76') +sha512sums=('1e19b3165e5928662ea2ba8a1b1a6d9ee44daef5e20e2bc48d089759564539e712cae979ac9a521f466fee910e4269080d0935797ccbdefcad534f03cce08b70') build() { cd dtkgui View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dtkgui/-/commit/152d23d10cf7cccb45d706683afd5f282ff786b8 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dtkgui/-/commit/152d23d10cf7cccb45d706683afd5f282ff786b8 You're receiving this email because of your account on gitlab.archlinux.org.