summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Melo2022-09-18 10:26:16 -0300
committerLucas Melo2022-09-18 10:26:16 -0300
commitf7426f04b2c35ae531eb8cfc03d30888fc8c94f8 (patch)
treea80ef3bf54ec7fd0b5a3de2348d2293cfa6e19bb
parent7857ba3e1754ad075c3b4fe10b2c05dc94ad110b (diff)
downloadaur-f7426f04b2c35ae531eb8cfc03d30888fc8c94f8.tar.gz
Minor typo in .install
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--clonehero.install12
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cc1829fce842..cf59cae4a664 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = clonehero-ptb
pkgdesc = Public test build for Clone Hero. Clone Hero is a free rhythm game, which can be played with any 5 or 6 button guitar controller, game controllers, or just your standard computer keyboard.
pkgver = v1.0.0.3805
- pkgrel = 3
+ pkgrel = 4
url = https://clonehero.net/
install = clonehero.install
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = clonehero-ptb
source = clonehero
sha256sums = 2f93e014817284ee0456eda49fa73579ef848c8bdfb8e069f335e022aa1e13d9
sha256sums = 6d6d3e8e08ba65fedcc07a2d4ef8d5f6eabd4aec20dbc7e0febc6d58faff72bf
- sha256sums = cd5f6a9ae2dd74f845d9cd5f1e5a4d2f95de661d4ce29ba8fb0d4231c97ef8e3
+ sha256sums = 66a1b0002951bfa966379b48ea81ce4c5d59836fa79c84af6441f154d41314c4
sha256sums = 2aff1db59fb7aaadbad80675271f2bcfff8ddf873d69815c242333a0dd4d1fba
pkgname = clonehero-ptb
diff --git a/PKGBUILD b/PKGBUILD
index 8738b6571b4e..144831e4102b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=clonehero-ptb
pkgver=v1.0.0.3805
-pkgrel=3
+pkgrel=4
pkgdesc=\
'Public test build for Clone Hero. Clone Hero is a free rhythm game, which '\
'can be played with any 5 or 6 button guitar controller, game controllers, '\
@@ -22,7 +22,7 @@ source=(
sha256sums=(
'2f93e014817284ee0456eda49fa73579ef848c8bdfb8e069f335e022aa1e13d9'
'6d6d3e8e08ba65fedcc07a2d4ef8d5f6eabd4aec20dbc7e0febc6d58faff72bf'
- 'cd5f6a9ae2dd74f845d9cd5f1e5a4d2f95de661d4ce29ba8fb0d4231c97ef8e3'
+ '66a1b0002951bfa966379b48ea81ce4c5d59836fa79c84af6441f154d41314c4'
'2aff1db59fb7aaadbad80675271f2bcfff8ddf873d69815c242333a0dd4d1fba'
)
install=clonehero.install
diff --git a/clonehero.install b/clonehero.install
index ce5301777bfe..9fe59aea89f8 100644
--- a/clonehero.install
+++ b/clonehero.install
@@ -1,8 +1,8 @@
#!/bin/bash
post_install() {
- echo "Use 'clonehero' or the desktop file to run the game and place your" \
-"songs + customs in '~/Clone Hero/{Songs,Custom}' (the folders will be " \
+ echo "Use 'clonehero' or the desktop file to run the game and place your"\
+"songs + customs in '~/Clone Hero/{Songs,Custom}' (the folders will be "\
"created upon launching the game for the first time)."
}
@@ -15,9 +15,9 @@ post_upgrade() {
older=$(printf "$previous\nv1.0.0.3805" | sort -V | head -n1)
if [[ "$older" = "$previous" ]]; then
- echo 'The folder where Clone Hero looks for songs/customs has ' \
-"been changed to '~/Clone Hero/' (previously thie script used " \
-"'<\$XDG_DATA_HOME|~/.local/share>/clonehero') so you will need to move your " \
-'files.'
+ echo "The folder where Clone Hero looks for songs/customs has "\
+"been changed to '~/Clone Hero/' (previously thie script used "\
+"'<\$XDG_DATA_HOME|~/.local/share>/clonehero') so you will need to move your "\
+"files."
fi
}