Date: Sunday, October 30, 2022 @ 17:08:02
  Author: farseerfc
Revision: 1339556

upgpkg: stratis-cli 3.3.0-1

Modified:
  stratis-cli/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-30 17:07:35 UTC (rev 1339555)
+++ PKGBUILD    2022-10-30 17:08:02 UTC (rev 1339556)
@@ -2,20 +2,20 @@
 # Contributor: Dan Beste <[email protected]>
 
 pkgname='stratis-cli'
-pkgver=2.4.2
+pkgver=3.3.0
 _pkgver=$pkgver
-pkgrel=2
+pkgrel=1
 pkgdesc='A CLI for the Stratis Project.'
 arch=('any')
 license=('Apache')
 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')
+depends=('python-dbus-client-gen' 'python-into-dbus' 'python-justbytes' 
'python-dateutil' 'python-packaging' 'python-psutil' 'python-wcwidth')
+makedepends=('dbus-glib' 'git' 'mpfr' 'python-argparse' 'python-dbus' 
'python-pip' 'asciidoc' 'python-setuptools')
 #checkdepends=('python-nose' 'python-hypothesis' 'stratisd')
 source=(
   
"${pkgname}-${_pkgver}.tar.gz::https://github.com/stratis-storage/stratis-cli/archive/v${_pkgver}.tar.gz";
 )
-sha256sums=('f81d24e771bb29d6fddea4a9d6dba3709466fb026244f12f0e940ad897c14178')
+sha256sums=('3614fb5dd6195cbc5b49d778c35d5e016edb86fa4ed75dd04274ae15f272393c')
 
 ### ignore tests because it requires root permission to access stratisd
 #check() {
@@ -25,8 +25,8 @@
 #}
 
 build () {
-  cd "${pkgname}-${_pkgver}/docs"
-  make stratis.8
+  cd "${pkgname}-${_pkgver}"
+  a2x -f manpage docs/stratis.txt
 }
 package() {
   cd "${pkgname}-${_pkgver}"

Reply via email to