summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorax342019-05-11 20:01:05 +0300
committerax342019-05-11 20:01:05 +0300
commitc1c0e277ac15fefe8a073b30fdf608e756a0dfac (patch)
tree0b0cb1020e5237e98a859b5694fe930fcaedd7be
parente76f629840d518f6e1b2f7535f1267cc3d7ed136 (diff)
downloadaur-c1c0e277ac15fefe8a073b30fdf608e756a0dfac.tar.gz
added libwebp to dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4e2d7358470..19a99554dc1c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat May 11 16:53:15 UTC 2019
+# Sat May 11 16:59:45 UTC 2019
pkgbase = mtpaint-wjaguar
pkgdesc = Simple paint program for creating icons and pixel based artwork (Dmitry Groshevs fork)
pkgver = 3.49.15
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/wjaguar/mtPaint
arch = x86_64
license = GPL3
@@ -11,6 +11,7 @@ pkgbase = mtpaint-wjaguar
depends = giflib
depends = openjpeg
depends = lcms2
+ depends = libwebp
optdepends = gifsicle: for exporting GIF files from mtPaint
provides = mtpaint
conflicts = mtpaint
diff --git a/PKGBUILD b/PKGBUILD
index 364675f65ba9..a1b9c3325a4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,13 +6,13 @@
pkgname=mtpaint-wjaguar
pkgver=3.49.15
-pkgrel=2
+pkgrel=3
_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')
+depends=('gtk2' 'giflib' 'openjpeg' 'lcms2' 'libwebp')
optdepends=('gifsicle: for exporting GIF files from mtPaint')
provides=('mtpaint')
conflicts=('mtpaint')