summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorax342020-03-04 16:56:46 +0300
committerax342020-03-04 16:56:46 +0300
commit723135a2f8daee185fec18c6fd621c60c6329856 (patch)
tree0dcc182222cc7059a604e93fc63f2c2f9ca23094
parent116ad186dc6629d6af6a387db1340284009362e7 (diff)
downloadaur-723135a2f8daee185fec18c6fd621c60c6329856.tar.gz
3.49.23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 680c530ff59d..26e2e698d902 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mtpaint-wjaguar
pkgdesc = Simple paint program for creating icons and pixel based artwork (Dmitry Groshevs fork)
- pkgver = 3.49.22
+ pkgver = 3.49.23
pkgrel = 1
url = https://github.com/wjaguar/mtPaint
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = mtpaint-wjaguar
optdepends = gifsicle: for exporting GIF files from mtPaint
provides = mtpaint
conflicts = mtpaint
- source = mtpaint-3.49.22.zip::https://github.com/wjaguar/mtPaint/archive/3bd786af01d1d7eed28be5c4b8ba599f58d359da.zip
- sha256sums = 5b6aac998db0e6dc28b3ff9f6276281cc7df324f3123a731484c4b4efd709811
+ source = mtpaint-3.49.23.zip::https://github.com/wjaguar/mtPaint/archive/3d675d0a8fd598d6dff8cac51940fb62e14f7b59.zip
+ sha256sums = fb1b5cb97997b3ec6e4fa51f56c47dad1ff0f2a19c2aaa8545f4164cc280b658
pkgname = mtpaint-wjaguar
diff --git a/PKGBUILD b/PKGBUILD
index 0cba1623044c..daf6d5afffbd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# Contributor: yosh64 <yosh64.at.gmail.dot.com>
pkgname=mtpaint-wjaguar
-pkgver=3.49.22
+pkgver=3.49.23
pkgrel=1
-_commit="3bd786af01d1d7eed28be5c4b8ba599f58d359da"
+_commit="3d675d0a8fd598d6dff8cac51940fb62e14f7b59"
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=('5b6aac998db0e6dc28b3ff9f6276281cc7df324f3123a731484c4b4efd709811')
+sha256sums=('fb1b5cb97997b3ec6e4fa51f56c47dad1ff0f2a19c2aaa8545f4164cc280b658')
prepare() {
cd "mtPaint-$_commit"