Date: Tuesday, December 11, 2018 @ 14:48:29
  Author: bgyorgy
Revision: 415351

archrelease: copy trunk to community-x86_64

Added:
  gocr/repos/community-x86_64/PKGBUILD
    (from rev 415350, gocr/trunk/PKGBUILD)
Deleted:
  gocr/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 +++++++++++++++++++++++++++++------------------------------
 1 file changed, 29 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-12-11 14:48:24 UTC (rev 415350)
+++ PKGBUILD    2018-12-11 14:48:29 UTC (rev 415351)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Contributor: damir <da...@archlinux.org>
-
-pkgname=gocr
-pkgver=0.51
-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/";
-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')
-sha256sums=('6eb2ae0fa4eb07cf4163081e0194ea65f605f7db9709dd30680686804dfc2692'
-            'SKIP')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --bindir=/usr/bin --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: gocr/repos/community-x86_64/PKGBUILD (from rev 415350, 
gocr/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-12-11 14:48:29 UTC (rev 415351)
@@ -0,0 +1,29 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: damir <da...@archlinux.org>
+
+pkgname=gocr
+pkgver=0.52
+pkgrel=1
+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')
+sha256sums=('df906463105f5f4273becc2404570f187d4ea52bd5769d33a7a8661a747b8686'
+            'SKIP')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --bindir=/usr/bin --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}

Reply via email to