summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Woźniak2021-11-25 14:30:56 +0100
committerAdrian Woźniak2021-11-25 14:30:56 +0100
commit3d59fd34c3326722c2a257e6a3ea309d8039df87 (patch)
tree665cd46939373ab9ff21dba483a568c24b316899
parent7760197ee79bacd1322ef049fd6684aa0b346ce3 (diff)
downloadaur-3d59fd34c3326722c2a257e6a3ea309d8039df87.tar.gz
Fix release
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD44
2 files changed, 7 insertions, 41 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 72e67be4483d..09193319e5b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = amdfand-bin
pkgdesc = AMDGPU Fan control service
pkgver = 1.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Eraden/amdgpud
arch = x86_64
license = MIT
license = Apache-2.0
+ source = https://github.com/Eraden/amdgpud/releases/download/v1.0.6/build.tar.gz
+ md5sums = 73c6d65a29412c9b83a21f20265ff517
pkgname = amdfand-bin
diff --git a/PKGBUILD b/PKGBUILD
index db7eb8b25e5d..3caeee36352e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,50 +3,14 @@
pkgbase=amdfand-bin
pkgname=amdfand-bin
pkgver=1.0.6
-pkgrel=1
+pkgrel=2
pkgdesc="AMDGPU Fan control service"
url="https://github.com/Eraden/amdgpud"
license=('MIT' 'Apache-2.0')
-_source=(
- "https://github.com/Eraden/amdgpud/releases/download/${pkgver}/build.tar.gz"
-)
+source=( "https://github.com/Eraden/amdgpud/releases/download/v${pkgver}/build.tar.gz")
arch=('x86_64')
-_md5sums=(
- 'eb496cca24bba7647d37c6bc38e1aae2'
-)
-depends=(
-)
-keywords=(
- 'amdgpu'
- 'controller'
- 'fan'
-)
-
-prepare() {
- cd $srcdir/
- echo "Due to 'makepkg' and 'PKGBUILD' specs limitations I need to download sources and validate them by myself"
- for source_url in ${_source[@]}; do
- source_filename=${source_url##*/}
- if [ ! -f "$source_filename" ]; then
- echo "Downloading next source - $source_filename ..."
- curl -O -L "$source_url";
- else
- echo "Found already downloaded source - $source_filename"
- fi
- done
- echo "And now we must validated dowanloaded sources ..."
- for (( i=0; i<${#_source[@]}; ++i )); do
- source_url=${_source[i]}
- source_filename=${source_url##*/}
- source_expected_md5sum=${_md5sums[i]}
- source_actual_md5sum=$(md5sum $source_filename | awk '{print $1}')
- if [ "$source_actual_md5sum" == "$source_expected_md5sum" ]; then
- echo "Validated next source - $source_filename"
- else
- echo "Found corrupted source - $source_filename"; return 1
- fi
- done
-}
+md5sums=( '73c6d65a29412c9b83a21f20265ff517')
+keywords=( 'amdgpu' 'controller' 'fan')
build() {
cd $srcdir/