summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorCleber Matheus2024-03-26 23:39:27 -0300
committerCleber Matheus2024-03-26 23:39:27 -0300
commit0e66ed1e12677ddb860a9098f3d0e355e93a542f (patch)
treeeac3eb766d52d31414b8d6ed446616bf2f35f7de /PKGBUILD
parentd634ffd5eabbdc2e676ac4c5ee4267ebd8f1c223 (diff)
downloadaur-0e66ed1e12677ddb860a9098f3d0e355e93a542f.tar.gz
Updated dependencies
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')