summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 1 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77f13c833b7e..112352ee654b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=(bsf-git bsf-git-docs)
pkgbase=bsf-git
_pkgname=bsf
-pkgver=r4583.852c0abe4
+pkgver=r4594.92bfc5c51
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"
@@ -21,14 +21,12 @@ changelog=
source=("git+https://github.com/GameFoundry/bsf.git"
"install-dir.patch"
- "build-system.patch"
"https://data.banshee3d.com/bsfCompiledData_Master_5.zip"
"https://data.banshee3d.com/bsfData_Master_6.zip"
"https://data.banshee3d.com/bsfDependencies_Linux_Master_8.zip")
noextract=()
sha256sums=('SKIP'
'3ebcebdbe4d5bad832a47109b09f6d9bcd3e02b7a0bb9be2301c8bd630ed706b'
- '1fda65aeb00578833a17a4347a6abb4062c44f48beccd3c83d762c29a9abb7b3'
'49b419403f4f85e189832f3b89c78c037e7b531541bb67b130764f33c7306224'
'3b5e087e200e786ab1a0b79d6f3cd04d4c70fde9337dc8082a13479f477d1025'
'60c53790eda57495fefdad2bcc4a6a78198a330e70aeec71abc213edcc8b7036')
@@ -47,7 +45,6 @@ prepare() {
rm -rf "$_pkgname"/Dependencies/freetype
rm -rf "$_pkgname"/Dependencies/freeimg
- patch -d bsf -p1 < build-system.patch
patch -d bsf -p1 < install-dir.patch
}
@@ -62,8 +59,6 @@ pkgver() {
}
build() {
-
-
mkdir -p "$_pkgname"/build
cd "$_pkgname"/build