summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCodebling2024-01-16 21:09:52 -0500
committerCodebling2024-01-16 21:09:52 -0500
commit994f11a55a76b00f091374af74618b0bec20599c (patch)
treef5832d3c38e15e98be837532ac51c95eb57027f1 /PKGBUILD
parent98572c04192c2ccea81921eaecdaa4194f9c93ff (diff)
downloadaur-994f11a55a76b00f091374af74618b0bec20599c.tar.gz
Add missing `http` to source
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7be4c3dc5911..2452c9db2eaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
_pkgname=thermald
pkgname=thermald-git
-pkgver=2.4.4.r0.gd6f89c9
-pkgrel=3
+pkgver=2.5.4.r0.g63b290f
+pkgrel=1
pkgdesc="The Linux Thermal Daemon program from 01.org"
arch=('i686' 'x86_64')
url="https://github.com/intel/thermal_daemon"
@@ -19,7 +19,7 @@ makedepends=('git'
'autoconf-archive')
conflicts=('thermald')
provides=('thermald')
-source=("$_pkgname::git://github.com/intel/thermal_daemon.git"
+source=("$_pkgname::git+https://github.com/intel/thermal_daemon.git"
'modules-load-msr.conf')
md5sums=('SKIP'
'3f8abd21c1be92e631fd9f557c61355b')