[arch-commits] Commit in libraw/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Jul 3 06:15:42 UTC 2019


    Date: Wednesday, July 3, 2019 @ 06:15:42
  Author: arojas
Revision: 357256

archrelease: copy trunk to extra-x86_64

Added:
  libraw/repos/extra-x86_64/PKGBUILD
    (from rev 357255, libraw/trunk/PKGBUILD)
Deleted:
  libraw/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-03 06:15:18 UTC (rev 357255)
+++ PKGBUILD	2019-07-03 06:15:42 UTC (rev 357256)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
-# Contributor: Ionut Biru <ibiru at archlinux.org>
-# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-
-pkgname=libraw
-pkgver=0.19.2
-pkgrel=1
-pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)"
-arch=('x86_64')
-url="https://www.libraw.org/"
-license=(CDDL LGPL)
-depends=(lcms2 jasper)
-source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('63a0a7088206f4083039c8a6bcacdfd0d739854205c4821475e314821d13bddb')
-
-build() {
-  cd LibRaw-$pkgver
-  ./mkdist.sh
-  ./configure --prefix=/usr \
-    --disable-examples
-  make
-}
-
-package() {
-  cd LibRaw-$pkgver
-  make DESTDIR="$pkgdir" install
-}

Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 357255, libraw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-03 06:15:42 UTC (rev 357256)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Contributor: Ionut Biru <ibiru at archlinux.org>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+
+pkgname=libraw
+pkgver=0.19.3
+pkgrel=1
+pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)"
+arch=('x86_64')
+url="https://www.libraw.org/"
+license=(CDDL LGPL)
+depends=(lcms2 jasper)
+source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz")
+sha256sums=('6c385d44d4d3b579770c7a2de1e887afb93521c75c3bf856095b4fa5e36ef3d3')
+
+build() {
+  cd LibRaw-$pkgver
+  ./mkdist.sh
+  ./configure --prefix=/usr \
+    --disable-examples
+  make
+}
+
+package() {
+  cd LibRaw-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list