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