summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 18e381c38a98..844445749c1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bsf-git
pkgdesc = A C++ library that aims to provide a unified foundation for the development of real-time graphical applications, whether games, engines or tools
- pkgver = r4723.8fbab8089
+ pkgver = r4728.5b9720f5b
pkgrel = 1
url = https://www.bsframework.io/
arch = x86_64
@@ -16,6 +16,7 @@ pkgbase = bsf-git
source = https://data.banshee3d.com/bsfData_Master_6.zip
source = https://data.banshee3d.com/bsfDocImagesData_Master_2.zip
source = https://data.banshee3d.com/bsfDependencies_Linux_Master_8.zip
+ source = https://data.banshee3d.com/bsfDep_XShaderCompiler_Linux_Master_1.zip
sha256sums = SKIP
sha256sums = 4301910bd0c17e2747c08b27617fe3b4e5f10f70a78ffb29dcef4f23d52b4e16
sha256sums = 871c19f0e652efa2cbdaef34b6960ba9a81378b957cdf3701dc3f8733cb69cd6
@@ -23,6 +24,7 @@ pkgbase = bsf-git
sha256sums = 3b5e087e200e786ab1a0b79d6f3cd04d4c70fde9337dc8082a13479f477d1025
sha256sums = e9d3793f87c4ff0a36f3574ecd070e4b6b25c567a063e3042d2dc5883636f011
sha256sums = 60c53790eda57495fefdad2bcc4a6a78198a330e70aeec71abc213edcc8b7036
+ sha256sums = 3e9063abfb04ae88cf0275d90783d37b87c3c84d2e2bea9a163b65641aa07d66
pkgname = bsf-git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 8ddbf628c07d..bca34214f756 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=(bsf-git bsf-git-docs)
pkgbase=bsf-git
_pkgname=bsf
-pkgver=r4723.8fbab8089
+pkgver=r4728.5b9720f5b
pkgrel=1
epoch=
pkgdesc="A C++ library that aims to provide a unified foundation for the development of real-time graphical applications, whether games, engines or tools"
@@ -25,7 +25,8 @@ source=('git+https://github.com/GameFoundry/bsf.git'
'https://data.banshee3d.com/bsfCompiledData_Master_13.zip'
'https://data.banshee3d.com/bsfData_Master_6.zip'
'https://data.banshee3d.com/bsfDocImagesData_Master_2.zip'
- 'https://data.banshee3d.com/bsfDependencies_Linux_Master_8.zip')
+ 'https://data.banshee3d.com/bsfDependencies_Linux_Master_9.zip'
+ 'https://data.banshee3d.com/bsfDep_XShaderCompiler_Linux_Master_1.zip')
noextract=()
validpgpkeys=()
@@ -35,6 +36,7 @@ prepare() {
cp -r Documentation bsf/
cp -r Raw bsf/Data
cp -r Documentation bsf/
+ cp -r XShaderCompiler/ bsf/Dependencies/
rm -rf "$_pkgname"/Dependencies/OpenAL
rm -rf "$_pkgname"/Dependencies/libFLAC
@@ -98,4 +100,5 @@ sha256sums=('SKIP'
'100e91e5ae58dd301adc0d5f31c972237a688f12682e0c0f21e200430728bf27'
'3b5e087e200e786ab1a0b79d6f3cd04d4c70fde9337dc8082a13479f477d1025'
'e9d3793f87c4ff0a36f3574ecd070e4b6b25c567a063e3042d2dc5883636f011'
- '60c53790eda57495fefdad2bcc4a6a78198a330e70aeec71abc213edcc8b7036')
+ '300541083a4c27da9825cddaaca98dabb49175c84845ce40a45a0faaeeb23d4d'
+ '3e9063abfb04ae88cf0275d90783d37b87c3c84d2e2bea9a163b65641aa07d66')