summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAdrian Woźniak2021-08-02 11:09:28 +0200
committerAdrian Woźniak2021-08-02 11:10:12 +0200
commit6f0307832c4031975fff8475725c02480a41d421 (patch)
tree9255c64c1c42453edb6d2068d97e076ea204527d /PKGBUILD
parent7bf96723f0ae12f537490c02325baafde37880ce (diff)
downloadaur-6f0307832c4031975fff8475725c02480a41d421.tar.gz
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1e10263d78ce..e3fd09447bc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=amdfand-bin
pkgname=amdfand-bin
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc="AMDGPU Fan control service"
url="https://github.com/Eraden/amdgpud"
@@ -24,7 +24,7 @@ keywords=(
prepare() {
cd $srcdir/
- echo "Due to 'makepkg' and 'PKGBUILD' specs limitations I need to dowanload sources and validate them by myself"
+ 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