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

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


    Date: Wednesday, July 3, 2019 @ 06:15:18
  Author: arojas
Revision: 357255

Update to 0.19.3

Modified:
  libraw/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-03 04:24:54 UTC (rev 357254)
+++ PKGBUILD	2019-07-03 06:15:18 UTC (rev 357255)
@@ -6,7 +6,7 @@
 # Contributor: Brad Fanella <bradfanella at archlinux.us>
 
 pkgname=libraw
-pkgver=0.19.2
+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')
@@ -13,8 +13,8 @@
 url="https://www.libraw.org/"
 license=(CDDL LGPL)
 depends=(lcms2 jasper)
-source=(https://www.libraw.org/data/LibRaw-$pkgver.tar.gz)
-sha256sums=('63a0a7088206f4083039c8a6bcacdfd0d739854205c4821475e314821d13bddb')
+source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz")
+sha256sums=('6c385d44d4d3b579770c7a2de1e887afb93521c75c3bf856095b4fa5e36ef3d3')
 
 build() {
   cd LibRaw-$pkgver



More information about the arch-commits mailing list