summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlestofante2020-04-04 21:58:54 +0200
committerlestofante2020-04-04 21:58:54 +0200
commitca2f3d0d6cd80f24b85db72c0d98306b4eaf6556 (patch)
tree2ec721617c0110e30117d9dc6a825865234bc4de
parent15724cc0796cc8f93152050ea29b495629ec208c (diff)
downloadaur-ca2f3d0d6cd80f24b85db72c0d98306b4eaf6556.tar.gz
avoid redowloading the files if only the release changes
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4863177476f..72b5c5ccf903 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ksysguard-gpu
pkgdesc = gpu visualization for ksysguard
pkgver = 0.5
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/lestofante/ksysguard-gpu
arch = any
license = GPL3
@@ -10,7 +10,7 @@ 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-2.tar.gz::https://github.com/lestofante/ksysguard-gpu/archive/0.5.tar.gz
+ source = ksysguard-gpu-0.5.tar.gz::https://github.com/lestofante/ksysguard-gpu/archive/0.5.tar.gz
sha256sums = 266cdb212c1861699f7815c4d10f7b7fa75292cbd8e2c0425f184ef46b0bf75d
pkgname = ksysguard-gpu
diff --git a/PKGBUILD b/PKGBUILD
index b1b47a272b3e..3f38608f4ea7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ksysguard-gpu
pkgver=0.5
-pkgrel=2
+pkgrel=3
pkgdesc="gpu visualization for ksysguard"
arch=(any)
url="https://github.com/lestofante/ksysguard-gpu"
@@ -14,7 +14,7 @@ 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}-${pkgrel}.tar.gz::${url}/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
sha256sums=('266cdb212c1861699f7815c4d10f7b7fa75292cbd8e2c0425f184ef46b0bf75d')
package() {