summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlya Zlobintsev2023-11-25 18:15:47 +0200
committerIlya Zlobintsev2023-11-25 18:15:47 +0200
commit120d437d7182b0b5782cf00edf742e008bc01d9b (patch)
treec240035cbb6c129340da3b4c22655a9397bdc55a
parent4ba8b304287f9afb444b4cc438d6ce7f78e68825 (diff)
downloadaur-120d437d7182b0b5782cf00edf742e008bc01d9b.tar.gz
Adopt makefile changes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45a89d7fe1da..348b373fa0fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lact-git
pkgdesc = AMDGPU Controller application (git version)
- pkgver = r295.2108864
+ pkgver = r419.e9229ad
pkgrel = 1
url = https://github.com/ilya-zlobintsev/LACT
install = lact.install
diff --git a/PKGBUILD b/PKGBUILD
index 21a98af4f9d8..0faab2bcb6b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ilya Zlobintsev <ilya.zl@protonmail.com>
pkgname=lact-git
-pkgver=r295.2108864
+pkgver=r419.e9229ad
pkgrel=1
license=("MIT")
pkgdesc="AMDGPU Controller application (git version)"
@@ -26,5 +26,5 @@ build() {
package() {
cd LACT
- DESTDIR=${pkgdir}/usr make install
+ DESTDIR=${pkgdir} PREFIX=/usr make install
}