summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordorianpb2020-08-10 14:59:23 -0400
committerdorianpb2020-08-10 14:59:23 -0400
commit8f1c2cb185e6a8366a8f80fe1ba034ebc276b4c9 (patch)
treef692019781abda7e67d8c4a276919e52470eabaa
parent6c676db49b2a57b9bdf8c7dd1540abc52a08a24c (diff)
downloadaur-mcpelauncher-hx-script.tar.gz
hehe
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ab9321d7c6e9..cb6ce69827a9 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,5 +27,5 @@ sha256sums=(
package() {
cd "${srcdir}"
- install -Dm755 script.sh "${pkgdir}/usr/bin/${pkgname}"
+ install -Dm755 script.py "${pkgdir}/usr/bin/${pkgname}"
}