summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2016-05-15 12:42:27 +0200
committerMichael Straube2016-05-15 12:42:27 +0200
commit059c7d0b730c7b56193062b22fbe33e7de1ad83c (patch)
treea786ee1821d4101670742906b894d68fbca46c7f
parent1d09287b46bd7da89533037906362c72b5dee66b (diff)
downloadaur-059c7d0b730c7b56193062b22fbe33e7de1ad83c.tar.gz
add comment
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5f55dfe82e6..c799d2394acf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
# Generated by mksrcinfo v8
-# Sat May 14 17:33:43 UTC 2016
+# Sun May 15 10:41:11 UTC 2016
pkgbase = alterego
- pkgdesc = You control a hero who has a phantom twin, his alter ego.
+ pkgdesc = You control a hero who has a phantom twin, his alter ego
pkgver = 1.0
pkgrel = 2
url = http://www.retrosouls.net/?page_id=614
diff --git a/PKGBUILD b/PKGBUILD
index e166d775b73e..beda2881944c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Michael Straube <m.s.online gmx.de>
+# Maintainer: Michael Straube <m.s.online gmx de>
pkgname=alterego
# could not find any version number, so using 1.0
pkgver=1.0
pkgrel=2
-pkgdesc="You control a hero who has a phantom twin, his alter ego."
+pkgdesc="You control a hero who has a phantom twin, his alter ego"
url="http://www.retrosouls.net/?page_id=614"
arch=('any')
license=('custom:free')
@@ -22,6 +22,7 @@ prepare() {
# convert line endings from DOS to Unix
sed -i 's/\r$//' AlterEgo.sh
+ # patch launcher script
sed -i '2i cd\ /usr/share/games/alterego' AlterEgo.sh
}