[arch-commits] Commit in stratis-cli/trunk (PKGBUILD)

Jiachen Yang farseerfc at archlinux.org
Fri May 14 07:11:57 UTC 2021


    Date: Friday, May 14, 2021 @ 07:11:57
  Author: farseerfc
Revision: 933951

upgpkg: stratis-cli 2.4.0-1: stratis 2.4.0 stratis-cli 2.4.0

Modified:
  stratis-cli/trunk/PKGBUILD

----------+
 PKGBUILD |   17 +++++++++--------
 1 file changed, 9 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-14 07:11:43 UTC (rev 933950)
+++ PKGBUILD	2021-05-14 07:11:57 UTC (rev 933951)
@@ -2,7 +2,7 @@
 # Contributor: Dan Beste <Dan.Ray.Beste at gmail.com>
 
 pkgname='stratis-cli'
-pkgver=2.3.0
+pkgver=2.4.0
 _pkgver=$pkgver
 pkgrel=1
 pkgdesc='A CLI for the Stratis Project.'
@@ -11,18 +11,18 @@
 url='https://stratis-storage.github.io/'
 depends=('python-dbus-client-gen' 'python-into-dbus' 'python-justbytes' 'python-dateutil' 'python-semantic-version' 'python-psutil')
 makedepends=('dbus-glib' 'git' 'mpfr' 'python-argparse' 'python-dbus' 'python-pip' 'asciidoc')
-# checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
+#checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
 source=(
   "${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz"
 )
-sha256sums=('a2b5931c910b74bfc1ca306177d597013238383b80cf7c967743df199ef8bbd4')
+sha256sums=('eb84c077e2f1af08e00907cc6255d210be45b70153a8cc232c548c1bd698d8e0')
 
 ### ignore tests because it requires root permission to access stratisd
-# check() {
-#   cd "${pkgname}-${_pkgver}"
-#   export STRATISD="/usr/bin/stratisd"
-#   nosetests
-# }
+#check() {
+#  cd "${pkgname}-${_pkgver}"
+#  export STRATISD="/usr/lib/stratisd"
+#  nosetests
+#}
 
 build () {
   cd "${pkgname}-${_pkgver}/docs"
@@ -36,6 +36,7 @@
   install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}"
 	install -D -m644 "shell-completion/bash/stratis" "$pkgdir/usr/share/bash-completion/completions/stratis"
 	install -D -m644 "shell-completion/zsh/_stratis" "$pkgdir/usr/share/zsh/site-functions/_stratis"
+	install -D -m644 "shell-completion/fish/stratis.fish" "$pkgdir/usr/share/fish/completions/stratis.fish"
 
   cd "docs"
   install -D -m644 stratis.8 "${pkgdir}/usr/share/man/man8/stratis.8"



More information about the arch-commits mailing list