summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororumin2018-01-04 04:14:22 +0900
committerorumin2018-01-04 04:14:22 +0900
commit540c0ede2258d029a540af6496fb4c26d2092d2f (patch)
tree08df067a7b7e06fb9069468e29770777b49d3963
parent1e1ea3160cade2ff28706718882cd06cd71b326b (diff)
downloadaur-540c0ede2258d029a540af6496fb4c26d2092d2f.tar.gz
fix hash value
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d34568ccae9d..ad142541cf91 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.18.6
- pkgrel = 1
+ pkgrel = 2
url = http://www.libraw.org/
arch = x86_64
license = CDDL
@@ -10,7 +10,7 @@ pkgbase = lib32-libraw
depends = lib32-jasper
depends = libraw
source = http://www.libraw.org/data/LibRaw-0.18.6.tar.gz
- sha256sums = e800d1dd7307b5d6dd638b0157a74e397a8a355153a1ce953a776ea78834df65
+ sha256sums = 57ba053f075e0b80f747f3102ed985687c16a8754d109e7c4d33633269a36aaa
pkgname = lib32-libraw
diff --git a/PKGBUILD b/PKGBUILD
index 8d66db868dd1..0a6de2643295 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=lib32-libraw
_basename=libraw
pkgver=0.18.6
-pkgrel=1
+pkgrel=2
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="http://www.libraw.org/"
license=(CDDL LGPL)
depends=(lib32-lcms2 lib32-jasper libraw)
source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz")
-sha256sums=('e800d1dd7307b5d6dd638b0157a74e397a8a355153a1ce953a776ea78834df65')
+sha256sums=('57ba053f075e0b80f747f3102ed985687c16a8754d109e7c4d33633269a36aaa')
build() {
cd LibRaw-$pkgver