[arch-commits] Commit in gocr/trunk (PKGBUILD)
Balló György
bgyorgy at archlinux.org
Mon Jun 7 10:50:11 UTC 2021
Date: Monday, June 7, 2021 @ 10:50:11
Author: bgyorgy
Revision: 957368
Minor changes
Modified:
gocr/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-06-07 10:49:58 UTC (rev 957367)
+++ PKGBUILD 2021-06-07 10:50:11 UTC (rev 957368)
@@ -5,17 +5,17 @@
pkgname=gocr
pkgver=0.52
pkgrel=2
-pkgdesc="OCR (Optical Character Recognition) program, which converts scanned images of text back to text files"
-arch=("x86_64")
-url="https://www-e.uni-magdeburg.de/jschulen/ocr/"
+pkgdesc='OCR (Optical Character Recognition) program, which converts scanned images of text back to text files'
+arch=('x86_64')
+url='https://www-e.uni-magdeburg.de/jschulen/ocr/'
license=('GPL')
depends=('libjpeg-turbo' 'netpbm')
optdepends=('fig2dev: read xfig images'
'tk: to use the tk frontend')
-source=(https://www-e.uni-magdeburg.de/jschulen/ocr/$pkgname-$pkgver.tar.gz{,.asc})
-validpgpkeys=('3816B803D578F5AD12FDFE065D330C4953BDFBE3')
+source=("https://www-e.uni-magdeburg.de/jschulen/ocr/$pkgname-$pkgver.tar.gz"{,.asc})
sha256sums=('df906463105f5f4273becc2404570f187d4ea52bd5769d33a7a8661a747b8686'
'SKIP')
+validpgpkeys=('3816B803D578F5AD12FDFE065D330C4953BDFBE3')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list