summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorneeshy2020-02-03 20:22:24 -0500
committerneeshy2020-04-02 13:41:57 -0400
commit37de069e703917e79125510984dd6cc994144784 (patch)
tree6f782ba7cef430e41e63cd8751b39a84af61054f
parenta87466abe6b9d2eac65ceb637983d183ac0d5ea2 (diff)
downloadaur-37de069e703917e79125510984dd6cc994144784.tar.gz
Update patch
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--detect_guichan.patch13
3 files changed, 7 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6c67918ba7a9..c26ce6e5084f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -23,7 +23,7 @@ pkgbase = rlvm-git
source = detect_guichan.patch
source = freetype.patch
md5sums = SKIP
- md5sums = caf806e9f037ba95a747a0aefde7fd9d
+ md5sums = 2e2602bca4bc2dd576834f406f5c3af5
md5sums = 60d11c6a9b259eda3ee69c6a6ddaffac
pkgname = rlvm-git
diff --git a/PKGBUILD b/PKGBUILD
index b9ef6f2c8f57..2a78f416cf3d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ source=('git+https://github.com/eglaysher/rlvm.git'
'detect_guichan.patch'
'freetype.patch')
md5sums=('SKIP'
- 'caf806e9f037ba95a747a0aefde7fd9d'
+ '2e2602bca4bc2dd576834f406f5c3af5'
'60d11c6a9b259eda3ee69c6a6ddaffac')
pkgver() {
diff --git a/detect_guichan.patch b/detect_guichan.patch
index a270f88d975b..faf4ac34c7f9 100644
--- a/detect_guichan.patch
+++ b/detect_guichan.patch
@@ -1,15 +1,12 @@
-diff -Naur a/SConstruct b/SConstruct
---- a/SConstruct 2015-10-15 08:58:20.294122327 +0800
-+++ b/SConstruct 2015-10-15 09:27:37.987236466 +0800
-@@ -272,8 +272,10 @@
+--- a/SConstruct
++++ b/SConstruct
+@@ -279,8 +279,8 @@
CheckForSystemLibrary(config, library_dict, subcomponents)
if not config.CheckGuichan():
-- print "(Using included copy of guichan)"
+- print ("(Using included copy of guichan)")
- subcomponents.append("guichan")
-+ #print "(Using included copy of guichan)"
-+ print "(Somehow guichan is not detected, include anyway.)"
-+ #subcomponents.append("guichan")
++ print ("(Somehow guichan is not detected, include anyway.)")
+ env.Append(LIBS = ['guichan', 'guichan_opengl', 'guichan_sdl'])
# Get the configuration from sdl and freetype