summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRodrigo Bezerra2020-08-19 22:55:29 -0300
committerRodrigo Bezerra2020-08-19 22:55:29 -0300
commit557b749a678a94d9a3ab9dac5a49036ca28abf59 (patch)
treef55268bff83e4da03376dc7f4548bd4553da99e1
parent20262740d70c7fdf45e285ecf09c29cd437e8ca1 (diff)
downloadaur-557b749a678a94d9a3ab9dac5a49036ca28abf59.tar.gz
Update to version 0.20.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4339e059cdfb..752b6a4bdb07 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.5
+ pkgver = 0.20.0
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 = libraw-0.19.5.tar.gz::https://github.com/LibRaw/LibRaw/archive/0.19.5.tar.gz
- sha256sums = 9a2a40418e4fb0ab908f6d384ff6f9075f4431f8e3d79a0e44e5a6ea9e75abdc
+ source = https://www.libraw.org/data/LibRaw-0.20.0.tar.gz
+ sha256sums = 1f0a383da2ce9f409087facd28261decbf6be72cc90c78cd003b0766e4d694a3
pkgname = lib32-libraw
diff --git a/PKGBUILD b/PKGBUILD
index 2695765474ca..12914f6fe6db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,15 +3,15 @@
_basename=libraw
pkgname=lib32-libraw
-pkgver=0.19.5
+pkgver=0.20.0
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=($_basename-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz")
-sha256sums=('9a2a40418e4fb0ab908f6d384ff6f9075f4431f8e3d79a0e44e5a6ea9e75abdc')
+source=("https://www.libraw.org/data/LibRaw-$pkgver.tar.gz")
+sha256sums=('1f0a383da2ce9f409087facd28261decbf6be72cc90c78cd003b0766e4d694a3')
build() {
cd LibRaw-$pkgver
@@ -20,8 +20,6 @@ build() {
export CXX='g++ -m32'
export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
- ./mkdist.sh
-
./configure \
--build=i686-pc-linux-gnu \
--prefix=/usr \