summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCleber Matheus2024-03-29 13:58:40 -0300
committerCleber Matheus2024-03-29 13:58:40 -0300
commitf22b59c2f6b03eaa0abbdad0746a6c3c3a79e4bc (patch)
treec65e94542e21677464faff94274b3d1d4dc6d043 /PKGBUILD
parent0e66ed1e12677ddb860a9098f3d0e355e93a542f (diff)
downloadaur-blivet-gui-git.tar.gz
Updated dependencies 2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b0dbbcdabc57..43b38be8bc45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,17 @@
pkgname=blivet-gui-git
pkgver=2.5.0.r16.g1b7473d
-pkgrel=1
+pkgrel=2
pkgdesc='GUI tool for storage configuration'
arch=('any')
license=('GPL')
url='https://github.com/storaged-project/blivet-gui'
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-makedepends=('git' 'python' 'python-cairo')
+makedepends=('git' 'python' 'python-cairo' 'python-setuptools' 'python-gobject'
+'python-pid' 'python-blivet' 'python-sphinx')
depends=('python' 'python-blivet-git' 'python-cairo' 'python-gobject' 'python-meh'
-'python-pid' 'python-polib' 'python-coverage' 'python-pycodestyle' 'python-pip')
+'python-pid' 'python-polib' 'python-coverage' 'python-pycodestyle' 'python-pip' 'python-pocketlint')
source=("${pkgname%-git}::git+https://github.com/storaged-project/blivet-gui.git")
sha256sums=('SKIP')