Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
dtk6widget
Commits:
cfe9b42a by Felix Yan at 2024-08-26T19:32:17+03:00
upgpkg: 6.0.17-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = dtk6widget
pkgdesc = Deepin base graphical widgets library
- pkgver = 6.0.16
- pkgrel = 2
+ pkgver = 6.0.17
+ pkgrel = 1
url = https://github.com/linuxdeepin/dtk6widget
arch = x86_64
license = LGPL3
@@ -24,7 +24,7 @@ pkgbase = dtk6widget
depends = qt6-svg
depends = startup-notification
depends = xcb-util
- source = git+https://github.com/linuxdeepin/dtk6widget.git#tag=6.0.16
- sha512sums =
e71cd4517beba351d88ce826339cb07705d7bddffa73a4643fff99c78351cb97356155d7fceb128dec66e0fd209d32487a10379d4faf5ea7e921600fd30662ff
+ source = git+https://github.com/linuxdeepin/dtk6widget.git#tag=6.0.17
+ sha512sums =
063ed4cd60f42cde30ef0a7e3ccf5cbc43ecf08e82ce06067f90316e017841f10aae0df05af50f6f6376356494a2d3f84e927b9bd91274f4aa1d269ba4070a8f
pkgname = dtk6widget
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com>
pkgname=dtk6widget
-pkgver=6.0.16
-pkgrel=2
+pkgver=6.0.17
+pkgrel=1
pkgdesc='Deepin base graphical widgets library'
arch=('x86_64')
url="https://github.com/linuxdeepin/dtk6widget"
@@ -14,7 +14,7 @@ depends=('dtk6core' 'dtk6gui' 'gcc-libs' 'glibc' 'libx11'
'libxcb' 'libxext' 'li
'qt6-base' 'qt6-imageformats' 'qt6-svg' 'startup-notification'
'xcb-util')
makedepends=('git' 'cmake' 'ninja' 'qt6-tools' 'gtest' 'doxygen')
source=("git+https://github.com/linuxdeepin/dtk6widget.git#tag=$pkgver")
-sha512sums=('e71cd4517beba351d88ce826339cb07705d7bddffa73a4643fff99c78351cb97356155d7fceb128dec66e0fd209d32487a10379d4faf5ea7e921600fd30662ff')
+sha512sums=('063ed4cd60f42cde30ef0a7e3ccf5cbc43ecf08e82ce06067f90316e017841f10aae0df05af50f6f6376356494a2d3f84e927b9bd91274f4aa1d269ba4070a8f')
build() {
cd dtk6widget
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dtk6widget/-/commit/cfe9b42aad003f822ab4503968e8ce45f6219b84
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/dtk6widget/-/commit/cfe9b42aad003f822ab4503968e8ce45f6219b84
You're receiving this email because of your account on gitlab.archlinux.org.