summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb2ef7f80eff..2a685920700c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stratis-cli-git
pkgdesc = stratis-cli is a tool that provides a command-line interface (CLI) for interacting with the Stratis daemon, stratisd.
- pkgver = 0.0.4.r19.gdc091e4
+ pkgver = 0.5.0.r17.g41d1232
pkgrel = 1
url = stratis-storage.github.io
arch = any
@@ -9,6 +9,7 @@ pkgbase = stratis-cli-git
depends = python-argparse
depends = python-dbus
depends = python-justbytes
+ depends = yapf
provides = stratis-cli
conflicts = stratis-cli
source = git+https://github.com/stratis-storage/stratis-cli.git
diff --git a/PKGBUILD b/PKGBUILD
index af427e353850..7f65065de7eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Dan Beste <Dan.Ray.Beste@gmail.com>
pkgname='stratis-cli-git'
-pkgver=0.0.4.r19.gdc091e4
+pkgver=0.5.0.r17.g41d1232
pkgrel=1
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='stratis-storage.github.io'
-depends=('python-argparse' 'python-dbus' 'python-justbytes')
+depends=('python-argparse' 'python-dbus' 'python-justbytes' 'yapf')
makedepends=('git')
provides=("${pkgname/-git}")
conflicts=("${pkgname/-git}")