summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorzxp198210052023-11-15 17:53:44 +0800
committerzxp198210052023-11-15 17:53:44 +0800
commit9c548edae337a34ec84447a2a39ce77068a9d014 (patch)
tree7d264f7ed159bbecc00baaba9aaed6e8a3a05f05 /PKGBUILD
parentdfb9f389673e9dec70d844c6e11f717ca5ea1027 (diff)
downloadaur-s5cmd-bin.tar.gz
fix errors
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index de90207b49e4..dc7f694305cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,18 +4,21 @@ pkgname=s5cmd-bin
pkgver=2.2.2
pkgrel=1
pkgdesc="Parallel S3 and local filesystem execution tool"
-arch=('aarch64' 'armv6h' 'armv7h' 'i686' 'x86_64')
+arch=(
+ 'aarch64'
+ 'armv7h'
+ 'i686'
+ 'x86_64'
+)
url='https://github.com/peak/s5cmd'
license=('MIT')
conflicts=("${pkgname%-bin}")
provides=("${pkgname%-bin}=${pkgver}")
source_aarch64=("${pkgname%-bin}-${pkgver}-aarch64.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_Linux-arm64.tar.gz")
-source_armv6h=("${pkgname%-bin}-${pkgver}-armv6h.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_Linux-armv6.tar.gz")
source_armv7h=("${pkgname%-bin}-${pkgver}-armv7h.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_Linux-arm64.tar.gz")
source_i686=("${pkgname%-bin}-${pkgver}-i686.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_Linux-32bit.tar.gz")
source_x86_64=("${pkgname%-bin}-${pkgver}-x86_64.tar.gz::${url}/releases/download/v${pkgver}/${pkgname%-bin}_${pkgver}_Linux-64bit.tar.gz")
sha256sums_aarch64=('eabf18082398c332d33c692d383a889be204b1e7716f820e014bf11474ad345b')
-sha256sums_armv6h=('2fa1b474d449ee1b3d005297c60eb1eda2e036fca0b975e2c4f4d1e447e32def')
sha256sums_armv7h=('eabf18082398c332d33c692d383a889be204b1e7716f820e014bf11474ad345b')
sha256sums_i686=('dc9ebe570fb5abcf5781511901d93425879022d56e73ab44dd32c45b2bfbc04b')
sha256sums_x86_64=('a15f83d2a6dc091e43b2a120f29f8f6c86d146c381766c0197ec75d7985af2b6')