summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororumin2018-01-04 04:14:22 +0900
committerorumin2018-01-04 04:14:22 +0900
commit540c0ede2258d029a540af6496fb4c26d2092d2f (patch)
tree08df067a7b7e06fb9069468e29770777b49d3963 /PKGBUILD
parent1e1ea3160cade2ff28706718882cd06cd71b326b (diff)
downloadaur-540c0ede2258d029a540af6496fb4c26d2092d2f.tar.gz
fix hash value
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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