summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortx00100xt2022-07-05 12:32:42 +0300
committertx00100xt2022-07-05 12:32:42 +0300
commit29b5267fa49eb8c4e38a316d46ed58624c69ee2d (patch)
treeca6a61c4ebaec9e2b9209531b58e566e2dad32cb
parent1a5ecb6dec77d165eb57f15d33205339ad9b70a9 (diff)
downloadaur-29b5267fa49eb8c4e38a316d46ed58624c69ee2d.tar.gz
Fixed iscore patch
-rwxr-xr-x.SRCINFO2
-rwxr-xr-x.gitignore2
-rwxr-xr-xPKGBUILD4
-rwxr-xr-x[-rw-r--r--]hud_iscore.patch (renamed from hud_isore.patch)0
4 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 46ca83e382ce..03ec2594e9b5 100755
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = serioussam
- pkgdesc = Serious Sam Classic native Linux version with XPLUS Modification.
+ pkgdesc = Serious Sam Classic native Linux version with XPLUS Modification
pkgver = 1.10.2
pkgrel = 3
url = https://github.com/tx00100xt/SeriousSamClassic
diff --git a/.gitignore b/.gitignore
index ed7aa52188ab..f23ce66c4845 100755
--- a/.gitignore
+++ b/.gitignore
@@ -9,4 +9,4 @@
!serioussam-tse.desktop
!serioussam-tse.desktop
!gcc-11.3_Timer.patch
-!hud_isore.patch
+!hud_iscore.patch
diff --git a/PKGBUILD b/PKGBUILD
index b32a47964ea5..9562c38135e5 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -57,7 +57,7 @@ fi
prepare(){
# Prepare patch
cat gcc-11.3_Timer.patch > "$srcdir/$_srcname/gcc-11.3_Timer.patch"
- cat hud_isore.patch > "$srcdir/$_srcname/hud_isore.patch"
+ cat hud_iscore.patch > "$srcdir/$_srcname/hud_iscore.patch"
# Prepare XPLUS archive
cat "$xplus_tfe".part* > "$xplus_tfe"
@@ -92,7 +92,7 @@ prepare(){
# gcc 11.3 patch && hud score patch
cd "$srcdir/$_srcname"
patch -p1 < gcc-11.3_Timer.patch || return 1
- patch -p1 < hud_isore.patch || return 1
+ patch -p1 < hud_iscore.patch || return 1
}
build(){
diff --git a/hud_isore.patch b/hud_iscore.patch
index 03fa210e9e3e..03fa210e9e3e 100644..100755
--- a/hud_isore.patch
+++ b/hud_iscore.patch