summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorax342019-05-11 20:04:42 +0300
committerax342019-05-11 20:04:42 +0300
commit50c694d8e3f8454d36c28d802b4ec7698e61058f (patch)
tree6bc7b1f2f3054fbcfcccbc6c776b38d30e67b67b
parentc1c0e277ac15fefe8a073b30fdf608e756a0dfac (diff)
downloadaur-50c694d8e3f8454d36c28d802b4ec7698e61058f.tar.gz
added libtiff to dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19a99554dc1c..9b4038717581 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat May 11 16:59:45 UTC 2019
+# Sat May 11 17:03:25 UTC 2019
pkgbase = mtpaint-wjaguar
pkgdesc = Simple paint program for creating icons and pixel based artwork (Dmitry Groshevs fork)
pkgver = 3.49.15
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/wjaguar/mtPaint
arch = x86_64
license = GPL3
@@ -12,6 +12,7 @@ pkgbase = mtpaint-wjaguar
depends = openjpeg
depends = lcms2
depends = libwebp
+ depends = libtiff
optdepends = gifsicle: for exporting GIF files from mtPaint
provides = mtpaint
conflicts = mtpaint
diff --git a/PKGBUILD b/PKGBUILD
index a1b9c3325a4d..877491f2e31c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=mtpaint-wjaguar
pkgver=3.49.15
-pkgrel=3
+pkgrel=4
_commit="91676e939e1198fa536a0cdefbcd9331c70efc4c"
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=('gtk2' 'giflib' 'openjpeg' 'lcms2' 'libwebp')
+depends=('gtk2' 'giflib' 'openjpeg' 'lcms2' 'libwebp' 'libtiff')
optdepends=('gifsicle: for exporting GIF files from mtPaint')
provides=('mtpaint')
conflicts=('mtpaint')