summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Cheng2021-04-01 21:10:50 -0400
committerEric Cheng2021-04-01 21:10:50 -0400
commit8b8b48cd6e5bd0c0ccb45bb60ea9a4e413622734 (patch)
tree4c13fe8f02c134260d4a547b474d88fe24614445
parent66a64a568b7241ee9fe04e272fb170cbfbadecf3 (diff)
downloadaur-8b8b48cd6e5bd0c0ccb45bb60ea9a4e413622734.tar.gz
SRCDEST tweak
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a89cefe2e2c8..c6536b3ac069 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = amdgpu-fan
depends = python
depends = python-yaml
depends = python-numpy
- source = https://github.com/zzkW35/amdgpu-fan/archive/0.1.0.tar.gz
+ source = amdgpu-fan-0.1.0.tar.gz::https://github.com/zzkW35/amdgpu-fan/archive/0.1.0.tar.gz
md5sums = SKIP
pkgname = amdgpu-fan
diff --git a/PKGBUILD b/PKGBUILD
index 6f7e8e1be3cb..4900b561756d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=amdgpu-fan
pkgdesc="Python daemon for controlling the fans on AMDGPU cards"
pkgver=0.1.0
-pkgrel=1
+pkgrel=2
arch=('any')
license=('GPL2')
depends=('python' 'python-yaml' 'python-numpy')
makedepends=('python-setuptools')
url="https://github.com/zzkW35/amdgpu-fan"
-source=("https://github.com/zzkW35/amdgpu-fan/archive/${pkgver}.tar.gz")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/zzkW35/amdgpu-fan/archive/${pkgver}.tar.gz")
md5sums=('SKIP')
build() {