summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororumin2017-09-25 11:51:00 +0900
committerorumin2017-09-25 11:51:00 +0900
commit581888ebcd4b99f824e97e27721233a4614773b3 (patch)
tree0e17045e1615273598d8d594994ed32084645d90
parentbe83fd729f9d9141f6f7385db21cfdcb427e41f9 (diff)
downloadaur-581888ebcd4b99f824e97e27721233a4614773b3.tar.gz
add dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6f1a4a761b94..3f4701b3529d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
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.2
- pkgrel = 1
+ pkgrel = 2
url = http://www.libraw.org/
arch = x86_64
license = CDDL
license = LGPL
depends = lib32-lcms2
depends = lib32-jasper
+ depends = libraw
source = http://www.libraw.org/data/LibRaw-0.18.2.tar.gz
sha256sums = ce366bb38c1144130737eb16e919038937b4dc1ab165179a225d5e847af2abc6
diff --git a/PKGBUILD b/PKGBUILD
index 52b09ef13f92..36ee5071a7d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=lib32-libraw
_basename=libraw
pkgver=0.18.2
-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)
+depends=(lib32-lcms2 lib32-jasper libraw)
source=("http://www.libraw.org/data/LibRaw-${pkgver}.tar.gz")
sha256sums=('ce366bb38c1144130737eb16e919038937b4dc1ab165179a225d5e847af2abc6')