summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMizzt2025-02-20 14:18:20 -0500
committerMizzt2025-02-20 14:18:20 -0500
commit2d6f80479820015dc8ce321846d334a5a789c37e (patch)
treee35d83feee4bd10140247001457db5d223107e8c
parent2e8da58a3991137fa8f0b7385d808eb5a32110c4 (diff)
downloadaur-2d6f80479820015dc8ce321846d334a5a789c37e.tar.gz
Fixed some issues pertaining to install.sh (still using version v0.1b)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD10
-rw-r--r--konaste-linux.install2
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bcac6746c144..24bb49344450 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = konaste-linux
pkgdesc = Run KONAMI Amusement Game Station (Konaste) games using Wine
- pkgver = 0.1b
- pkgrel = 1
+ pkgver = 0.1
+ pkgrel = 3
url = https://github.com/mizztgc/konaste-linux
install = konaste-linux.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index c73f1156e445..103f91d3fc48 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mizzt <mizztgc@gmail.com>
pkgname=konaste-linux
-pkgver='0.1b'
-pkgrel=1
+pkgver='0.1'
+pkgrel=3
epoch=
pkgdesc="Run KONAMI Amusement Game Station (Konaste) games using Wine"
arch=('x86_64')
@@ -24,13 +24,13 @@ backup=()
options=()
install="$pkgname.install"
changelog=
-source=("https://github.com/mizztgc/${pkgname}/releases/download/v${pkgver}/konaste-linux-v${pkgver}.tar.gz")
+source=("https://github.com/mizztgc/${pkgname}/releases/download/v${pkgver}b/konaste-linux-v${pkgver}b.tar.gz")
#source=("konaste-linux-v${pkgver}.tar.gz")
noextract=()
sha256sums=('140124ce10a079c3aa6851f387c725bbec36d43b6166d3b504afb5c504c77555')
validpgpkeys=()
package() {
- cd "$srcdir"
- ./install.sh --prefix "$pkgdir" -R
+ cd "${srcdir}"
+ ./install.sh --prefix "${pkgdir}" -R
}
diff --git a/konaste-linux.install b/konaste-linux.install
index 0ec9ad16a54f..b449046cd72c 100644
--- a/konaste-linux.install
+++ b/konaste-linux.install
@@ -6,6 +6,8 @@ Konaste Linux is an UNOFFICIAL script for running KONAMI Amusement Game Station
ABSOLUTELY NO affiliation, endorsement, nor support from KONAMI Amusement, and
all games REQUIRE an active KONAMI ID, with most REQUIRING a subscription to
the game's basic course to play outside of their respective trial modes.
+
+Be sure to run \033[1mkonaste init\033[0m before installing any games!
\033[1;5;38;5;1m*******************************************************************************\033[0m
EOF