summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChenx Dust2023-09-05 21:49:25 +0800
committerChenx Dust2023-09-05 21:49:25 +0800
commitd770b64e9615137c9deb4d819811d3f485817264 (patch)
tree93564d9e8ec35b2f927e3a0d37a1107eeb71dd8d /PKGBUILD
parent3f6dfdae83831a58f6d1b4b9b7cda57917f6078b (diff)
downloadaur-d770b64e9615137c9deb4d819811d3f485817264.tar.gz
fix: Fix another stupid mistake
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2e98b095a881..74f3ea80b386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=clash-meta-bin
pkgver=1.15.1
-pkgrel=1
+pkgrel=2
pkgdesc="Another Clash Kernel by MetaCubeX"
arch=("i686" "x86_64" "arm" "armv6h" "armv7h" "aarch64")
url="https://github.com/MetaCubeX/Clash.Meta"
@@ -42,7 +42,7 @@ sha256sums_aarch64=('0de2ec6748d0c5657cf7cf998596cc12de92907be86c3f7e0839e2548a4
package() {
cd "${srcdir}"
- install -Dm755 "${pkgname}-${CARCH}-${pkgver}.gz" "${pkgdir}/usr/bin/clash-meta"
+ install -Dm755 "${pkgname}-${CARCH}-${pkgver}" "${pkgdir}/usr/bin/clash-meta"
install -Dm644 "config.yaml" "${pkgdir}/etc/clash-meta/config.yaml"
install -Dm644 "clash-meta.service" "${pkgdir}/usr/lib/systemd/system/clash-meta.service"
install -Dm644 "clash-meta@.service" "${pkgdir}/usr/lib/systemd/system/clash-meta@.service"