summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlpxl2021-02-02 12:02:31 -0300
committerlpxl2021-02-02 12:02:31 -0300
commit60c2f6d6710224fb55549faa804ceb77fd1cd55e (patch)
tree889f152430752ce31ac0d50440a9704e6e5c301c
parent66f82850e58509d966af3242e0b7a2df8e5c98fc (diff)
downloadaur-60c2f6d6710224fb55549faa804ceb77fd1cd55e.tar.gz
Update to 0.94
-rw-r--r--.SRCINFO13
-rw-r--r--LICENSE2
-rw-r--r--PKGBUILD12
-rw-r--r--io.github.RodZill4.Material-Maker.appdata.xml5
4 files changed, 17 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45a5d32999da..47abc89d7340 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = material-maker-bin
- pkgdesc = A tool based on Godot Engine that can be used to create textures procedurally
- pkgver = 0.93
+ pkgdesc = A tool that can be used to create textures procedurally and paint 3D models
+ pkgver = 0.94
pkgrel = 1
url = https://rodzilla.itch.io/material-maker
arch = x86_64
license = MIT
depends = libpulse
depends = alsa-lib
+ depends = libxi
depends = libxrandr
depends = libglvnd
depends = libxcursor
@@ -16,16 +17,16 @@ pkgbase = material-maker-bin
conflicts = material-maker
conflicts = material-maker-git
options = !strip
- source = https://github.com/RodZill4/material-maker/releases/download/0.93/material_maker_0_93_linux.tar.gz
+ source = https://github.com/RodZill4/material-maker/releases/download/0.94/material_maker_0_94_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 = b85f2c2b577e899d741c50d1047bb3870fd4a784f3927112264eba737890b28f
- sha256sums = 4a27286e448b35c2e7e840c267ac2402f53956ff9fcb5c5f8285797753c32e38
+ sha256sums = a2999f6e61e8c871337ad2ef899f6a431bd4d84cd36209b9c148bca3cbeac83b
+ sha256sums = 2a2eafab867f877a62b600257a7a640f115f356b14fc102d051d742620d1c7f8
sha256sums = d8c96863144183d9f256229232c0cfe18b10518abdb2bba3477781a8d96f0133
sha256sums = b6217901109513d5856369b1d9fd8a1981b584ab8d3091fa9c37691782495222
- sha256sums = ddbacfaf9c588c476c73073e27f69d8137fe41cec7e9081ad0f6fefaa92541b3
+ sha256sums = SKIP
pkgname = material-maker-bin
diff --git a/LICENSE b/LICENSE
index c220a86feba9..c7b421e5122c 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
# MIT License
-Copyright (c) 2018-2020 Rodolphe Suescun and contributors
+Copyright (c) 2018-2021 Rodolphe Suescun and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
diff --git a/PKGBUILD b/PKGBUILD
index 168562ae3c4d..9b8a2f463071 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Hilton Medeiros <medeiros.hilton@gmail.com>
pkgname=material-maker-bin
_pkgname=material_maker
-pkgver=0.93
+pkgver=0.94
_pkgver=${pkgver//./_}
pkgrel=1
-pkgdesc="A tool based on Godot Engine that can be used to create textures procedurally"
+pkgdesc="A tool that can be used to create textures procedurally and paint 3D models"
arch=('x86_64')
url="https://rodzilla.itch.io/material-maker"
license=('MIT')
-depends=('libpulse' 'alsa-lib' 'libxrandr' 'libglvnd' 'libxcursor' 'libxinerama' 'hicolor-icon-theme')
+depends=('libpulse' 'alsa-lib' 'libxi' 'libxrandr' 'libglvnd' 'libxcursor' 'libxinerama' 'hicolor-icon-theme')
options=(!strip)
provides=('material-maker')
conflicts=('material-maker' 'material-maker-git')
@@ -17,11 +17,11 @@ source=(https://github.com/RodZill4/material-maker/releases/download/${pkgver}/$
io.github.RodZill4.Material-Maker.desktop
material-maker.png
LICENSE)
-sha256sums=('b85f2c2b577e899d741c50d1047bb3870fd4a784f3927112264eba737890b28f'
- '4a27286e448b35c2e7e840c267ac2402f53956ff9fcb5c5f8285797753c32e38'
+sha256sums=('a2999f6e61e8c871337ad2ef899f6a431bd4d84cd36209b9c148bca3cbeac83b'
+ '2a2eafab867f877a62b600257a7a640f115f356b14fc102d051d742620d1c7f8'
'd8c96863144183d9f256229232c0cfe18b10518abdb2bba3477781a8d96f0133'
'b6217901109513d5856369b1d9fd8a1981b584ab8d3091fa9c37691782495222'
- 'ddbacfaf9c588c476c73073e27f69d8137fe41cec7e9081ad0f6fefaa92541b3')
+ 'SKIP')
package() {
install -d "$pkgdir/opt/$pkgname"
diff --git a/io.github.RodZill4.Material-Maker.appdata.xml b/io.github.RodZill4.Material-Maker.appdata.xml
index 67a605aaa75d..a2942a94b27c 100644
--- a/io.github.RodZill4.Material-Maker.appdata.xml
+++ b/io.github.RodZill4.Material-Maker.appdata.xml
@@ -3,10 +3,10 @@
<component type="desktop">
<id>io.github.RodZill4.Material-Maker.desktop</id>
<name>Material Maker</name>
- <summary>Procedural texture generation tool</summary>
+ <summary>Procedural texture generation and mesh painting tool</summary>
<description>
<p>
- Material Maker is a tool that can be used to create textures procedurally.
+ Material Maker is a tool that can be used to create textures procedurally and paint 3D models.
</p>
</description>
<metadata_license>CC0-1.0</metadata_license>
@@ -23,6 +23,7 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
+ <release version="0.94" date="2021-01-31"/>
<release version="0.93" date="2020-10-11"/>
<release version="0.92" date="2020-06-27"/>
<release version="0.9" date="2020-03-15"/>