summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorknedlyk2024-02-13 13:16:49 +0100
committerknedlyk2024-02-13 13:16:49 +0100
commit35302e71f3955e077e680acb04d73078011f2ac4 (patch)
tree23bb39f049452cb13ea4a909e52a1a06b70b1967 /PKGBUILD
parentd737a4415142c8c26f01b19f347d8e316f062fee (diff)
downloadaur-python-getdevinfo.tar.gz
Source changed
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e08f75a03060..564c384f0236 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgbase=python-getdevinfo
pkgname=('python-getdevinfo')
pkgver=2.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A device information gatherer for Linux and macOS."
arch=('any')
url="https://www.hamishmb.com/html/downloads.php?program_name=getdevinfo"
@@ -12,7 +12,7 @@ license=('PSF')
makedepends=('python-setuptools')
depends=('python' 'lshw' 'lvm2')
-source=("https://www.hamishmb.com/files/Downloads/getdevinfo/${pkgver}/Python/getdevinfo-${pkgver}.tar.gz")
+source=("https://www.hamishmb.com/files/downloads/getdevinfo/${pkgver}/Python/getdevinfo-${pkgver}.tar.gz")
prepare() {
cd "$srcdir"/getdevinfo-$pkgver