summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authororumin2018-01-04 05:33:07 +0900
committerorumin2018-01-04 05:33:07 +0900
commit1b82e6c48852a2942d6270b39481db1ad2aa40e3 (patch)
tree338b396221bdcf41c72402ce2cb44e009d89c628 /PKGBUILD
parent540c0ede2258d029a540af6496fb4c26d2092d2f (diff)
downloadaur-1b82e6c48852a2942d6270b39481db1ad2aa40e3.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 0a6de2643295..48dfb666bc40 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
pkgname=lib32-libraw
_basename=libraw
pkgver=0.18.6
-pkgrel=2
+pkgrel=3
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=('57ba053f075e0b80f747f3102ed985687c16a8754d109e7c4d33633269a36aaa')
+sha256sums=('e5b8acca558aa457bc9214802004320c5610d1434c2adb1f3ea367f026afa53b')
build() {
cd LibRaw-$pkgver