summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAtomicFS2024-05-10 12:21:42 +0200
committerAtomicFS2024-05-10 12:21:42 +0200
commit684cb82659dbbaabc3c632d0f2744b1fc3efceee (patch)
tree5bc408a7ab953a2d6c2796d72eed59edc1d8db38 /PKGBUILD
parente0ad2b65511f048ea70234de736bcd28ce36b9b7 (diff)
downloadaur-684cb82659dbbaabc3c632d0f2744b1fc3efceee.tar.gz
fix git dependency
Signed-off-by: AtomicFS <vojtech_vesely@white-hat-hacker.icu>
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fe50d5533f17..5789590e6c15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
pkgname=python-blkinfo
pkgver=0.2.0
-pkgrel=3
+pkgrel=4
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'
)
makedepends=(
+ 'git'
'python-build'
'python-installer'
'python-wheel'