summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCodebling2024-01-16 21:09:52 -0500
committerCodebling2024-01-16 21:09:52 -0500
commit994f11a55a76b00f091374af74618b0bec20599c (patch)
treef5832d3c38e15e98be837532ac51c95eb57027f1
parent98572c04192c2ccea81921eaecdaa4194f9c93ff (diff)
downloadaur-994f11a55a76b00f091374af74618b0bec20599c.tar.gz
Add missing `http` to source
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b6c0db41cfb..c7141a625701 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = thermald-git
pkgdesc = The Linux Thermal Daemon program from 01.org
- pkgver = 2.4.4.r0.gd6f89c9
- pkgrel = 3
+ pkgver = 2.5.4.r0.g63b290f
+ pkgrel = 1
url = https://github.com/intel/thermal_daemon
arch = i686
arch = x86_64
@@ -16,10 +16,9 @@ pkgbase = thermald-git
provides = thermald
conflicts = thermald
backup = etc/thermald/thermal-conf.xml
- source = thermald::git://github.com/intel/thermal_daemon.git
+ source = thermald::git+https://github.com/intel/thermal_daemon.git
source = modules-load-msr.conf
md5sums = SKIP
md5sums = 3f8abd21c1be92e631fd9f557c61355b
pkgname = thermald-git
-
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')