summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2023-01-10 11:26:27 -0300
committerRodrigo Bezerra2023-01-10 11:26:27 -0300
commit3fc54d24fdfa7b224d34fc61822db0e3d40859d0 (patch)
tree29bb3d7f27feb7473d18c8f4066b4657297973bb
parentbcb6418411436d1601e4b2bb54cbc4dc4c1a3eab (diff)
downloadaur-lib32-libraw.tar.gz
Update to version 0.21.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d5c2a564f3ea..ef1361aef922 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-libraw
pkgdesc = A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others) (32-bit)
- pkgver = 0.20.2
- pkgrel = 3
+ pkgver = 0.21.1
+ pkgrel = 1
url = https://www.libraw.org/
arch = x86_64
license = CDDL
@@ -9,8 +9,7 @@ pkgbase = lib32-libraw
depends = lib32-lcms2
depends = lib32-jasper
depends = libraw
- source = https://www.libraw.org/data/LibRaw-0.20.2.tar.gz
- sha256sums = dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6
+ source = https://www.libraw.org/data/LibRaw-0.21.1.tar.gz
+ sha256sums = 630a6bcf5e65d1b1b40cdb8608bdb922316759bfb981c65091fec8682d1543cd
pkgname = lib32-libraw
-
diff --git a/PKGBUILD b/PKGBUILD
index 1943c9877a65..a61a60eacd1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_basename=libraw
pkgname=lib32-libraw
-pkgver=0.20.2
-pkgrel=3
+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) (32-bit)"
arch=('x86_64')
url="https://www.libraw.org/"
license=(CDDL LGPL)
depends=(lib32-lcms2 lib32-jasper libraw)
source=("https://www.libraw.org/data/LibRaw-$pkgver.tar.gz")
-sha256sums=('dc1b486c2003435733043e4e05273477326e51c3ea554c6864a4eafaff1004a6')
+sha256sums=('630a6bcf5e65d1b1b40cdb8608bdb922316759bfb981c65091fec8682d1543cd')
build() {
cd LibRaw-$pkgver