summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ed1ca56cef6..14ce399ecfd5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,23 @@
pkgbase = blivet-gui-git
pkgdesc = GUI tool for storage configuration
- pkgver = 2.5.0.r1.g2f6da74
+ pkgver = 2.5.0.r16.g1b7473d
pkgrel = 1
url = https://github.com/storaged-project/blivet-gui
arch = any
license = GPL
makedepends = git
makedepends = python
+ makedepends = python-cairo
depends = python
depends = python-blivet-git
depends = python-cairo
depends = python-gobject
depends = python-meh
depends = python-pid
+ depends = python-polib
+ depends = python-coverage
+ depends = python-pycodestyle
+ depends = python-pip
provides = blivet-gui
conflicts = blivet-gui
source = blivet-gui::git+https://github.com/storaged-project/blivet-gui.git
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')