Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / dtklog
Commits: b8a32430 by Felix Yan at 2024-12-22T13:48:34+08:00 upgpkg: 0.0.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = dtklog pkgdesc = Simple, convinient and thread safe logger for Qt-based C++ apps - pkgver = 0.0.1 - pkgrel = 5 + pkgver = 0.0.2 + pkgrel = 1 url = https://github.com/linuxdeepin/dtklog arch = x86_64 license = LGPL3 @@ -14,7 +14,7 @@ pkgbase = dtklog depends = spdlog depends = fmt depends = gcc-libs - source = git+https://github.com/linuxdeepin/dtklog.git#tag=0.0.1 - sha512sums = 9f4cadc6501762ad69e17db79e80c0906da97b62328a2e5519a3a101a3de318d57dd14933ccf9d9fc1b773835c5ac2494c64f4af44005160c8914d6f546f009e + source = git+https://github.com/linuxdeepin/dtklog.git#tag=0.0.2 + sha512sums = 11242d6696010012a57b322f443fe7964194b76488915b7f0bdf1e479c5b59f02bb1d839b17c8e268fbe95ba8fa2295ae64a6dc7d9a8f121cb41a45a3f14c1e8 pkgname = dtklog ===================================== PKGBUILD ===================================== @@ -1,8 +1,8 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=dtklog -pkgver=0.0.1 -pkgrel=5 +pkgver=0.0.2 +pkgrel=1 pkgdesc='Simple, convinient and thread safe logger for Qt-based C++ apps' arch=('x86_64') url="https://github.com/linuxdeepin/dtklog" @@ -10,7 +10,7 @@ license=('LGPL3') depends=('glibc' 'libsystemd' 'qt5-base' 'spdlog' 'fmt' 'gcc-libs') makedepends=('git' 'cmake' 'ninja') source=("git+https://github.com/linuxdeepin/dtklog.git#tag=$pkgver") -sha512sums=('9f4cadc6501762ad69e17db79e80c0906da97b62328a2e5519a3a101a3de318d57dd14933ccf9d9fc1b773835c5ac2494c64f4af44005160c8914d6f546f009e') +sha512sums=('11242d6696010012a57b322f443fe7964194b76488915b7f0bdf1e479c5b59f02bb1d839b17c8e268fbe95ba8fa2295ae64a6dc7d9a8f121cb41a45a3f14c1e8') build() { cd dtklog View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dtklog/-/commit/b8a32430d56ed1cb53d7842eeba357a0c9f8ff8c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/dtklog/-/commit/b8a32430d56ed1cb53d7842eeba357a0c9f8ff8c You're receiving this email because of your account on gitlab.archlinux.org.