summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-30 11:35:03 -0600
committerMark Wagie2024-03-30 11:35:03 -0600
commitfd9cc4d2413cb8d8ccfcc5b7a54eac00a90960ec (patch)
tree6b6aa025780587c14a47c9bbaea4da9bd1552d68
parent8914e95ddc7ea66ff208940075bc10d0d284e68c (diff)
downloadaur-fd9cc4d2413cb8d8ccfcc5b7a54eac00a90960ec.tar.gz
provide & conflict with hardinfo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5f447a26d43d..2d2a0639dc8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = hardinfo2-git
pkgdesc = System Information and Benchmark for Linux Systems.
- pkgver = 2.0.18.r1.g4ac6eaa
+ pkgver = 2.0.18.r2.g60796c2
pkgrel = 1
url = https://www.hardinfo2.org
arch = x86_64
@@ -21,7 +21,9 @@ pkgbase = hardinfo2-git
optdepends = usbutils: USB Devices module
optdepends = xdg-utils: open your browser for bugs, homepage & links
provides = hardinfo2
+ provides = hardinfo
conflicts = hardinfo2
+ conflicts = hardinfo-git
source = git+https://github.com/hardinfo2/hardinfo2.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e3f9eca2acec..63374cd1ca68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
pkgname=hardinfo2-git
-pkgver=2.0.18.r1.g4ac6eaa
+pkgver=2.0.18.r2.g60796c2
pkgrel=1
pkgdesc="System Information and Benchmark for Linux Systems."
arch=('x86_64')
@@ -20,8 +20,8 @@ optdepends=(
'udisks2: Storage module'
'usbutils: USB Devices module'
'xdg-utils: open your browser for bugs, homepage & links')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
+provides=("${pkgname%-git}" 'hardinfo')
+conflicts=("${pkgname%-git}" 'hardinfo-git')
source=('git+https://github.com/hardinfo2/hardinfo2.git')
sha256sums=('SKIP')