summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlpxl2022-07-24 16:27:59 -0300
committerlpxl2022-07-24 16:27:59 -0300
commit84ce72944cdf457fcd32b637ca9231e3088c1e75 (patch)
treefdfb6cc86c351a18328241bd238fac13eab9596f
parent772c3796ec0659e80ca87be9b9f47ba9cad0d42d (diff)
downloadaur-84ce72944cdf457fcd32b637ca9231e3088c1e75.tar.gz
Update to 1.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
-rw-r--r--io.github.RodZill4.Material-Maker.appdata.xml3
3 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12c16da31bb2..0486c29c52de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = material-maker-bin
pkgdesc = A tool for procedural texture generation and 3D model painting
- pkgver = 0.99
+ pkgver = 1.0
pkgrel = 1
url = https://rodzilla.itch.io/material-maker
arch = x86_64
@@ -15,13 +15,13 @@ pkgbase = material-maker-bin
conflicts = material-maker
conflicts = material-maker-git
options = !strip
- source = https://github.com/RodZill4/material-maker/releases/download/0.99/material_maker_0_99_linux.tar.gz
+ source = https://github.com/RodZill4/material-maker/releases/download/1.0/material_maker_1_00_linux.tar.gz
source = io.github.RodZill4.Material-Maker.appdata.xml
source = io.github.RodZill4.Material-Maker.desktop
source = material-maker.png
source = LICENSE
- sha256sums = 87481483bed928716879ac5cd71eed40401992f274946c9dc24f19db4a020bbf
- sha256sums = 4192f4046ebae8ca1290a1c12aaeb6831313f01dd1d2a33b219ad424dac17307
+ sha256sums = 19ad1a17770cbf457a44c25875d43026259a35f68fd3b999573c4820938f2055
+ sha256sums = f1ef7f1e6fd4abb410ccff8de5b8667c973c5d2564ae034cd48c5d7b8e59cc4f
sha256sums = 381e6425233d0aa3786c5583a2415d0d20b828481fa93dceac1e4376481d1330
sha256sums = 72ee1a0fc59b798b8849eb9bd0cb7b67fd9ee3ff41645f90c2ca98168f3619ef
sha256sums = ac9c6450c84132fca73c423dee07c4793f72e6a2d6f6eb4701cbbd226fccd548
diff --git a/PKGBUILD b/PKGBUILD
index d6d73138da5c..39497ff1bfdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hilton Medeiros <medeiros.hilton@gmail.com>
pkgname=material-maker-bin
_pkgname=material_maker
-pkgver=0.99
-_pkgver=${pkgver//./_}
+pkgver=1.0
+_pkgver='1_00'
pkgrel=1
pkgdesc="A tool for procedural texture generation and 3D model painting"
arch=('x86_64')
@@ -17,8 +17,8 @@ source=(https://github.com/RodZill4/material-maker/releases/download/${pkgver}/$
io.github.RodZill4.Material-Maker.desktop
material-maker.png
LICENSE)
-sha256sums=('87481483bed928716879ac5cd71eed40401992f274946c9dc24f19db4a020bbf'
- '4192f4046ebae8ca1290a1c12aaeb6831313f01dd1d2a33b219ad424dac17307'
+sha256sums=('19ad1a17770cbf457a44c25875d43026259a35f68fd3b999573c4820938f2055'
+ 'f1ef7f1e6fd4abb410ccff8de5b8667c973c5d2564ae034cd48c5d7b8e59cc4f'
'381e6425233d0aa3786c5583a2415d0d20b828481fa93dceac1e4376481d1330'
'72ee1a0fc59b798b8849eb9bd0cb7b67fd9ee3ff41645f90c2ca98168f3619ef'
'ac9c6450c84132fca73c423dee07c4793f72e6a2d6f6eb4701cbbd226fccd548')
diff --git a/io.github.RodZill4.Material-Maker.appdata.xml b/io.github.RodZill4.Material-Maker.appdata.xml
index a4ca12311148..c9dd3081223c 100644
--- a/io.github.RodZill4.Material-Maker.appdata.xml
+++ b/io.github.RodZill4.Material-Maker.appdata.xml
@@ -17,12 +17,13 @@
<url type="bugtracker">https://github.com/RodZill4/material-maker/issues</url>
<screenshots>
<screenshot type="default">
- <image type="source" width="1282" height="752">https://raw.githubusercontent.com/RodZill4/material-maker/master/material_maker/doc/images/screenshot.png</image>
+ <image type="source" width="1257" height="680">https://raw.githubusercontent.com/RodZill4/material-maker/master/material_maker/doc/images/screenshot.png</image>
<caption>Editing a procedurally generated texture</caption>
</screenshot>
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
+ <release version="1.0" date="2022-07-22"/>
<release version="0.99" date="2022-04-09"/>
<release version="0.98" date="2022-01-22"/>
<release version="0.97" date="2021-10-17"/>