summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsukanka2024-03-11 23:34:03 +0800
committersukanka2024-03-11 23:34:03 +0800
commit9c505408fcf2a00a1c2662d6f43ea8bfa7c16cd4 (patch)
tree531c9c3c0f88e3a2dd0ceacc7674358d7f24b1b0 /PKGBUILD
parent4e02ef2003005b5441bf69b7eacd04a2455eede0 (diff)
downloadaur-9c505408fcf2a00a1c2662d6f43ea8bfa7c16cd4.tar.gz
disable strip, tested with extra-x86_64-build
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9a3766c2d41b..e12a254d6709 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=alist-bin
_pkgname=${pkgname%-bin}
pkgver=3.32.0
-pkgrel=1
+pkgrel=2
pkgdesc="Another file list program that supports multiple storage"
arch=("aarch64" "x86_64" "riscv64")
url="https://github.com/alist-org/alist"
@@ -17,7 +17,7 @@ install=alist.install
source_aarch64=("$_pkgname-$pkgver-aarch64.tar.gz"::"${url}/releases/download/v${pkgver//_/-}/alist-linux-arm64.tar.gz")
source_x86_64=("$_pkgname-$pkgver-x86_64.tar.gz"::"${url}/releases/download/v${pkgver//_/-}/alist-linux-amd64.tar.gz")
source_riscv64=("$_pkgname-$pkgver-riscv64.tar.gz"::"${url}/releases/download/v${pkgver//_/-}/alist-linux-riscv64.tar.gz")
-
+options=(!strip)
sha256sums=('5712b21aebf669fe9fb5d47dd685809d4d9670b1bb1d5e6fef962b9d11ba9d72'
'b72f194a7b8855e97eeb76e63e179f38132cc9e6be9daa5b396699c9c11611de'
'3658370660806f73c3d9bc5f1b6e2a013c9520d34ffc4462df99f7692473613d'