[arch-commits] Commit in mtpaint/trunk (PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Mon Nov 2 09:12:12 UTC 2020
Date: Monday, November 2, 2020 @ 09:12:12
Author: arodseth
Revision: 739328
upgpkg: mtpaint 3.49.32-1
Modified:
mtpaint/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-11-02 09:11:55 UTC (rev 739327)
+++ PKGBUILD 2020-11-02 09:12:12 UTC (rev 739328)
@@ -3,7 +3,7 @@
# Contributor: yosh64 <yosh64 at gmail.com>
pkgname=mtpaint
-pkgver=3.49.27
+pkgver=3.49.32
pkgrel=1
pkgdesc='Paint program for creating icons and pixel art'
arch=(x86_64)
@@ -10,14 +10,13 @@
url='https://github.com/wjaguar/mtPaint'
license=(GPL3)
makedepends=(git)
-depends=(gtk2 giflib openjpeg2 lcms2)
+depends=(giflib gtk2 lcms2 openjpeg2)
optdepends=('gifsicle: export GIF files from mtPaint')
-source=("git+$url#commit=26751cd0336414e2f16cbe25c9fe2702f34e7b5c") # This commit says: Version 3.49.27
-sha256sums=('SKIP')
+source=("git+$url#commit=8dd4af91c61416a9d53bfd8135ef9a138020d993") # version: 3.49.32
+sha256sums=(SKIP)
build() {
cd mtPaint
-
export CFLAGS="-w $(pkg-config openjp2 --cflags) $CFLAGS"
./configure --prefix=/usr --mandir=/usr/share/man \
man intl GIF jpeg tiff cflags lcms2 jp2v2
@@ -29,4 +28,3 @@
}
# getver: github.com/wjaguar/mtPaint/commits/master
-# vim:ts=2 sw=2 et:
More information about the arch-commits
mailing list