summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
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'