summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorax342020-12-28 20:28:42 +0300
committerax342020-12-28 20:28:42 +0300
commit3f7a88398930f1538267a889ad114e4a1a9ba96e (patch)
tree8aa7cb9d6d047b8276d3afbcbc81b009a0b90f63
parent1fba4d4c3c67a1fc94586ac5d473f395f2291d42 (diff)
downloadaur-3f7a88398930f1538267a889ad114e4a1a9ba96e.tar.gz
3.49.35
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39c36e6fa8d5..31a262227c46 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,20 @@
pkgbase = mtpaint-wjaguar
pkgdesc = Simple paint program for creating icons and pixel based artwork (Dmitry Groshevs fork)
- pkgver = 3.49.33
+ pkgver = 3.49.35
pkgrel = 1
url = https://github.com/wjaguar/mtPaint
arch = x86_64
license = GPL3
depends = gtk3
depends = giflib
- depends = openjpeg
+ depends = openjpeg2
depends = lcms2
depends = libwebp
depends = libtiff
optdepends = gifsicle: for exporting GIF files from mtPaint
provides = mtpaint
conflicts = mtpaint
- source = git+https://github.com/wjaguar/mtPaint.git#commit=5272e2b1e773c8e02ac3506b2d3bde82ad946b21
+ source = git+https://github.com/wjaguar/mtPaint.git#commit=621693746b65aa54de72ab750d262af264d28943
sha256sums = SKIP
pkgname = mtpaint-wjaguar
diff --git a/PKGBUILD b/PKGBUILD
index 446bd73b33aa..14a248fe2442 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,17 +5,17 @@
# Contributor: yosh64 <yosh64.at.gmail.dot.com>
pkgname=mtpaint-wjaguar
-pkgver=3.49.33
+pkgver=3.49.35
pkgrel=1
pkgdesc='Simple paint program for creating icons and pixel based artwork (Dmitry Groshev''s fork)'
arch=('x86_64')
url='https://github.com/wjaguar/mtPaint'
license=('GPL3')
-depends=('gtk3' 'giflib' 'openjpeg' 'lcms2' 'libwebp' 'libtiff')
+depends=('gtk3' 'giflib' 'openjpeg2' 'lcms2' 'libwebp' 'libtiff')
optdepends=('gifsicle: for exporting GIF files from mtPaint')
provides=('mtpaint')
conflicts=('mtpaint')
-source=("git+https://github.com/wjaguar/mtPaint.git#commit=5272e2b1e773c8e02ac3506b2d3bde82ad946b21")
+source=("git+https://github.com/wjaguar/mtPaint.git#commit=621693746b65aa54de72ab750d262af264d28943")
sha256sums=('SKIP')
prepare() {
@@ -28,7 +28,7 @@ prepare() {
build() {
cd "mtPaint"
- ./configure --prefix=/usr --mandir=/usr/share/man man intl GIF jpeg tiff cflags lcms2 jp2 webp gtk3
+ ./configure --prefix=/usr --mandir=/usr/share/man man intl GIF jpeg tiff cflags lcms2 jp2v2 webp gtk3 release
make
}