summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13ff7ed810ec..90e174e77227 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer Adrian Woźniak <adrian.wozniak@ita-prog.pl>
# Contributor: Arne Brücher <archlinux[at]arne-bruecher[dot]de>
-pkgbase=amdfand-bin
pkgname=amdfand-bin
pkgver=1.0.14
-pkgrel=1
+pkgrel=2
pkgdesc="AMDGPU fan speed management tool"
url="https://github.com/Eraden/amdgpud"
license=('MIT' 'Apache-2.0')
source=( "$url/releases/download/v1.0.12/amdfand-archlinux-latest-$pkgver.zip")
arch=('x86_64')
+conflicts=('amdfand' 'amdfand-git')
+provides=('amdfand')
md5sums=('1a30e5ee9a3526f25c3b8b04141cb55c')
-keywords=( 'amdgpu' 'controller' 'fan', 'overclocking', 'voltage')
-makedeps=('unzip')
+makedepends=('unzip')
optdepends=('amdmond-bin' 'amdguid-glow-bin' 'amdguid-wayland-bin' 'amdvold-bin')
build() {