Date: Tuesday, August 15, 2017 @ 23:54:56 Author: arodseth Revision: 251229
upgpkg: mtpaint 3.40-16 Modified: mtpaint/trunk/PKGBUILD ----------+ PKGBUILD | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2017-08-15 23:45:29 UTC (rev 251228) +++ PKGBUILD 2017-08-15 23:54:56 UTC (rev 251229) @@ -1,5 +1,5 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Contributor: Roman Kyrylych <[email protected]> # Contributor: yosh64 <yosh64.at.gmail.dot.com> @@ -10,13 +10,10 @@ arch=('x86_64' 'i686') url='http://mtpaint.sourceforge.net/' license=('GPL3') -depends=('gtk2' 'giflib' 'libjpeg' 'openjpeg' 'lcms2' - 'libtiff' 'libpng' 'freetype2') -makedepends=('gtk2' 'giflib' 'libjpeg' 'openjpeg' 'lcms2' 'libtiff' 'libpng' - 'freetype2') +depends=('gtk2' 'giflib' 'libjpeg' 'openjpeg' 'lcms2' 'libtiff' 'libpng') optdepends=('gifsicle: for exporting GIF files from mtPaint') -source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2" - 'giflib.patch') +source=("https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2" + giflib.patch) sha256sums=('ef321d2b404839c7b909bdf5283eb22a37fbdd35b4cc9e380ddc400573d7c890' '38b3a50d7275e9dc3fe8c78e774b51fa55fc7bf11a490c13b4974455c7db830c') @@ -48,5 +45,4 @@ make -C "$pkgname-$pkgver" DESTDIR="$pkgdir" install } -# vim:set ts=2 sw=2 et: - +# vim:ts=2 sw=2 et:
