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

Antonio Rojas arojas at archlinux.org
Mon Jan 23 00:02:04 UTC 2017


    Date: Monday, January 23, 2017 @ 00:02:04
  Author: arojas
Revision: 208460

Fix another assert

Modified:
  rapidsvn/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-22 23:41:25 UTC (rev 208459)
+++ PKGBUILD	2017-01-23 00:02:04 UTC (rev 208460)
@@ -6,7 +6,7 @@
 
 pkgname=rapidsvn
 pkgver=0.12.1
-pkgrel=9
+pkgrel=10
 pkgdesc="A cross-platform GUI front-end for the Subversion revision system written in C++ using the wxWidgets framework."
 url='http://rapidsvn.tigris.org/'
 arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@
 # Fix build with WxGTK 3 (Debian)
   patch -p1 -i ../rapidsvn-wx3.0.patch
 # Fix assertion at startup
-  sed -e '/SetMaxLength(0)/d' -i src/rapidsvn_frame.cpp
+  sed -e '/SetMaxLength(0)/d' -i src/rapidsvn_frame.cpp -i src/report_dlg.cpp
 # Fix build with subversion 1.9 (Debian)
   patch -p1 -i ../rapidsvn-subversion1.9.patch
 }



More information about the arch-commits mailing list