Date: Tuesday, December 30, 2014 @ 21:41:14
  Author: jelle
Revision: 125029

upgpkg: dot2tex 2.9.0-1

Update dot2tex to latest release and use github sources

Modified:
  dot2tex/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2014-12-30 20:40:41 UTC (rev 125028)
+++ PKGBUILD    2014-12-30 20:41:14 UTC (rev 125029)
@@ -3,26 +3,16 @@
 # Maintainer: Daniel J Griffiths <[email protected]>
 
 pkgname=dot2tex
-pkgver=2.8.7
-pkgrel=6
+pkgver=2.9.0
+pkgrel=1
 pkgdesc="Graphviz to LaTeX converter"
 arch=('any')
 url="http://code.google.com/p/dot2tex/";
 license=('MIT')
 depends=('python2-pyparsing' 'graphviz')
-source=(http://dot2tex.googlecode.com/files/dot2tex-${pkgver}.tar.gz)
-md5sums=('439dd042e8e7129d3d551808b21d19d4')
+source=(https://github.com/kjellmf/dot2tex/archive/$pkgver.tar.gz)
+md5sums=('e27e61e4ad86854164d1f6e286047991')
 
-build() {
-       cd ${srcdir}
-
-       # Access fix
-       find . -type d -exec chmod 755 {} \;
-
-        # fix FS#37864
-        sed -i 's/_noncomma,//' $pkgname-$pkgver/$pkgname/dotparsing.py
-}
-
 package() {
        cd ${srcdir}/${pkgname}-${pkgver}
 

Reply via email to