Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2017-11-08 18:23:46 +03:00
parent 021de2468e
commit e92a4c5f35
2 changed files with 5 additions and 5 deletions

Binary file not shown.

View File

@ -1,6 +1,6 @@
pkgname=graphicsmagick-webp
pkgver=1.3.25
pkgrel=4
pkgver=1.3.26
pkgrel=1
pkgdesc='Image processing system'
url='http://www.graphicsmagick.org/'
arch=('i686' 'x86_64')
@ -13,7 +13,9 @@ optdepends=('jasper: jp2 module'
'ghostscript: pdf, ps modules')
makedepends=('perl' 'jasper' 'libpng' 'libwmf' 'libxml2' 'libtiff' 'libwebp')
depends=('freetype2' 'libxext' 'libsm' 'lcms2' 'libltdl' 'bzip2' 'xz')
source=("GraphicsMagick-${pkgver}.tar.xz")
#source=("GraphicsMagick-${pkgver}.tar.xz")
source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}/${pkgver}/GraphicsMagick-${pkgver}.tar.xz")
sha256sums=('fba015f3d5e5d5f17e57db663f1aa9d338e7b62f1d415b85d13ee366927e5f88')
conflicts=( 'graphicsmagick' )
@ -54,5 +56,3 @@ package() {
rm -rf "${pkgdir}/usr/lib/perl5/core_perl"
rm "${pkgdir}/usr/lib/perl5/vendor_perl/auto/Graphics/Magick/.packlist"
}
sha1sums=('0dcf4c1f6f3ead29147ea0392a148ce50cd64bb4')