[arch-commits] Commit in doxygen/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sun Apr 9 18:53:27 UTC 2017


    Date: Sunday, April 9, 2017 @ 18:53:26
  Author: jelle
Revision: 292561

upgpkg: doxygen 1.8.13-3

FS#53205 resolve segfault

Modified:
  doxygen/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-09 18:43:16 UTC (rev 292560)
+++ PKGBUILD	2017-04-09 18:53:26 UTC (rev 292561)
@@ -4,7 +4,7 @@
 pkgbase=doxygen
 pkgname=('doxygen' 'doxygen-docs')
 pkgver=1.8.13
-pkgrel=2
+pkgrel=3
 license=('GPL')
 arch=(i686 x86_64)
 url="http://www.doxygen.org/"
@@ -23,6 +23,8 @@
   # Install the man pages in the right place
   sed -i 's:DESTINATION man/man1:DESTINATION "${CMAKE_INSTALL_PREFIX}/share/man/man1":g' \
     doc/CMakeLists.txt
+
+  patch -Np1 -i $srcdir/doxygen-segfault.patch
 }
 
 build() {



More information about the arch-commits mailing list