summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlpxl2022-02-27 12:40:12 -0300
committerlpxl2022-02-27 12:40:12 -0300
commit85770bc1fe14666013e30e55daf24724d5252a86 (patch)
treeddd0f02ab03a60d9be25555095a858aef2efb6e5
parent3ba2adfffb96f36fb35e8e77be5fe2b094ce1d55 (diff)
downloadaur-85770bc1fe14666013e30e55daf24724d5252a86.tar.gz
Update to 0.98
-rw-r--r--.SRCINFO12
-rw-r--r--LICENSE2
-rw-r--r--PKGBUILD10
-rw-r--r--io.github.RodZill4.Material-Maker.appdata.xml3
4 files changed, 13 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e53a4412b81a..b93442ddbe97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,10 @@
pkgbase = material-maker-bin
pkgdesc = A tool for procedural texture generation and 3D model painting
- pkgver = 0.97
+ pkgver = 0.98
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
@@ -17,15 +15,15 @@ pkgbase = material-maker-bin
conflicts = material-maker
conflicts = material-maker-git
options = !strip
- source = https://github.com/RodZill4/material-maker/releases/download/0.97/material_maker_0_97_linux.tar.gz
+ source = https://github.com/RodZill4/material-maker/releases/download/0.98/material_maker_0_98_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 = 1bfc9a6ab85dd0ef12a9958b77ecbdeffff1ce23bcfb472d3e7a16f8e0df1c17
- sha256sums = 6365bb63aa2d99ebc0d0ffec6ea780ed9af533e374f253a3655057f023d04fa2
+ sha256sums = 7394bdbcf5477f8899a73cb7bdb92f797a2735af8438cd04f8d2a0136d1b8c2a
+ sha256sums = 0e88f92599e1304caec575dc13380b4a16138ac69e7be58d23b8ce84c62c1045
sha256sums = 381e6425233d0aa3786c5583a2415d0d20b828481fa93dceac1e4376481d1330
sha256sums = 72ee1a0fc59b798b8849eb9bd0cb7b67fd9ee3ff41645f90c2ca98168f3619ef
- sha256sums = d7d038704c498e2e9fb93ad11235e3fb2e801f6b47cf081b8a3eff57f9af78e7
+ sha256sums = ac9c6450c84132fca73c423dee07c4793f72e6a2d6f6eb4701cbbd226fccd548
pkgname = material-maker-bin
diff --git a/LICENSE b/LICENSE
index c7b421e5122c..00761daf6f5a 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
# MIT License
-Copyright (c) 2018-2021 Rodolphe Suescun and contributors
+Copyright (c) 2018-2022 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 1b690f034774..a0b2797f71b0 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.97
+pkgver=0.98
_pkgver=${pkgver//./_}
pkgrel=1
pkgdesc="A tool for procedural texture generation and 3D model painting"
arch=('x86_64')
url="https://rodzilla.itch.io/material-maker"
license=('MIT')
-depends=('libpulse' 'alsa-lib' 'libxi' 'libxrandr' 'libglvnd' 'libxcursor' 'libxinerama' 'hicolor-icon-theme')
+depends=('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=('1bfc9a6ab85dd0ef12a9958b77ecbdeffff1ce23bcfb472d3e7a16f8e0df1c17'
- '6365bb63aa2d99ebc0d0ffec6ea780ed9af533e374f253a3655057f023d04fa2'
+sha256sums=('7394bdbcf5477f8899a73cb7bdb92f797a2735af8438cd04f8d2a0136d1b8c2a'
+ '0e88f92599e1304caec575dc13380b4a16138ac69e7be58d23b8ce84c62c1045'
'381e6425233d0aa3786c5583a2415d0d20b828481fa93dceac1e4376481d1330'
'72ee1a0fc59b798b8849eb9bd0cb7b67fd9ee3ff41645f90c2ca98168f3619ef'
- 'd7d038704c498e2e9fb93ad11235e3fb2e801f6b47cf081b8a3eff57f9af78e7')
+ 'ac9c6450c84132fca73c423dee07c4793f72e6a2d6f6eb4701cbbd226fccd548')
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 63702350a06a..02549d03ca68 100644
--- a/io.github.RodZill4.Material-Maker.appdata.xml
+++ b/io.github.RodZill4.Material-Maker.appdata.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Copyright (c) 2018-2021 Rodolphe Suescun and contributors -->
+<!-- Copyright (c) 2018-2022 Rodolphe Suescun and contributors -->
<component type="desktop">
<id>io.github.RodZill4.Material-Maker.desktop</id>
<name>Material Maker</name>
@@ -23,6 +23,7 @@
</screenshots>
<content_rating type="oars-1.1"/>
<releases>
+ <release version="0.98" date="2022-01-22"/>
<release version="0.97" date="2021-10-17"/>
<release version="0.96" date="2021-07-31"/>
<release version="0.95" date="2021-04-20"/>