summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCode Bling2020-10-23 20:31:34 -0400
committerCode Bling2020-10-23 20:31:34 -0400
commit24c6bfdf622e8459fb125efbf187741d571b5f35 (patch)
tree4a9643f7d5281051090d5cc63c1817086d32b653
parent6f8fd6e939a753d200c451430137c4ac64b7921e (diff)
downloadaur-24c6bfdf622e8459fb125efbf187741d571b5f35.tar.gz
Fix typo using old macro name
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a62683671459..0cd9a643ce0c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('any')
url="https://github.com/intel/thermal_daemon/tree/master/tools/thermal_monitor"
license=('GPL3')
makedepends=('git' 'qt5-base')
-source=("$_pkgname::git+https://github.com/intel/thermal_daemon.git")
+source=("$pkgname::git+https://github.com/intel/thermal_daemon.git")
sha256sums=('SKIP')
pkgver() {