diff --git a/PKGBUILD b/PKGBUILD index 250524f..c7e99f7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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"