summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoey Dumont2019-11-17 22:25:44 -0500
committerJoey Dumont2019-11-17 22:25:44 -0500
commitd312f106d214b4502a355e3177457d8796fdcf38 (patch)
tree1a57b66ed5ac7bbb3d6178e4fe4749c157bcc8a3 /PKGBUILD
parente40f3b810cb8e30a77a00e80e47274ac5c2e12e5 (diff)
downloadaur-n64-git.tar.gz
Added symlink to gs again.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c8c1b44e7aea..74138f01a529 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ source=("git+https://github.com/glankk/n64.git#branch=n64-ultra"
"gs.patch")
makedepends=('git')
sha256sums=('SKIP'
- '297c101faff16258d647b633b2207067a15d9637218e895752bc65f530e6ac46')
+ 'b36d4a851c5dd76ba3d56e4ab2370e5a8ac28dc0e8feef11fb6f32141abdc117')
options=('!buildflags' '!strip')
_prefix=/usr
@@ -20,7 +20,7 @@ pkgver() {
prepare() {
# The gs binary conflicts with GhostScript on Linux. Rename it to gs.n64.
patch --strip=1 --input=${srcdir}/gs.patch
-
+ #pwd
}
build() {