summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Luna2020-07-24 23:49:57 -0500
committerChristopher Luna2020-07-24 23:49:57 -0500
commit388d80596fe9535a271c16cba156a2a8e063db87 (patch)
treeecdf9a9dffcda4361b9c8b5a96dfeacfb189fba7
parentf6a80254c607aeee7cb417afda301245e292f0db (diff)
downloadaur-388d80596fe9535a271c16cba156a2a8e063db87.tar.gz
Added python-setuptools dependence
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 867f8480624e..7cc565fc19b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-g2p-blocks-git
pkgdesc = Enable bcache or LVM on existing block devices. Convert between raw partitions, logical volumes, and bcache devices witout moving data.
pkgver = 167
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/g2p/blocks
arch = i686
arch = x86_64
@@ -12,6 +12,7 @@ pkgbase = python-g2p-blocks-git
depends = python-pyparted
depends = python-augeas
depends = python-maintboot-git
+ depends = python-setuptools
provides = python-g2p-blocks
source = git+https://github.com/g2p/blocks.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 95101d773093..5255bf05d386 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=blocks
pkgname=python-g2p-${_pkgname}-git
pkgver=167
-pkgrel=1
+pkgrel=2
pkgdesc="Enable bcache or LVM on existing block devices. Convert between raw partitions, logical volumes, and bcache devices witout moving data."
url="https://github.com/g2p/blocks"
arch=('i686' 'x86_64')
@@ -11,7 +11,7 @@ license=('GPL3')
makedepends=('pkg-config' 'python>=3.3' 'git')
provides=("python-g2p-${_pkgname}")
source=("git+https://github.com/g2p/${_pkgname}.git")
-depends=("python-pyparted" "python-augeas" "python-maintboot-git")
+depends=("python-pyparted" "python-augeas" "python-maintboot-git" "python-setuptools")
md5sums=('SKIP')
pkgver() {