Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / kdiskmark
Commits: a3463a23 by Bert Peters at 2026-06-15T20:06:50+02:00 upgpkg: 3.3.0-1 fixes https://gitlab.archlinux.org/archlinux/packaging/packages/kdiskmark/-/work_items/2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = kdiskmark pkgdesc = HDD and SSD benchmark tool with a very friendly graphical user interface - pkgver = 3.2.0 - pkgrel = 2 + pkgver = 3.3.0 + pkgrel = 1 url = https://github.com/JonMagon/KDiskMark arch = x86_64 license = GPL-3.0-or-later @@ -19,9 +19,9 @@ pkgbase = kdiskmark depends = libgcc depends = libstdc++ depends = polkit-qt6 - source = git+https://github.com/JonMagon/KDiskMark#tag=3.2.0 + source = git+https://github.com/JonMagon/KDiskMark#tag=3.3.0 source = kdiskmark-SingleApplication::git+https://github.com/itay-grudev/SingleApplication.git - sha256sums = c4182293e1612fe42bb2cb58d6b3d0fdc7302388820ae420543c8b90df177c8e + sha256sums = 50a38053efc64610413d8148f7f8314c0a53a1d6887b3efb54e548111b854405 sha256sums = SKIP pkgname = kdiskmark ===================================== PKGBUILD ===================================== @@ -5,8 +5,8 @@ arch=('x86_64') _pkgname=KDiskMark pkgname=kdiskmark -pkgver=3.2.0 -pkgrel=2 +pkgver=3.3.0 +pkgrel=1 pkgdesc="HDD and SSD benchmark tool with a very friendly graphical user interface" url="https://github.com/JonMagon/${_pkgname}" license=(GPL-3.0-or-later) @@ -14,7 +14,7 @@ depends=(qt6-base fio libaio hicolor-icon-theme glibc libgcc libstdc++ polkit-qt makedepends=(git cmake extra-cmake-modules qt6-tools qt6-declarative clang) source=("git+https://github.com/JonMagon/${_pkgname}#tag=$pkgver" "$pkgname-SingleApplication::git+https://github.com/itay-grudev/SingleApplication.git") -sha256sums=('c4182293e1612fe42bb2cb58d6b3d0fdc7302388820ae420543c8b90df177c8e' +sha256sums=('50a38053efc64610413d8148f7f8314c0a53a1d6887b3efb54e548111b854405' 'SKIP') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kdiskmark/-/commit/a3463a23bbea16c2c01b41f113edba2d4ae48d27 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kdiskmark/-/commit/a3463a23bbea16c2c01b41f113edba2d4ae48d27 You're receiving this email because of your account on gitlab.archlinux.org. Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications | Help: https://gitlab.archlinux.org/help
