summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0fa56dcf1b81..e6f7361d42ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,17 @@
-# Maintainer: ccat3z <c0ldcat3z@gmail.com>
+# Maintainer : Aloxaf <aloxafx@gmail.com>
+# Contributor: ccat3z <c0ldcat3z@gmail.com>
pkgname=qiniu-qshell-bin
-pkgver=2.1.8
+pkgver=2.3.6
pkgrel=1
-pkgdesc="qshell是利用七牛文档上公开的API实现的一个方便开发者测试和使用七牛API服务的命令行工具"
+pkgdesc="CLI tool for Qiniu"
arch=('x86_64')
url="https://github.com/qiniu/qshell"
license=('MIT')
+provides=('qshell')
source=("http://devtools.qiniu.com/qshell-v${pkgver}.zip")
-md5sums=(6dcf0de646582fcbae394ca1979a9bce)
+md5sums=(4f7444f46bd278571532cdbadb5c0989)
package() {
- install -Dm755 qshell-linux-x64 "${pkgdir}/usr/bin/qshell"
+ install -Dm755 qshell_linux_x64 "${pkgdir}/usr/bin/qshell"
}