[arch-commits] Commit in dot2tex/trunk (PKGBUILD)
Jelle van der Waa
jelle at nymeria.archlinux.org
Sun Nov 24 15:43:09 UTC 2013
Date: Sunday, November 24, 2013 @ 16:43:09
Author: jelle
Revision: 101389
upgpkg: dot2tex 2.8.7-6
fix FS#37864 - [dot2tex] cannot import name _noncomma
Modified:
dot2tex/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-11-24 11:34:31 UTC (rev 101388)
+++ PKGBUILD 2013-11-24 15:43:09 UTC (rev 101389)
@@ -4,10 +4,10 @@
pkgname=dot2tex
pkgver=2.8.7
-pkgrel=5
+pkgrel=6
pkgdesc="Graphviz to LaTeX converter"
arch=('any')
-url="http://www.fauskes.net/code/dot2tex/"
+url="http://code.google.com/p/dot2tex/"
license=('MIT')
depends=('python2-pyparsing' 'graphviz')
source=(http://dot2tex.googlecode.com/files/dot2tex-${pkgver}.tar.gz)
@@ -18,6 +18,9 @@
# Access fix
find . -type d -exec chmod 755 {} \;
+
+ # fix FS#37864
+ sed -i 's/_noncomma,//' $pkgname-$pkgver/$pkgname/dotparsing.py
}
package() {
More information about the arch-commits
mailing list