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

Florian Pritz bluewind at gemini.archlinux.org
Sun Sep 12 08:16:11 UTC 2021


    Date: Sunday, September 12, 2021 @ 08:16:11
  Author: bluewind
Revision: 1014535

fix patch checksum

Commit ids in the patch became longer. The rest remained the same.

Modified:
  zim/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-12 07:34:46 UTC (rev 1014534)
+++ PKGBUILD	2021-09-12 08:16:11 UTC (rev 1014535)
@@ -25,10 +25,10 @@
             'gtksourceview3: Source View plugin'
             'texlive-bin: Insert Equation plugin')
 source=("https://www.zim-wiki.org/downloads/${pkgname}-${pkgver}.tar.gz"
-	"$pkgname-1379.patch::https://github.com/zim-desktop-wiki/zim-desktop-wiki/pull/1379.patch"
+	"$pkgname-1379-v2.patch::https://github.com/zim-desktop-wiki/zim-desktop-wiki/pull/1379.patch"
 	https://github.com/zim-desktop-wiki/zim-desktop-wiki/commit/85818b30a14c861061c553358262f822e7c067ca.patch)
 md5sums=('fa76ceb8ac7d7354fb0e2bc5607e9faa'
-         '92340feb56e46e156813c00745543624'
+         '357942352167ea8c134407dbb127f39f'
          '0a305d2dd465e22280d029c9389be83f')
 
 prepare() {
@@ -35,7 +35,7 @@
 	cd "${srcdir}/${pkgname}-${pkgver}"
 
 	# fix tests
-	patch -p1 -i "$srcdir/$pkgname-1379.patch"
+	patch -p1 -i "$srcdir/$pkgname-1379-v2.patch"
 	# fix tests for 0.73.5; should be removed with next release
 	patch -p1 -i "$srcdir/85818b30a14c861061c553358262f822e7c067ca.patch"
 }



More information about the arch-commits mailing list