We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81de440 commit 2f82984Copy full SHA for 2f82984
dist/pacman/PKGBUILD.in
@@ -10,9 +10,9 @@ license=('GPL2')
10
depends=('python' 'python-yaml' 'python-numpy' 'python-rich' 'python-click')
11
makedepends=('python-poetry' 'python-build' 'python-installer')
12
url="https://github.com/mcgillij/amdfan"
13
-#source=("https://github.com/mcgillij/amdfan/releases/download/$pkgver/amdfan-$pkgver.tar.gz")
14
-source=("dist/amdfan-$pkgver.tar.gz")
15
-md5sums=('6e4418082f1cf765d10552117c0895fe')
+source=("https://github.com/mcgillij/amdfan/releases/download/$pkgver/amdfan-$pkgver.tar.gz")
+#source=("amdfan-$pkgver.tar.gz")
+md5sums=('0b93cfba6b58f4b567bd5d5b91b875ec')
16
17
build() {
18
cd "$srcdir/$pkgname-$pkgver"
0 commit comments