Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / dtkdeclarative
Commits: 17c89fd0 by Felix Yan at 2025-02-11T14:59:47+08:00 upgpkg: 5.7.6-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = dtkdeclarative pkgdesc = Deepin Toolkit, declarative module for DDE look and feel - pkgver = 5.7.5 + pkgver = 5.7.6 pkgrel = 1 url = https://github.com/linuxdeepin/dtkdeclarative arch = x86_64 @@ -19,7 +19,7 @@ pkgbase = dtkdeclarative depends = qt5-base depends = libgl depends = gcc-libs - source = git+https://github.com/linuxdeepin/dtkdeclarative.git#tag=5.7.5 - sha512sums = ee50cd4ef71eac432aad34d9cb082c0fd1269a1c651af5de25a5f0f9c25a271f59d62920c0e53222a1a4eb66e064b496990e735c9548ae5fc7bd5b68bbaa0d74 + source = git+https://github.com/linuxdeepin/dtkdeclarative.git#tag=5.7.6 + sha512sums = 71071ba74cb1a79193ac6e24e639afe8799b87384475cbee00894f4bdfbba60373206561853dc391588f6127fdcff8bb11b4895e1a7fa0c2e5ba0219520b3689 pkgname = dtkdeclarative ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Contributor: zccrs <zhangj...@deepin.org> pkgname=dtkdeclarative -pkgver=5.7.5 +pkgver=5.7.6 pkgrel=1 pkgdesc='Deepin Toolkit, declarative module for DDE look and feel' arch=('x86_64') @@ -11,7 +11,7 @@ license=('LGPL3') depends=('dtkgui' 'dtkcore' 'qt5-declarative' 'qt5-quickcontrols2' 'qt5-base' 'libgl' 'gcc-libs') makedepends=('git' 'cmake' 'ninja' 'qt5-tools' 'doxygen' 'gtest' 'gmock') source=("git+https://github.com/linuxdeepin/dtkdeclarative.git#tag=$pkgver") -sha512sums=('ee50cd4ef71eac432aad34d9cb082c0fd1269a1c651af5de25a5f0f9c25a271f59d62920c0e53222a1a4eb66e064b496990e735c9548ae5fc7bd5b68bbaa0d74') +sha512sums=('71071ba74cb1a79193ac6e24e639afe8799b87384475cbee00894f4bdfbba60373206561853dc391588f6127fdcff8bb11b4895e1a7fa0c2e5ba0219520b3689') build() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dtkdeclarative/-/commit/17c89fd0d024d4ad5987f024718ce04c7b64e962 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dtkdeclarative/-/commit/17c89fd0d024d4ad5987f024718ce04c7b64e962 You're receiving this email because of your account on gitlab.archlinux.org.