summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 54a9892b183e..b0dbbcdabc57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: Cleber Matheus <clebermatheus@outlook.com>
pkgname=blivet-gui-git
-pkgver=2.5.0.r1.g2f6da74
+pkgver=2.5.0.r16.g1b7473d
pkgrel=1
pkgdesc='GUI tool for storage configuration'
arch=('any')
@@ -10,8 +10,9 @@ license=('GPL')
url='https://github.com/storaged-project/blivet-gui'
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-makedepends=('git' 'python')
-depends=('python' 'python-blivet-git' 'python-cairo' 'python-gobject' 'python-meh' 'python-pid')
+makedepends=('git' 'python' 'python-cairo')
+depends=('python' 'python-blivet-git' 'python-cairo' 'python-gobject' 'python-meh'
+'python-pid' 'python-polib' 'python-coverage' 'python-pycodestyle' 'python-pip')
source=("${pkgname%-git}::git+https://github.com/storaged-project/blivet-gui.git")
sha256sums=('SKIP')