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

Jelle van der Waa jelle at archlinux.org
Sun Jun 3 14:15:15 UTC 2018


    Date: Sunday, June 3, 2018 @ 14:15:15
  Author: jelle
Revision: 339139

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-06-03 14:15:05 UTC (rev 339138)
+++ PKGBUILD	2018-06-03 14:15:15 UTC (rev 339139)
@@ -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.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
-}

Copied: leptonica/repos/community-x86_64/PKGBUILD (from rev 339138, leptonica/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-06-03 14:15:15 UTC (rev 339139)
@@ -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.76.0
+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=('ff98ffef6103cda0e400676f81113a8157569ac0f453c6e03a1a27b305ba25a7')
+
+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