summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlehthanis2019-12-30 09:24:45 -0500
committerlehthanis2019-12-30 09:24:45 -0500
commit0fc27b16760674840c8092911263cf2cc924d9ec (patch)
tree290fea3b203953233a13c0e0791a8ae391cb32ed
parent5d44a0d3d2ea678344e378c034d25b9902aaca3d (diff)
downloadaur-0fc27b16760674840c8092911263cf2cc924d9ec.tar.gz
Updated to 2019.3.0-3122
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8358acf7b498..5ad5bc4d46f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = substance-designer
pkgdesc = Node-based, non-destructive PBR material authoring tool.
- pkgver = 2019.2.2
+ pkgver = 2019.3.0
pkgrel = 1
url = https://www.allegorithmic.com/products/substance-designer
arch = x86_64
@@ -11,11 +11,11 @@ pkgbase = substance-designer
depends = hicolor-icon-theme
depends = libtiff4
options = !strip
- source = https://download.allegorithmic.com/substance-designer/2019.x/Substance_Designer-2019.2.2-2644-linux-x64-standard-full.rpm
+ source = https://download.allegorithmic.com/substance-designer/2019.x/Substance_Designer-2019.3.0-3122-linux-x64-standard.rpm
source = substance-designer-icon.png
source = substance-designer.desktop
source = substance-designer
- sha256sums = e9753b9866774ce5512000b036ac32a25abd16d2ab96a247b5befc9755924544
+ sha256sums = 31ce809b837737083bac127684b77bea32779274fd238255cdf519e35b2b5c2a
sha256sums = 8f7f090d96dbb3535747d2c09c32970343c8887df610bc7ef92b59871a9bfb35
sha256sums = 223b641960e9fab3e8ba67e171c84e91ebe6f171a748b9036e4bc97fd4ec6cae
sha256sums = 714d4484f5ca6d1ac0de77729ab60fc6aee53a7dc217fda5a6401fb6f8eee156
diff --git a/PKGBUILD b/PKGBUILD
index e0a0350ac3be..da364ca2329b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Co-maintainer: Dragoon Aethis <dragoon@dragonic.eu>
pkgname=substance-designer
-pkgver=2019.2.2
-_build=2644
+pkgver=2019.3.0
+_build=3122
pkgrel=1
pkgdesc="Node-based, non-destructive PBR material authoring tool."
arch=('x86_64')
@@ -11,11 +11,11 @@ url='https://www.allegorithmic.com/products/substance-designer'
license=('custom')
depends=('fontconfig' 'gcc-libs-multilib' 'glu' 'hicolor-icon-theme' 'libtiff4')
options=('!strip')
-source=("https://download.allegorithmic.com/substance-designer/2019.x/Substance_Designer-${pkgver}-${_build}-linux-x64-standard-full.rpm"
+source=("https://download.allegorithmic.com/substance-designer/2019.x/Substance_Designer-${pkgver}-${_build}-linux-x64-standard.rpm"
'substance-designer-icon.png'
'substance-designer.desktop'
'substance-designer')
-sha256sums=('e9753b9866774ce5512000b036ac32a25abd16d2ab96a247b5befc9755924544'
+sha256sums=('31ce809b837737083bac127684b77bea32779274fd238255cdf519e35b2b5c2a'
'8f7f090d96dbb3535747d2c09c32970343c8887df610bc7ef92b59871a9bfb35'
'223b641960e9fab3e8ba67e171c84e91ebe6f171a748b9036e4bc97fd4ec6cae'
'714d4484f5ca6d1ac0de77729ab60fc6aee53a7dc217fda5a6401fb6f8eee156')
@@ -30,7 +30,7 @@ package() {
rm ${pkgdir}/opt/Allegorithmic/Substance_Designer/eula.txt
# Workaround for https://forum.substance3d.com/index.php/topic,29285.0.html
- rm ${pkgdir}/opt/Allegorithmic/Substance_Designer/libfreetype.so.6
+ # rm ${pkgdir}/opt/Allegorithmic/Substance_Designer/libfreetype.so.6
install -Dm644 -t "${pkgdir}/usr/share/applications" "${srcdir}/substance-designer.desktop"
install -Dm644 -t "${pkgdir}/usr/share/icons/hicolor/256x256/apps" "${srcdir}/substance-designer-icon.png"