Skip to content

Commit

Permalink
add AUR build
Browse files Browse the repository at this point in the history
  • Loading branch information
mcgillij committed Nov 7, 2021
1 parent 64278ed commit f4ace5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

pkgname=amdfan
pkgdesc="Python daemon for controlling the fans on amdgpu cards"
pkgver=0.1.12
pkgver=0.1.13
pkgrel=1
arch=('any')
license=('GPL2')
depends=('python' 'python-yaml' 'python-numpy' 'python-rich' 'python-click')
makedepends=('python-setuptools')
url="https://github.com/mcgillij/amdfan"
source=("https://github.com/mcgillij/amdfan/releases/download/0.1.12/amdfan-0.1.12.tar.gz")
md5sums=('f83ef18f1af4ac8eede0d6dc3211356b')
source=("https://github.com/mcgillij/amdfan/releases/download/0.1.13/amdfan-0.1.13.tar.gz")
md5sums=('6317e5c964d0965fc73bc4ab8b2945df')

build() {
cd "$srcdir/$pkgname-$pkgver"
Expand Down

0 comments on commit f4ace5f

Please sign in to comment.