[arch-commits] Commit in mtpaint/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Thu Jan 28 14:07:11 UTC 2021


    Date: Thursday, January 28, 2021 @ 14:07:10
  Author: arodseth
Revision: 833289

upgpkg: mtpaint 3.50.03-1

Modified:
  mtpaint/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-28 13:59:07 UTC (rev 833288)
+++ PKGBUILD	2021-01-28 14:07:10 UTC (rev 833289)
@@ -3,26 +3,26 @@
 # Contributor: yosh64 <yosh64 at gmail.com>
 
 pkgname=mtpaint
-pkgver=3.50.02
+pkgver=3.50.03
 pkgrel=1
 pkgdesc='Paint program for creating icons and pixel art'
 arch=(x86_64)
-url='https://github.com/wjaguar/mtPaint'
+url='https://github.com/wjaguar/mtpaint'
 license=(GPL3)
+depends=(gtk3 openjpeg2)
 makedepends=(git)
-depends=(giflib gtk3 openjpeg2)
 optdepends=('gifsicle: export GIF files from mtPaint')
-source=("git+$url#commit=f6e8058c117cc11ae4cd5b1b11391d20de7f06cf") # version: 3.50.02
+source=("git+$url#commit=40bde4557c254188b2924c90f4a35eef784b0a12") # version: 3.50.03
 sha256sums=('SKIP')
 
 build() {
-  cd mtPaint
-  export CFLAGS="-w $(pkg-config openjp2 --cflags) $CFLAGS"
+  cd mtpaint
+  export CFLAGS="$(pkg-config openjp2 --cflags) -w $CFLAGS"
   ./configure gtk3 --prefix=/usr --mandir=/usr/share/man \
-    man intl GIF jpeg tiff cflags lcms2 jp2v2
+    man intl jpeg tiff cflags lcms2 jp2v2
   make
 }
 
 package() {
-  make -C mtPaint DESTDIR="$pkgdir" install
+  make -C mtpaint DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list