summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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