summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2021-12-09 12:17:28 +0100
committerPhilip Goto2021-12-09 12:17:28 +0100
commit965fbc623e6b56eab4e4a3b0c477190ebf059163 (patch)
treee8324e1ca8cf5ef2be7fa0bdf94ead962c939516
parentf0909816dabc4466971334821799c7ccdd0101f9 (diff)
downloadaur-965fbc623e6b56eab4e4a3b0c477190ebf059163.tar.gz
Add gi-docgen to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ece044141552..b192c1d44907 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = gtksourceview5
arch = aarch64
license = LGPL
checkdepends = xorg-server-xvfb
+ makedepends = gi-docgen
makedepends = gobject-introspection
makedepends = gtk-doc
makedepends = meson
diff --git a/PKGBUILD b/PKGBUILD
index 05ac08ec7fa4..61c2f8f350c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,11 @@ pkgver=5.3.0
pkgrel=1
pkgdesc='A text widget adding syntax highlighting and more to GNOME'
url='https://gitlab.gnome.org/GNOME/gtksourceview'
-license=('LGPL')
+license=(LGPL)
arch=(x86_64 aarch64)
depends=(gtk4)
makedepends=(
+ gi-docgen
gobject-introspection
gtk-doc
meson