summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAloxaf2019-03-27 23:00:50 +0800
committerAloxaf2019-03-27 23:00:50 +0800
commitc8a68600c977822eccf46a08191ee6b5382f3918 (patch)
treeeac589141f07139a80317942b01f454a6d2488a6
parent317fd25d0736a9dc0f29619770388da88ae4ac0e (diff)
downloadaur-c8a68600c977822eccf46a08191ee6b5382f3918.tar.gz
Bump version to 2.3.6
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3147949b00cc..5cfabce538e1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = qiniu-qshell-bin
- pkgdesc = qshell是利用七牛文档上公开的API实现的一个方便开发者测试和使用七牛API服务的命令行工具
- pkgver = 2.1.8
+ pkgdesc = CLI tool for Qiniu
+ pkgver = 2.3.6
pkgrel = 1
url = https://github.com/qiniu/qshell
arch = x86_64
license = MIT
- source = http://devtools.qiniu.com/qshell-v2.1.8.zip
- md5sums = 6dcf0de646582fcbae394ca1979a9bce
+ provides = qshell
+ source = http://devtools.qiniu.com/qshell-v2.3.6.zip
+ md5sums = 4f7444f46bd278571532cdbadb5c0989
pkgname = qiniu-qshell-bin
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"
}