summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 5 insertions, 9 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91a8a54c1fd0..b655ca1fa0ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="liteloader-qqnt-bin"
_pkgname="LiteLoaderQQNT"
pkgver=0.3.1
-pkgrel=1
+pkgrel=2
pkgdesc="轻量, 简洁, 开源的 QQNT 插件加载器"
arch=('any')
url="https://github.com/mo-jinran/LiteLoaderQQNT"
@@ -10,7 +10,7 @@ license=('MIT')
depends=("linuxqq" "sudo")
makedepends=("wget")
provides=("liteloader-qqnt")
-source=("https://github.com/mo-jinran/${_pkgname}/archive/refs/tags/${pkgver}.tar.gz")
+source=("https://github.com/mo-jinran/${_pkgname}/archive/refs/tags/${pkgver}.tar.gz" "install.sh")
md5sums=('SKIP')
prepare() {
@@ -20,18 +20,14 @@ prepare() {
}
build() {
- ls -1
- #cd ./${pkgname}
-
if [ -d ./${pkgname}/${_pkgname}-${pkgver} ]; then
rm -r ./${pkgname}/${_pkgname}-${pkgver}
fi
mv ./${_pkgname}-${pkgver} ./${pkgname}/
+ cp -f ./install.sh ./${pkgname}/
- echo "Downloading install script..."
- wget "https://github.com/kobe-koto/LiteLoaderQQNT-Linux-Installer/raw/main/installer.sh" -O "./${pkgname}/install.sh"
-
- #cd ..
+ # echo "Downloading install script..."
+ # wget "https://github.com/kobe-koto/LiteLoaderQQNT-Linux-Installer/raw/main/installer.sh" -O "./${pkgname}/install.sh"
}
package() {