summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72b5c5ccf903..7b2e1fe4a5bf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ksysguard-gpu
pkgdesc = gpu visualization for ksysguard
pkgver = 0.5
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/lestofante/ksysguard-gpu
arch = any
license = GPL3
@@ -10,8 +10,8 @@ pkgbase = ksysguard-gpu
optdepends = radeontop: AMD card support
optdepends = intel-gpu-tools: Intel card support
optdepends = nvidia-utils: NVIDIA card support
- source = ksysguard-gpu-0.5.tar.gz::https://github.com/lestofante/ksysguard-gpu/archive/0.5.tar.gz
- sha256sums = 266cdb212c1861699f7815c4d10f7b7fa75292cbd8e2c0425f184ef46b0bf75d
+ source = ksysguard-gpu-0.5::git+https://github.com/lestofante/ksysguard-gpu.git#tag=0.5
+ sha256sums = SKIP
pkgname = ksysguard-gpu
diff --git a/PKGBUILD b/PKGBUILD
index 3f38608f4ea7..acec805df09a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,19 @@
pkgname=ksysguard-gpu
pkgver=0.5
-pkgrel=3
+pkgrel=4
pkgdesc="gpu visualization for ksysguard"
arch=(any)
url="https://github.com/lestofante/ksysguard-gpu"
+urlgit="https://github.com/lestofante/ksysguard-gpu.git"
license=('GPL3')
depends=('python')
optdepends=('ksysguard: For connecting to script as intended'
'radeontop: AMD card support'
'intel-gpu-tools: Intel card support'
'nvidia-utils: NVIDIA card support')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=('266cdb212c1861699f7815c4d10f7b7fa75292cbd8e2c0425f184ef46b0bf75d')
+source=("$pkgname-$pkgver"::"git+$urlgit#tag=$pkgver")
+sha256sums=('SKIP')
package() {
cd "$srcdir/${pkgname}-${pkgver}/"