summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorax342019-06-13 04:18:34 +0300
committerax342019-06-13 04:18:34 +0300
commit479407fd3d37cd9117adde327485426dbc6f2297 (patch)
treeedb2a365208e7b46dc0cbec505ce5d83b517a4eb
parente7afba841ac1af42ce251fd0c7bca64ae72144fc (diff)
downloadaur-479407fd3d37cd9117adde327485426dbc6f2297.tar.gz
3.49.18
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3363779bc833..34a433a42c33 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.17
+ pkgver = 3.49.18
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/c7f54f8db81fc651759e3f5a5258ae9db0f72127.zip
- sha256sums = 835f0ef1906c695cefa025f8cf3af0e4bba77e5d9e8a7eba62fdd0f23ac086e0
+ source = mtpaint-3.49.18.zip::https://github.com/wjaguar/mtPaint/archive/960cff9ac0ec0834ea358fff49818125b9309d86.zip
+ sha256sums = 9ab4628659f431c9be4b4157d6d223f49a05407a756571b3232e3076f0c9debd
pkgname = mtpaint-wjaguar
diff --git a/PKGBUILD b/PKGBUILD
index 2fa89118f0eb..9ae6dbc1dbd5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,9 +5,9 @@
# Contributor: yosh64 <yosh64.at.gmail.dot.com>
pkgname=mtpaint-wjaguar
-pkgver=3.49.17
+pkgver=3.49.18
pkgrel=1
-_commit="c7f54f8db81fc651759e3f5a5258ae9db0f72127"
+_commit="960cff9ac0ec0834ea358fff49818125b9309d86"
pkgdesc='Simple paint program for creating icons and pixel based artwork (Dmitry Groshev''s fork)'
arch=('x86_64')
url='https://github.com/wjaguar/mtPaint'
@@ -16,8 +16,8 @@ depends=('gtk2' 'giflib' 'openjpeg' 'lcms2' 'libwebp' 'libtiff')
optdepends=('gifsicle: for exporting GIF files from mtPaint')
provides=('mtpaint')
conflicts=('mtpaint')
-source=("https://github.com/wjaguar/mtPaint/archive/$_commit.zip")
-sha256sums=('835f0ef1906c695cefa025f8cf3af0e4bba77e5d9e8a7eba62fdd0f23ac086e0')
+source=("mtpaint-$pkgver.zip::https://github.com/wjaguar/mtPaint/archive/$_commit.zip")
+sha256sums=('9ab4628659f431c9be4b4157d6d223f49a05407a756571b3232e3076f0c9debd')
prepare() {
cd "mtPaint-$_commit"