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

Florian Pritz bluewind at archlinux.org
Wed Jul 19 18:35:43 UTC 2017


    Date: Wednesday, July 19, 2017 @ 18:35:43
  Author: bluewind
Revision: 245723

upgpkg: zim 0.67-1

upstream update

Modified:
  zim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-19 18:34:14 UTC (rev 245722)
+++ PKGBUILD	2017-07-19 18:35:43 UTC (rev 245723)
@@ -4,7 +4,7 @@
 # Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
 
 pkgname=zim
-pkgver=0.66
+pkgver=0.67
 pkgrel=1
 pkgdesc="A WYSIWYG text editor that aims at bringing the concept of a wiki to the desktop."
 arch=(any)
@@ -25,13 +25,13 @@
             'pygtksourceview2: Source View plugin'
             'texlive-bin: Insert Equation plugin')
 source=(http://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz)
-md5sums=('16d2e0c1690062d5fbeef3089db2d53f')
+md5sums=('e87975727f1166c723912c949bea51f2')
 
 build() {
 	cd ${srcdir}/${pkgname}-${pkgver}
 
     # python2 fixes
-    for file in zim/inc/xdot.py zim/_version.py; do
+    for file in zim/inc/xdot.py; do
         sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file
     done
 



More information about the arch-commits mailing list