diff options
author | Mark Wagie | 2024-03-07 19:06:05 -0700 |
---|---|---|
committer | Mark Wagie | 2024-03-07 19:06:05 -0700 |
commit | 7e4b57be4c6692ff81baf47f7c91a6d98b6ee68f (patch) | |
tree | bfdddaa2dfd6f57ea7dff0b2e18e2e7770326410 | |
parent | a63e2aafd29b745c0e0c2b5906bf72b73abccc52 (diff) | |
download | aur-7e4b57be4c6692ff81baf47f7c91a6d98b6ee68f.tar.gz |
update URL
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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() { |