Date: Saturday, February 12, 2022 @ 18:33:32 Author: arojas Revision: 437030
Update to 7.1.0.24, add debug symbols Modified: imagemagick/trunk/PKGBUILD ----------+ PKGBUILD | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-02-12 18:12:29 UTC (rev 437029) +++ PKGBUILD 2022-02-12 18:33:32 UTC (rev 437030) @@ -3,7 +3,7 @@ pkgbase=imagemagick pkgname=(imagemagick imagemagick-doc) -pkgver=7.1.0.23 +pkgver=7.1.0.24 pkgrel=1 pkgdesc='An image viewing/manipulation program' url='https://www.imagemagick.org/' @@ -16,10 +16,11 @@ _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.} source=(https://download.imagemagick.org/ImageMagick/download/releases/$_tarname.tar.xz{,.asc} arch-fonts.diff) -sha256sums=('7a0d8b4bab482fb52dd585d30060b7a6ab2427fd305b6aa545b5c2f62431ff6b' +sha256sums=('9615c37a4004427a3e732b714e3f46236971d57df2c63decfd27f621203f0669' 'SKIP' 'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73') validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A) # Lexie Parsimoniae +options=(debug) shopt -s extglob @@ -92,7 +93,7 @@ 'djvulibre: DJVU support' 'pango: Text rendering' 'imagemagick-doc: manual and API docs') - options=(!emptydirs libtool) + options+=(!emptydirs libtool) backup=(etc/$_relname/{colors,delegates,log,mime,policy,quantization-table,thresholds,type,type-{dejavu,ghostscript}}.xml) conflicts=(imagemagick6) provides=(libmagick)
