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

Alexander Epaneshnikov alex19ep at gemini.archlinux.org
Thu Feb 3 00:44:39 UTC 2022


    Date: Thursday, February 3, 2022 @ 00:44:39
  Author: alex19ep
Revision: 1123737

upgpkg: ocrdesktop 4.0-1 upstream release

Modified:
  ocrdesktop/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-03 00:42:21 UTC (rev 1123736)
+++ PKGBUILD	2022-02-03 00:44:39 UTC (rev 1123737)
@@ -2,17 +2,20 @@
 # Contributor: Chrys <mail at chrys.de>
 
 pkgname=ocrdesktop
-pkgver=3.0
-pkgrel=2
+pkgver=4.0
+pkgrel=1
 pkgdesc="OCR the current window or desktop and make it browsable for the user"
 arch=('any')
 url="https://github.com/chrys87/ocrdesktop"
 license=('GPL3')
-depends=('libwnck3' 'python-atspi' 'python-pillow' 'python-webcolors' 'python-scipy' 'python-pytesseract')
+depends=('libwnck3' 'python-atspi' 'python-pillow' 'python-pytesseract')
+optdepends=('python-webcolors: For color analyzing support'
+            'python-scipy: For color analyzing support'
+            'python-pdf2image: for PDF support')
 install='ocrdesktop.install'
-source=("${pkgname}.tar.gz::https://github.com/chrys87/ocrdesktop/archive/refs/tags/v$pkgver.tar.gz")
-sha512sums=('7b15be57a468afca068cd63164ef69bce0d240098513d78bfd786f7bcc72a1c5a181bc7592c9737a392a8c5a30752df2d58a85fae2f0531a6c8d3d46a41a4ca3')
-b2sums=('aa197056e8766b8c04de64c4050bd1a316da92b3405fc3d2b926d1acaacc4306df6e1f67fa1dca3fd3f7a96930f9a6fb18e9818eb51ffe85e25a3b73703e9189')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/chrys87/ocrdesktop/archive/refs/tags/$pkgver.tar.gz")
+sha512sums=('ba3ce5af01836a95a324c9985067f2cbf0d0ae505643ea29dd309e014e5cf98943c6fce14291dd2692c4cea53c04ab1785c123fb7220535e4c05795a407757b2')
+b2sums=('e3955dde20fa0b830b208ad6796a3b62f6e3e1c7e3c690a082d4bcc446a7a5f310f01e74e5904e0d81cc68e452036f488dc8b82b79381a089f7e4c5e2ebbd142')
 
 package() {
 	cd ${pkgname}-${pkgver}



More information about the arch-commits mailing list