summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9e599f71851c..2b7400510413 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,12 @@
pkgname="liteloader-qqnt-bin"
_pkgname="LiteLoaderQQNT"
pkgver=0.3.1
-pkgrel=3
+pkgrel=4
pkgdesc="轻量, 简洁, 开源的 QQNT 插件加载器"
arch=('any')
url="https://github.com/mo-jinran/LiteLoaderQQNT"
license=('MIT')
depends=("linuxqq" "sudo")
-makedepends=("wget")
provides=("liteloader-qqnt")
source=("https://github.com/mo-jinran/${_pkgname}/archive/refs/tags/${pkgver}.tar.gz" "install.sh")
md5sums=('SKIP' 'SKIP')
@@ -25,9 +24,6 @@ build() {
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"
}
package() {