summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHurricanePootis2021-02-20 18:57:33 -0600
committerHurricanePootis2021-02-20 18:57:33 -0600
commit4b2f6066348d823b7b1dc6ed8aaf7a386d197037 (patch)
tree1b777a270efa7a93a511b37bcb5492a8fba69245 /PKGBUILD
parent36d8e733e24688c63eb8a5181e38c25cecb9ffa6 (diff)
downloadaur-4b2f6066348d823b7b1dc6ed8aaf7a386d197037.tar.gz
Updated PKGBUILD to remove cringe echo
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8ab55399e69e..f46fd23eb2ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
#Maintainer: HurricanePootis <hurricanepootis@protonmail.com>
pkgname=betterww-git
pkgver=1.4.r16.g640a2a4
-pkgrel=1
+pkgrel=2
pkgdesc="Modding tool for Wind Waker For Gamecube"
arch=('any')
url="https://github.com/WideBoner/betterww"
@@ -24,5 +24,4 @@ package() {
cp "$srcdir/betterww-launcher" "$pkgdir/usr/bin/"
cp -r "$srcdir/betterww/" "$pkgdir/opt/"
chmod 777 -R "$pkgdir/opt/betterww/"
- echo Launch program with \"better-launch\"
}