summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Beste2017-08-08 21:03:53 -0500
committerDan Beste2017-08-08 21:03:53 -0500
commit464842bde59832c8555fad66eb82c2c89ee5ce9c (patch)
tree4fb234797970a594ecd0ce45fd1a040b0a8f03f5
parent00100fbd52471ad0cf5ed220b7c5bf870a50931e (diff)
downloadaur-464842bde59832c8555fad66eb82c2c89ee5ce9c.tar.gz
Added missing package information
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD9
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00f40a705cfc..c58e0247c8cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = stratis-cli-git
- pkgdesc = ???
+ pkgdesc = stratis-cli is a tool that provides a command-line interface (CLI) for interacting with the Stratis daemon, stratisd.
pkgver = v0.0.2.r3.gbf0beb6
pkgrel = 1
- url = https://github.com/stratis-storage/stratis-cli.git
+ url = stratis-storage.github.io
arch = any
license = apache2
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 960b582a93d9..29f546f23d5c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,10 +4,10 @@ pkgname='stratis-cli-git'
_gitname='stratis-cli'
pkgver=v0.0.2.r3.gbf0beb6
pkgrel=1
-pkgdesc='???'
+pkgdesc='stratis-cli is a tool that provides a command-line interface (CLI) for interacting with the Stratis daemon, stratisd.'
arch=('any')
license=('apache2')
-url='https://github.com/stratis-storage/stratis-cli.git'
+url='stratis-storage.github.io'
depends=('python-argparse')
makedepends=('git')
provides=("${_gitname}")
@@ -22,8 +22,9 @@ sha256sums=(
pkgver() {
cd "${_gitname}"
- git describe --tags --long \
- | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --tags --long \
+ | sed 's/\([^-]*-g\)/r\1/;s/-/./g' \
+ | sed 's/v//'
}
package() {