diff options
author | brent s | 2016-11-01 04:20:22 -0400 |
---|---|---|
committer | brent s | 2016-11-01 04:20:22 -0400 |
commit | c9d57f8e3193b1e6c0d9ab10f8e6e2e3306201aa (patch) | |
tree | 343c659839a749283bfa95f7c2a05fed846dbb84 | |
parent | 0f5ab68695490c8b56f320b8b57b3d3503832c7c (diff) | |
download | aur-c9d57f8e3193b1e6c0d9ab10f8e6e2e3306201aa.tar.gz |
gorram typos
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | ezquake.install | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ # Generated by mksrcinfo v8 -# Tue Nov 1 08:17:36 UTC 2016 +# Tue Nov 1 08:20:22 UTC 2016 pkgbase = ezquake-git pkgdesc = One of the most Popular QuakeWorld clients for Linux/BSD/OSX/Win32. You need the retail pak files to play. (Git version) pkgver = r4930.b1e3acb diff --git a/ezquake.install b/ezquake.install index 6cc73d39fb9b..6984ecbdcf67 100644 --- a/ezquake.install +++ b/ezquake.install @@ -1,7 +1,7 @@ post_install() { echo ">>> You need the demo/shareware pak0.pak (included in the nquake AUR package)" - ecgo ">>> and pak1.pak (retail) in order to play." + echo ">>> and pak1.pak (retail) in order to play." echo ">>> Copy or symlink them into /opt/quake/id1/" } |