summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2019-11-01 13:31:13 -0300
committerRodrigo Bezerra2019-11-01 13:31:13 -0300
commit20262740d70c7fdf45e285ecf09c29cd437e8ca1 (patch)
treebbc7cf957792f997429082e24747d08a98e107ac
parentba5f95d94fbdc83d84e42d5d1e6e0e82b2c4c00d (diff)
downloadaur-20262740d70c7fdf45e285ecf09c29cd437e8ca1.tar.gz
Update to version 0.19.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7fe402b7251c..4339e059cdfb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
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.19.2
+ pkgver = 0.19.5
pkgrel = 1
url = https://www.libraw.org/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = lib32-libraw
depends = lib32-lcms2
depends = lib32-jasper
depends = libraw
- source = https://www.libraw.org/data/LibRaw-0.19.2.tar.gz
- sha256sums = 400d47969292291d297873a06fb0535ccce70728117463927ddd9452aa849644
+ source = libraw-0.19.5.tar.gz::https://github.com/LibRaw/LibRaw/archive/0.19.5.tar.gz
+ sha256sums = 9a2a40418e4fb0ab908f6d384ff6f9075f4431f8e3d79a0e44e5a6ea9e75abdc
pkgname = lib32-libraw
diff --git a/PKGBUILD b/PKGBUILD
index 6eef9312562f..2695765474ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_basename=libraw
pkgname=lib32-libraw
-pkgver=0.19.2
+pkgver=0.19.5
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=('400d47969292291d297873a06fb0535ccce70728117463927ddd9452aa849644')
+source=($_basename-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz")
+sha256sums=('9a2a40418e4fb0ab908f6d384ff6f9075f4431f8e3d79a0e44e5a6ea9e75abdc')
build() {
cd LibRaw-$pkgver
@@ -20,6 +20,8 @@ build() {
export CXX='g++ -m32'
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
+ ./mkdist.sh
+
./configure \
--build=i686-pc-linux-gnu \
--prefix=/usr \