summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e32f1d615a27..94de22dee78f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,6 +6,7 @@ pkgbase = libtasn1-nodocs-git
arch = x86_64
license = GPL3
license = LGPL
+ makedepends = gtk-doc
depends = glibc
provides = libtasn1
conflicts = libtasn1
diff --git a/PKGBUILD b/PKGBUILD
index 9410817d2491..92ac34dd0d57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ arch=('x86_64')
license=('GPL3' 'LGPL')
url="https://www.gnu.org/software/libtasn1/"
depends=('glibc')
+makedepends=(gtk-doc)
source=(git+https://gitlab.com/gnutls/libtasn1.git)
provides=(libtasn1)
conflicts=(libtasn1)