summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRain Shinotsu2022-02-28 04:45:11 -0600
committerRain Shinotsu2022-02-28 04:45:11 -0600
commite23805ed59d386a9569278e8666e27e0c23de414 (patch)
tree9de1984df75d12602512ff7251f723d6ed3f89b1
parent6cf16f31121462a3926c4ebc739ebdafabb79150 (diff)
downloadaur-e23805ed59d386a9569278e8666e27e0c23de414.tar.gz
Add libxcrypt-compat as dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9dda633b77e..e736d8265a27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,6 +10,7 @@ pkgbase = substance-painter
depends = glu
depends = hicolor-icon-theme
depends = libtiff4
+ depends = libxcrypt-compat
options = !strip
source = https://download.substance3d.com/adobe-substance-3d-painter/7.x/Adobe_Substance_3D_Painter-7.4.1-1418-linux-x64-standard.rpm
sha256sums = 0f6ba736e1d4590ea1f760e77e75e54ef2f20a1185b7af7d3988f3b60261e08b
diff --git a/PKGBUILD b/PKGBUILD
index a63aa9c35ccd..442cd2120770 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
# Maintainer: t-ask <t-ask-aur at cixera.com>
-# Co-maintainer: Oscar Morante <spacepluk@gmail.com>
-# Co-maintainer: Dragoon Aethis <dragoon@dragonic.eu>
+# Contributor: Oscar Morante <spacepluk@gmail.com>
+# Contributor: Dragoon Aethis <dragoon@dragonic.eu>
# Co-maintainer: Robbie Powell <lehthanis@gmail.com>
+# Co-maintainer: Rain Shinotsu <Rain_Shinotsu at protonmail dot com>
pkgname=substance-painter
pkgver=7.4.1
@@ -11,7 +12,7 @@ pkgdesc="3D painting software allowing you to texture, render and share your wor
arch=('x86_64')
url='https://download.substance3d.com/substance-painter'
license=('custom')
-depends=('fontconfig' 'gcc-libs-multilib' 'glu' 'hicolor-icon-theme' 'libtiff4')
+depends=('fontconfig' 'gcc-libs-multilib' 'glu' 'hicolor-icon-theme' 'libtiff4' 'libxcrypt-compat')
options=('!strip') # PNG assets here should be left untouched!
source=("https://download.substance3d.com/adobe-substance-3d-painter/7.x/Adobe_Substance_3D_Painter-${pkgver}-${_build}-linux-x64-standard.rpm")