Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / dtkwidget
Commits: 3a26a067 by Felix Yan at 2024-12-22T13:56:05+08:00 upgpkg: 5.7.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = dtkwidget pkgdesc = Deepin base graphical widgets library - pkgver = 5.7.1 - pkgrel = 4 + pkgver = 5.7.2 + pkgrel = 1 url = https://github.com/linuxdeepin/dtkwidget arch = x86_64 license = LGPL3 @@ -26,7 +26,7 @@ pkgbase = dtkwidget depends = startup-notification depends = xcb-util replaces = deepin-tool-kit - source = https://github.com/linuxdeepin/dtkwidget/archive/5.7.1/dtkwidget-5.7.1.tar.gz - sha512sums = 55ccc4e939babb7ec83258ef089b4c5a7d1b09f4e955d506d1b0c5d60c9f38240c360856c89b8934bcbec50c8036403092beaf95249eaaffa17a74d29346a188 + source = https://github.com/linuxdeepin/dtkwidget/archive/5.7.2/dtkwidget-5.7.2.tar.gz + sha512sums = 2a4f3d263ff22cc8e764f6148257dbb4ce54115acb8135d28870208c7a54fbc40df77a0342441979293483783eabe9218aa01fb2f2ef704f2332c5687f189c6f pkgname = dtkwidget ===================================== PKGBUILD ===================================== @@ -3,8 +3,8 @@ # Contributor: Xu Fasheng <fasheng.xu[AT]gmail.com> pkgname=dtkwidget -pkgver=5.7.1 -pkgrel=4 +pkgver=5.7.2 +pkgrel=1 pkgdesc='Deepin base graphical widgets library' arch=('x86_64') url="https://github.com/linuxdeepin/dtkwidget" @@ -15,7 +15,7 @@ depends=('dtkcore' 'dtkgui' 'gcc-libs' 'glibc' 'gsettings-qt' 'libx11' 'libxcb' makedepends=('cmake' 'ninja' 'qt5-tools' 'gtest' 'doxygen') replaces=('deepin-tool-kit') source=("https://github.com/linuxdeepin/dtkwidget/archive/$pkgver/$pkgname-$pkgver.tar.gz") -sha512sums=('55ccc4e939babb7ec83258ef089b4c5a7d1b09f4e955d506d1b0c5d60c9f38240c360856c89b8934bcbec50c8036403092beaf95249eaaffa17a74d29346a188') +sha512sums=('2a4f3d263ff22cc8e764f6148257dbb4ce54115acb8135d28870208c7a54fbc40df77a0342441979293483783eabe9218aa01fb2f2ef704f2332c5687f189c6f') build() { cd dtkwidget-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dtkwidget/-/commit/3a26a067c5223cde6a7c974c4aa3f0180d7db33b -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dtkwidget/-/commit/3a26a067c5223cde6a7c974c4aa3f0180d7db33b You're receiving this email because of your account on gitlab.archlinux.org.