[arch-commits] Commit in libraw/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Dec 24 13:02:18 UTC 2018


    Date: Monday, December 24, 2018 @ 13:02:14
  Author: arojas
Revision: 342712

Update to 0.19.2

Modified:
  libraw/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-24 13:02:06 UTC (rev 342711)
+++ PKGBUILD	2018-12-24 13:02:14 UTC (rev 342712)
@@ -6,7 +6,7 @@
 # Contributor: Brad Fanella <bradfanella at archlinux.us>
 
 pkgname=libraw
-pkgver=0.19.1
+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')
@@ -14,10 +14,11 @@
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
 source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('a21019db16d87accbb8660056365ab09a204475c77c97b86c922bb972ce15ef6')
+sha256sums=('63a0a7088206f4083039c8a6bcacdfd0d739854205c4821475e314821d13bddb')
 
 build() {
   cd LibRaw-$pkgver
+  ./mkdist.sh
   ./configure --prefix=/usr \
     --disable-examples
   make



More information about the arch-commits mailing list