Date: Friday, February 23, 2018 @ 21:32:21 Author: arojas Revision: 317452
Update to 0.18.8 Modified: libraw/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-23 21:21:38 UTC (rev 317451) +++ PKGBUILD 2018-02-23 21:32:21 UTC (rev 317452) @@ -7,7 +7,7 @@ # Contributor: Brad Fanella <[email protected]> pkgname=libraw -pkgver=0.18.7 +pkgver=0.18.8 pkgrel=1 pkgdesc="A library for reading RAW files obtained from digital photo cameras (CRW/CR2, NEF, RAF, DNG, and others)" arch=('x86_64') @@ -14,9 +14,14 @@ url="https://www.libraw.org/" license=(CDDL LGPL) depends=(lcms2 jasper) -source=("https://www.libraw.org/data/LibRaw-${pkgver}.tar.gz") -sha256sums=('87e347c261a8e87935d9a23afd750d27676b99f540e8552314d40db0ea315771') +source=($pkgname-$pkgver.tar.gz::"https://github.com/LibRaw/LibRaw/archive/$pkgver.tar.gz") +sha256sums=('aa5e276c71fbc796f4f5d0f9c292ece578d2ae7e5744f7ea10aa11b2ada83f3d') +prepare() { + cd LibRaw-$pkgver + ./mkdist.sh +} + build() { cd LibRaw-$pkgver ./configure --prefix=/usr \
