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

Balló György bgyorgy at archlinux.org
Sun Mar 14 17:11:39 UTC 2021


    Date: Sunday, March 14, 2021 @ 17:11:38
  Author: bgyorgy
Revision: 891263

upgpkg: ocrfeeder 0.8.3-3: Fix for python3.9 (FS#69470)

Modified:
  ocrfeeder/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 17:08:07 UTC (rev 891262)
+++ PKGBUILD	2021-03-14 17:11:38 UTC (rev 891263)
@@ -2,7 +2,7 @@
 
 pkgname=ocrfeeder
 pkgver=0.8.3
-pkgrel=2
+pkgrel=3
 pkgdesc="GTK+ document layout analysis and optical character recognition application"
 arch=('any')
 url="https://wiki.gnome.org/Apps/OCRFeeder"
@@ -25,6 +25,8 @@
 
 prepare() {
   cd $pkgname
+  # Remove the usage of deprecated 'xml.etree.ElementTree.Element.getchildren' (FS#69470)
+  git cherry-pick -n c0c460893961d5589f300645b32b5584a6c3f463
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list