summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cb769c839f32..67e44d5587e8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gnome-doc-utils
pkgdesc = Documentation utilities for Gnome
pkgver = 0.20.10+16+gc03cc09
- pkgrel = 3
+ pkgrel = 4
url = https://www.gnome.org
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index fda918d75e79..326aa76c3583 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,10 @@
-# Maintainer: Brian Bidulock <bidulock@openss7.org>
+# Maintainer: Patrick Northon <northon_patrick3@yahoo.ca>
+# Contributor: Brian Bidulock <bidulock@openss7.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=gnome-doc-utils
pkgver=0.20.10+16+gc03cc09
-pkgrel=3
+pkgrel=4
pkgdesc="Documentation utilities for Gnome"
arch=('any')
license=('GPL' 'LGPL')
@@ -23,6 +24,7 @@ pkgver() {
prepare() {
cd $pkgname
rm -f m4/glib-gettext.m4
+ sed -i 's/SUBDIRS = .*/SUBDIRS = /' 'doc/Makefile.am'
NOCONFIGURE=1 ./autogen.sh
}