summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorax342019-05-25 18:59:52 +0300
committerax342019-05-25 18:59:52 +0300
commite7afba841ac1af42ce251fd0c7bca64ae72144fc (patch)
tree951e326e8cc11579e0e3d372c8c13eb0740df8db
parent8135b5862fd729a545416b3f9bf8196403bbe184 (diff)
downloadaur-e7afba841ac1af42ce251fd0c7bca64ae72144fc.tar.gz
3.49.17
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb72e571a4ed..3363779bc833 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.16
+ pkgver = 3.49.17
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 = https://github.com/wjaguar/mtPaint/archive/d4cc3e5a3e51b447b091c5623e221ce03f5ac6c8.zip
- sha256sums = 30bbd72463d4cb871f4b78e4ff9a0cfc25ef27929518aa4b092035f1a6fb24f6
+ source = https://github.com/wjaguar/mtPaint/archive/c7f54f8db81fc651759e3f5a5258ae9db0f72127.zip
+ sha256sums = 835f0ef1906c695cefa025f8cf3af0e4bba77e5d9e8a7eba62fdd0f23ac086e0
pkgname = mtpaint-wjaguar
diff --git a/PKGBUILD b/PKGBUILD
index 107586a12694..2fa89118f0eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# Contributor: yosh64 <yosh64.at.gmail.dot.com>
pkgname=mtpaint-wjaguar
-pkgver=3.49.16
+pkgver=3.49.17
pkgrel=1
-_commit="d4cc3e5a3e51b447b091c5623e221ce03f5ac6c8"
+_commit="c7f54f8db81fc651759e3f5a5258ae9db0f72127"
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=("https://github.com/wjaguar/mtPaint/archive/$_commit.zip")
-sha256sums=('30bbd72463d4cb871f4b78e4ff9a0cfc25ef27929518aa4b092035f1a6fb24f6')
+sha256sums=('835f0ef1906c695cefa025f8cf3af0e4bba77e5d9e8a7eba62fdd0f23ac086e0')
prepare() {
cd "mtPaint-$_commit"