[arch-commits] Commit in leptonica/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Sat Feb 17 21:50:26 UTC 2018


    Date: Saturday, February 17, 2018 @ 21:50:25
  Author: jelle
Revision: 296181

archrelease: copy trunk to community-x86_64

Added:
  leptonica/repos/community-x86_64/PKGBUILD
    (from rev 296180, leptonica/trunk/PKGBUILD)
Deleted:
  leptonica/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   54 +++++++++++++++++++++++++++---------------------------
 1 file changed, 27 insertions(+), 27 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-17 21:50:07 UTC (rev 296180)
+++ PKGBUILD	2018-02-17 21:50:25 UTC (rev 296181)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Maintainer: Christoph Drexler <chrdr at gmx dot at>
-
-pkgname=leptonica
-pkgver=1.74.4
-pkgrel=1
-pkgdesc="Software that is broadly useful for image processing and image analysis applications"
-arch=('i686' 'x86_64')
-url="http://www.leptonica.com/"
-license=('custom')
-depends=('giflib' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'libwebp')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/DanBloomberg/leptonica/archive/$pkgver.tar.gz")
-sha256sums=('2092e126652ff07bc2569971a1d6c6411e1d481539d39c98031534c6f83dfc82')
-
-build() {
-  cd "$srcdir"/leptonica-${pkgver}
-  ./autobuild
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "$srcdir"/leptonica-${pkgver}
-  make DESTDIR="$pkgdir" install
-  install -D leptonica-license.txt "$pkgdir"/usr/share/licenses/leptonica/leptonica-license.txt
-}

Copied: leptonica/repos/community-x86_64/PKGBUILD (from rev 296180, leptonica/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-17 21:50:25 UTC (rev 296181)
@@ -0,0 +1,27 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Maintainer: Christoph Drexler <chrdr at gmx dot at>
+
+pkgname=leptonica
+pkgver=1.75.3
+pkgrel=1
+pkgdesc="Software that is broadly useful for image processing and image analysis applications"
+arch=('x86_64')
+url="http://www.leptonica.com/"
+license=('custom')
+depends=('giflib' 'libjpeg' 'libpng' 'libtiff' 'zlib' 'libwebp')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/DanBloomberg/leptonica/archive/$pkgver.tar.gz")
+sha256sums=('c1b99d2509fe9c61c8818935a4b9cddd91ebaaaab222a47f62887888f15f53c4')
+
+build() {
+  cd "$srcdir"/leptonica-${pkgver}
+  ./autobuild
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir"/leptonica-${pkgver}
+  make DESTDIR="$pkgdir" install
+  install -D leptonica-license.txt "$pkgdir"/usr/share/licenses/leptonica/leptonica-license.txt
+}



More information about the arch-commits mailing list