Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / dtkcommon
Commits: b2d0967b by Felix Yan at 2024-12-20T03:37:51+08:00 upgpkg: 5.7.3-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = dtkcommon pkgdesc = DTK common files - pkgver = 5.7.2 + pkgver = 5.7.3 pkgrel = 1 url = https://github.com/linuxdeepin/dtkcommon arch = any @@ -9,7 +9,7 @@ pkgbase = dtkcommon makedepends = cmake makedepends = ninja depends = dconf - source = git+https://github.com/linuxdeepin/dtkcommon.git#tag=5.7.2 - sha512sums = efce2fbee3620caa21d6f4aecc6c9b19f2bee6d37e015ef076c3cb7da2abf3c039865d6568ce183f7e96fd27a29ecbb0d393916a985adfc69b60b7968e0e9cd7 + source = git+https://github.com/linuxdeepin/dtkcommon.git#tag=5.7.3 + sha512sums = 430be246ba42c7a9cf40838e1c093105602bfb6313dc4f253da72491389ab727f5e2e3097b8dfa3a5435b1c283236494054fd9fdcd6bfbd3b9bf255430f31528 pkgname = dtkcommon ===================================== PKGBUILD ===================================== @@ -1,7 +1,7 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=dtkcommon -pkgver=5.7.2 +pkgver=5.7.3 pkgrel=1 pkgdesc='DTK common files' arch=('any') @@ -10,7 +10,7 @@ license=('LGPL3') depends=('dconf') makedepends=('git' 'cmake' 'ninja') source=("git+https://github.com/linuxdeepin/dtkcommon.git#tag=$pkgver") -sha512sums=('efce2fbee3620caa21d6f4aecc6c9b19f2bee6d37e015ef076c3cb7da2abf3c039865d6568ce183f7e96fd27a29ecbb0d393916a985adfc69b60b7968e0e9cd7') +sha512sums=('430be246ba42c7a9cf40838e1c093105602bfb6313dc4f253da72491389ab727f5e2e3097b8dfa3a5435b1c283236494054fd9fdcd6bfbd3b9bf255430f31528') build() { cd dtkcommon View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dtkcommon/-/commit/b2d0967b5b626a39993f9f5042a1bae25a4ace63 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dtkcommon/-/commit/b2d0967b5b626a39993f9f5042a1bae25a4ace63 You're receiving this email because of your account on gitlab.archlinux.org.