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

Dan McGee dan at archlinux.org
Thu Jan 7 03:12:42 UTC 2016


    Date: Thursday, January 7, 2016 @ 04:12:41
  Author: dan
Revision: 257586

upgpkg: doxygen 1.8.11-4

Modified:
  doxygen/trunk/PKGBUILD

----------+
 PKGBUILD |   18 ++++++------------
 1 file changed, 6 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-01-07 02:39:46 UTC (rev 257585)
+++ PKGBUILD	2016-01-07 03:12:41 UTC (rev 257586)
@@ -3,7 +3,7 @@
 
 pkgbase=doxygen
 pkgname=('doxygen' 'doxygen-docs')
-pkgver=1.8.10
+pkgver=1.8.11
 pkgrel=4
 license=('GPL')
 arch=(i686 x86_64)
@@ -11,14 +11,11 @@
 makedepends=('cmake' 'gcc-libs' 'flex' 'qt4' 'texlive-core' 'ghostscript'
              'texlive-latexextra' 'graphviz' 'python2')
 source=(http://ftp.stack.nl/pub/users/dimitri/${pkgname}-${pkgver}.src.tar.gz
-        0001-Partial-revert-of-commit-080a465b1321.patch
-        flex-2.6.patch::"https://github.com/heirecka/doxygen/commit/5fcb1357.patch")
-md5sums=('79767ccd986f12a0f949015efb5f058f'
-         '93cc5bb3f18c73a3e2b53d6276d87a11'
-         'b282c91bac1888f607a3676a236d2828')
-sha1sums=('6bad93cbdb1b2efacba14769d39bcc7bc9c0753b'
-          'aa03a6a51ff691ffef11d96bb25236f2f7655b6b'
-          'aeeb45547de0f659789588b563210d9511c6a291')
+        0001-Partial-revert-of-commit-080a465b1321.patch)
+md5sums=('f4697a444feaed739cfa2f0644abc19b'
+         '93cc5bb3f18c73a3e2b53d6276d87a11')
+sha1sums=('c0841007cf8a7910ccf0d8e4f7a5dd8fd2d9fc18'
+          'aa03a6a51ff691ffef11d96bb25236f2f7655b6b')
 
 prepare() {
   mkdir build
@@ -30,9 +27,6 @@
 
   # https://bugzilla.gnome.org/show_bug.cgi?id=759241
   patch -Np1 -i ../0001-Partial-revert-of-commit-080a465b1321.patch
-
-  # Fix build with flex 2.6
-  patch -p1 -i ../flex-2.6.patch
 }
 
 build() {



More information about the arch-commits mailing list