Date: Thursday, January 5, 2023 @ 09:36:55
Author: arojas
Revision: 465636
archrelease: copy trunk to extra-x86_64
Added:
libraw/repos/extra-x86_64/PKGBUILD
(from rev 465635, libraw/trunk/PKGBUILD)
Deleted:
libraw/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-01-05 09:36:46 UTC (rev 465635)
+++ PKGBUILD 2023-01-05 09:36:55 UTC (rev 465636)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <[email protected]>
-# Contributor: Andrea Scarpino <[email protected]>
-# Contributor: Jaroslav Lichtblau <[email protected]>
-# Contributor: Ionut Biru <[email protected]>
-# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
-# Contributor: Brad Fanella <[email protected]>
-
-pkgname=libraw
-pkgver=0.21.0
-pkgrel=2
-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=('8747b34e8534cc2dd7ef8c92c436414b3578904fd4bf9b87ea60f17aa99fb0bd')
-options=(debug)
-
-build() {
- cd LibRaw-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd LibRaw-$pkgver
- make DESTDIR="$pkgdir" install
-}
Copied: libraw/repos/extra-x86_64/PKGBUILD (from rev 465635,
libraw/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-01-05 09:36:55 UTC (rev 465636)
@@ -0,0 +1,29 @@
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+# Contributor: Jaroslav Lichtblau <[email protected]>
+# Contributor: Ionut Biru <[email protected]>
+# Contributor: Joeny Ang <ang(dot)joeny(at)gmail(dot)com>
+# Contributor: Brad Fanella <[email protected]>
+
+pkgname=libraw
+pkgver=0.21.1
+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=('630a6bcf5e65d1b1b40cdb8608bdb922316759bfb981c65091fec8682d1543cd')
+options=(debug)
+
+build() {
+ cd LibRaw-$pkgver
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd LibRaw-$pkgver
+ make DESTDIR="$pkgdir" install
+}