summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorax342020-02-20 02:43:52 +0300
committerax342020-02-20 02:43:52 +0300
commitb28068af2bced73eee790db6a49863e82b7d5fa7 (patch)
tree676422fd3d38302f670240a0adbb3924a5acc385
parentc83ac102dc5b80de80a98439c71e074debd7c247 (diff)
downloadaur-b28068af2bced73eee790db6a49863e82b7d5fa7.tar.gz
3.49.20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c56a617a3c60..96d7029de2a7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mtpaint-wjaguar
pkgdesc = Simple paint program for creating icons and pixel based artwork (Dmitry Groshevs fork)
- pkgver = 3.49.19
- pkgrel = 2
+ pkgver = 3.49.20
+ pkgrel = 1
url = https://github.com/wjaguar/mtPaint
arch = x86_64
license = GPL3
@@ -14,8 +14,8 @@ pkgbase = mtpaint-wjaguar
optdepends = gifsicle: for exporting GIF files from mtPaint
provides = mtpaint
conflicts = mtpaint
- source = mtpaint-3.49.19.zip::https://github.com/wjaguar/mtPaint/archive/a9e445ef0167631363fe954bd3ea7aec7853ca1a.zip
- sha256sums = f78f53c247eb133a60fd75df8c1caf73d46e8de570afcd7a8e178ba85cb54a92
+ source = mtpaint-3.49.20.zip::https://github.com/wjaguar/mtPaint/archive/e55eb7d3d14bc17ea92f5e5f00ecc538dced0aeb.zip
+ sha256sums = ff10af7a6f6d65e9984b4d1730b9de5248345d34f961b1a6c4508d51833a6ded
pkgname = mtpaint-wjaguar
diff --git a/PKGBUILD b/PKGBUILD
index f6d0498a86bd..354562b03f44 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# Contributor: yosh64 <yosh64.at.gmail.dot.com>
pkgname=mtpaint-wjaguar
-pkgver=3.49.19
-pkgrel=2
-_commit="a9e445ef0167631363fe954bd3ea7aec7853ca1a"
+pkgver=3.49.20
+pkgrel=1
+_commit="e55eb7d3d14bc17ea92f5e5f00ecc538dced0aeb"
pkgdesc='Simple paint program for creating icons and pixel based artwork (Dmitry Groshev''s fork)'
arch=('x86_64')
url='https://github.com/wjaguar/mtPaint'
@@ -17,7 +17,7 @@ optdepends=('gifsicle: for exporting GIF files from mtPaint')
provides=('mtpaint')
conflicts=('mtpaint')
source=("mtpaint-$pkgver.zip::https://github.com/wjaguar/mtPaint/archive/$_commit.zip")
-sha256sums=('f78f53c247eb133a60fd75df8c1caf73d46e8de570afcd7a8e178ba85cb54a92')
+sha256sums=('ff10af7a6f6d65e9984b4d1730b9de5248345d34f961b1a6c4508d51833a6ded')
prepare() {
cd "mtPaint-$_commit"