summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2024-03-07 19:06:05 -0700
committerMark Wagie2024-03-07 19:06:05 -0700
commit7e4b57be4c6692ff81baf47f7c91a6d98b6ee68f (patch)
treebfdddaa2dfd6f57ea7dff0b2e18e2e7770326410
parenta63e2aafd29b745c0e0c2b5906bf72b73abccc52 (diff)
downloadaur-7e4b57be4c6692ff81baf47f7c91a6d98b6ee68f.tar.gz
update URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09caede7ba63..6a29495c9974 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = hardinfo2
pkgdesc = System Information and Benchmark for Linux Systems.
pkgver = 2.0.12
pkgrel = 2
- url = https://github.com/hardinfo2/hardinfo2
+ url = https://www.hardinfo2.org
arch = x86_64
license = GPL-2.0-or-later
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index e0dc276adc70..a438802c0ab5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=2.0.12
pkgrel=2
pkgdesc="System Information and Benchmark for Linux Systems."
arch=('x86_64')
-url="https://github.com/hardinfo2/hardinfo2"
+url="https://www.hardinfo2.org"
license=('GPL-2.0-or-later')
depends=('gtk3' 'libsoup')
optdepends=(
@@ -20,7 +20,7 @@ optdepends=(
'usbutils: USB Devices module'
'xdg-utils: open your browser for bugs, homepage & links')
makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/release-$pkgver.tar.gz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/hardinfo2/hardinfo2/archive/refs/tags/release-$pkgver.tar.gz")
sha256sums=('b7ba812b2e43f2873826f7dc5363fc24baf3a7e51da22a7b160b5fe4c5dd23ab')
build() {