summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorax342020-03-19 22:12:25 +0300
committerax342020-03-19 22:12:51 +0300
commit0186f9b41df050346b7519cdbd7e586abc12317f (patch)
treec28c1b51c04b4443cab26463bd489590c3e618da
parent415c40934a7c00bd1e945e26d74c225bb4f845ea (diff)
downloadaur-0186f9b41df050346b7519cdbd7e586abc12317f.tar.gz
update
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 335e678a4201..48595a46ca44 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.25
- pkgrel = 1
+ pkgrel = 2
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.25.zip::https://github.com/wjaguar/mtPaint/archive/298e5d72dbe0662a1b711939bbaa80a52a473d10.zip
- sha256sums = 2a0c2f6c2fcfb07dd519c8e2c3e86aff9b2f519fdcecc9cc4a050ea528a4ab0c
+ source = mtpaint-3.49.25.zip::https://github.com/wjaguar/mtPaint/archive/03b1b0938067b88d86d9f1b1088730f1934d411e.zip
+ sha256sums = dad1d01eec55852905c195af22b0f5ec1d276adfd55d04c0b2eb95cba42171a9
pkgname = mtpaint-wjaguar
diff --git a/PKGBUILD b/PKGBUILD
index 8e0a06981e9e..5bc57fd2cf52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=mtpaint-wjaguar
pkgver=3.49.25
-pkgrel=1
-_commit="298e5d72dbe0662a1b711939bbaa80a52a473d10"
+pkgrel=2
+_commit="03b1b0938067b88d86d9f1b1088730f1934d411e"
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=('2a0c2f6c2fcfb07dd519c8e2c3e86aff9b2f519fdcecc9cc4a050ea528a4ab0c')
+sha256sums=('dad1d01eec55852905c195af22b0f5ec1d276adfd55d04c0b2eb95cba42171a9')
prepare() {
cd "mtPaint-$_commit"