Date: Thursday, June 11, 2020 @ 13:55:24 Author: bluewind Revision: 642033
upgpkg: zim 0.73.0-1: upstream update Modified: zim/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-11 12:43:16 UTC (rev 642032) +++ PKGBUILD 2020-06-11 13:55:24 UTC (rev 642033) @@ -3,7 +3,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=zim -pkgver=0.72.1 +pkgver=0.73.0 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 @@ 'gtksourceview3: Source View plugin' 'texlive-bin: Insert Equation plugin') source=("https://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz") -md5sums=('39390f14447b06970411348d7e65b674') +md5sums=('79da1b0ed16e2563ea5b3302a035bc9e') check() { cd "${srcdir}/${pkgname}-${pkgver}" - if [[ "$pkgver" != "0.72.1" ]]; then + if [[ "$pkgver" != "0.73.0" ]]; then # Test are broken starting with 0.71.0, but no fix is in sight yet. # Skip the tests since I don't have the time to fix them myself. # When the next version comes out, either update the if condition or be
