summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCode Bling2020-10-03 17:26:19 -0400
committerCode Bling2020-10-03 17:30:37 -0400
commit26d5ad0b79222145ad591687f746f19cb4d40982 (patch)
treebd21d3b8c92933707e96c76ce335ef526bcfda8c /PKGBUILD
parentae986441e17d2b0f3516729e9fa1160a5310b0db (diff)
downloadaur-26d5ad0b79222145ad591687f746f19cb4d40982.tar.gz
Add autoconf-archive to build/make dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 73bdabf6cbe5..c35afc679034 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,8 @@ license=('GPL2')
depends=('dbus-glib>=0.94' 'libxml2>=2.4')
backup=('etc/thermald/thermal-conf.xml')
makedepends=('git'
- 'gtk-doc')
+ 'gtk-doc'
+ 'autoconf-archive')
conflicts=('thermald')
provides=('thermald')
source=("$_pkgname::git://github.com/01org/thermal_daemon.git"