libraw: update to 0.19.0.
This commit is contained in:
parent
74742039a6
commit
a5c800823d
|
@ -911,8 +911,8 @@ libdiscid.so.0 libdiscid-0.2.2_1
|
|||
librhythmbox-core.so.10 librhythmbox-3.4.1_1
|
||||
libdmapsharing-3.0.so.2 libdmapsharing-2.9.12_1
|
||||
libgexiv2.so.2 libgexiv2-0.6.1_1
|
||||
libraw.so.16 libraw-0.18.0_1
|
||||
libraw_r.so.16 libraw-0.18.0_1
|
||||
libraw.so.19 libraw-0.19.0_1
|
||||
libraw_r.so.19 libraw-0.19.0_1
|
||||
libdjvulibre.so.21 libdjvulibre-3.5.24_1
|
||||
libgxps.so.2 libgxps-0.2.0_1
|
||||
libt1.so.5 libt1-5.1.2_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libraw'
|
||||
pkgname=libraw
|
||||
version=0.18.13
|
||||
version=0.19.0
|
||||
revision=1
|
||||
wrksrc="LibRaw-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -10,9 +10,9 @@ short_desc="Raw image decoder library"
|
|||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="LGPL-2.1-only, CDDL-1.0"
|
||||
homepage="https://www.libraw.org"
|
||||
changelog="https://raw.githubusercontent.com/LibRaw/LibRaw/0.18-stable/Changelog.txt"
|
||||
changelog="https://github.com/LibRaw/LibRaw/raw/${version%.*}-stable/Changelog.txt"
|
||||
distfiles="https://www.libraw.org/data/LibRaw-${version}.tar.gz"
|
||||
checksum=cb1f9d0d1fabc8967d501d95c05d2b53d97a2b917345c66553b1abbea06757ca
|
||||
checksum=e83f51e83b19f9ba6b8bd144475fc12edf2d7b3b930d8d280bdebd8a8f3ed259
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/licenses
|
||||
|
|
Loading…
Reference in New Issue