summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorknedlyk2024-02-13 13:16:49 +0100
committerknedlyk2024-02-13 13:16:49 +0100
commit35302e71f3955e077e680acb04d73078011f2ac4 (patch)
tree23bb39f049452cb13ea4a909e52a1a06b70b1967
parentd737a4415142c8c26f01b19f347d8e316f062fee (diff)
downloadaur-python-getdevinfo.tar.gz
Source changed
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b0e4e4f8407..8573bb90e517 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-getdevinfo
pkgdesc = A device information gatherer for Linux and macOS.
pkgver = 2.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://www.hamishmb.com/html/downloads.php?program_name=getdevinfo
arch = any
license = PSF
@@ -9,7 +9,7 @@ pkgbase = python-getdevinfo
depends = python
depends = lshw
depends = lvm2
- source = https://www.hamishmb.com/files/Downloads/getdevinfo/2.0.0/Python/getdevinfo-2.0.0.tar.gz
+ source = https://www.hamishmb.com/files/downloads/getdevinfo/2.0.0/Python/getdevinfo-2.0.0.tar.gz
sha256sums = 4ec4f6829f4d915cfed9d352b8794a89aa01c526e9e794663c03ef6261ab6113
pkgname = python-getdevinfo
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