Date: Saturday, October 31, 2020 @ 13:49:50 Author: bluewind Revision: 737670
upgpkg: zim 0.73.3-1: upstream update Modified: zim/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-10-31 13:49:26 UTC (rev 737669) +++ PKGBUILD 2020-10-31 13:49:50 UTC (rev 737670) @@ -3,7 +3,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=zim -pkgver=0.73.2 +pkgver=0.73.3 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=('36709453c4b1858bce30e2b3a705ef3d') +md5sums=('6accfefc11cc56a2eda7cd4f5710eaaa') check() { cd "${srcdir}/${pkgname}-${pkgver}" - if [[ "$pkgver" != "0.73.2" ]]; then + if [[ "$pkgver" != "0.73.3" ]]; 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
