summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLarzid2021-04-23 17:04:37 -0500
committerLarzid2021-04-23 17:04:37 -0500
commitc88ccc92bb309810303371f5aa4ad6b01a865739 (patch)
tree33a96229bb0ed681aa0062f52fae09e89ac6f5e8 /PKGBUILD
parent49ded5bcdb87836ad04cfcda66712dc67d482421 (diff)
downloadaur-c88ccc92bb309810303371f5aa4ad6b01a865739.tar.gz
v1.3.0-buildfix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a454c295bf34..37cbddd8d263 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: Larzid <juanitocampamocha@gmail.com>
pkgname=sotw
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
epoch=
pkgdesc="Shadow Of The Wyrm is a single player, traditional roguelike by Julian Day."
arch=('x86_64')
@@ -32,8 +32,8 @@ build() {
package() {
echo "#!/bin/sh" > ${srcdir}/shadow-of-the-wyrm/sotw.sh
- echo "cd /usr/share/shadow-of-the-wyrm" > ${srcdir}/shadow-of-the-wyrm/sotw.sh
- echo "./ShadowOfTheWyrm" > ${srcdir}/shadow-of-the-wyrm/sotw.sh
+ echo "cd /usr/share/shadow-of-the-wyrm" >> ${srcdir}/shadow-of-the-wyrm/sotw.sh
+ echo "./ShadowOfTheWyrm" >> ${srcdir}/shadow-of-the-wyrm/sotw.sh
echo "[Desktop Entry]
Version=1.3.0
Name=Shadow Of The Wyrm