summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorAtomicFS2024-05-05 15:34:14 +0200
committerAtomicFS2024-05-05 15:34:14 +0200
commite0ad2b65511f048ea70234de736bcd28ce36b9b7 (patch)
tree06843deddc9baad0d5ae5787aac3ca56f87fb2c4 /.SRCINFO
parente83d9ffb7584a049ba0feaa123ff152692c6e206 (diff)
downloadaur-python-blkinfo.tar.gz
add missing dependency
Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO3
1 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1df7a8504e7..3f8ce2783591 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-blkinfo
pkgdesc = A python library to list information about all available or the specified block devices
pkgver = 0.2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/grinrag/blkinfo
arch = any
license = GPL-3.0-only
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+ depends = git
depends = python
depends = util-linux
source = python-blkinfo::git+https://github.com/grinrag/blkinfo#tag=0.2.0