Bert Peters pushed to branch main at Arch Linux / Packaging / Packages / 
kdiskmark


Commits:
bbacd3f0 by Bert Peters at 2025-03-27T22:23:32+01:00
upgpkg: 3.1.4-2: remove kauth dep

Fixes #1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
 pkgbase = kdiskmark
        pkgdesc = HDD and SSD benchmark tool with a very friendly graphical 
user interface
        pkgver = 3.1.4
-       pkgrel = 1
+       pkgrel = 2
        url = https://github.com/JonMagon/KDiskMark
        arch = x86_64
-       license = GPL3
+       license = GPL-3.0-or-later
        makedepends = git
        makedepends = cmake
        makedepends = extra-cmake-modules
@@ -13,7 +13,6 @@ pkgbase = kdiskmark
        depends = fio
        depends = libaio
        depends = hicolor-icon-theme
-       depends = kauth5
        depends = glibc
        depends = gcc-libs
        depends = polkit-qt5


=====================================
PKGBUILD
=====================================
@@ -1,16 +1,17 @@
-# Maintainer: Jiachen YANG <[email protected]>
-# AUR Maintainer: Gabriel Rauter <[email protected]>
+# Maintainer: Bert Peters <[email protected]>
+# Contributor: Jiachen YANG <[email protected]>
+# Contributor: Gabriel Rauter <[email protected]>
 
 arch=('x86_64')
 _pkgname=KDiskMark
 _singleapplication_commit=f1e1508
 pkgname=kdiskmark
 pkgver=3.1.4
-pkgrel=1
+pkgrel=2
 pkgdesc="HDD and SSD benchmark tool with a very friendly graphical user 
interface"
 url="https://github.com/JonMagon/${_pkgname}";
-license=(GPL3)
-depends=(qt5-base fio libaio hicolor-icon-theme kauth5 glibc gcc-libs 
polkit-qt5)
+license=(GPL-3.0-or-later)
+depends=(qt5-base fio libaio hicolor-icon-theme glibc gcc-libs polkit-qt5)
 makedepends=(git cmake extra-cmake-modules qt5-tools)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/JonMagon/${_pkgname}/archive/${pkgver}.tar.gz";
         
"git+https://github.com/itay-grudev/SingleApplication.git#commit=${_singleapplication_commit}";)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdiskmark/-/commit/bbacd3f02d42c5c8d9a549fb2270360787de966a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdiskmark/-/commit/bbacd3f02d42c5c8d9a549fb2270360787de966a
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to