summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzezadas2020-07-20 09:30:13 +0100
committerzezadas2020-07-20 09:30:13 +0100
commit316c36d2cf30d4be5177c521b8a7e46a4370f0de (patch)
tree9ea00b173d61bf01d79276b6021a65419fd5291e
parentadc30ce9141303e30d6c73f856309d8d23fd6afe (diff)
downloadaur-316c36d2cf30d4be5177c521b8a7e46a4370f0de.tar.gz
add gtk-doc dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0c8d96962ddf..856d01b88c1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,8 @@ pkgbase = thermald-git-gcc10
license = GPL2
makedepends = systemd
makedepends = python
- makedepends = autoconf-archive
+ makedepends = autoconf-archivei
+ makedepends = gtk-doc
depends = dbus-glib
depends = libxml2
provides = thermald
diff --git a/PKGBUILD b/PKGBUILD
index c5f7359d0fce..896cde8eaa81 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgdesc="The Linux Thermal Daemon program from 01.org"
arch=('x86_64')
url="https://01.org/linux-thermal-daemon"
license=('GPL2')
-makedepends=('systemd' 'python' 'autoconf-archive')
+makedepends=('systemd' 'python' 'autoconf-archive'i 'gtk-doc')
depends=('dbus-glib' 'libxml2')
conflicts=('thermald')
provides=('thermald')