summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Luna2020-07-26 04:00:52 -0500
committerChristopher Luna2020-07-26 04:00:52 -0500
commita92630ed74b859c7b71ba795cd8ddbc592ed868b (patch)
tree3b9d640ad1dd8d3b85428afd0a1a93c0eeb03dec
parent388d80596fe9535a271c16cba156a2a8e063db87 (diff)
downloadaur-python-g2p-blocks-git.tar.gz
Removed extra "depends" line
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cc565fc19b4..881fee3585a3 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 = 2
+ pkgrel = 3
url = https://github.com/g2p/blocks
arch = i686
arch = x86_64
@@ -18,5 +18,4 @@ pkgbase = python-g2p-blocks-git
md5sums = SKIP
pkgname = python-g2p-blocks-git
- depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 5255bf05d386..2656762780f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=blocks
pkgname=python-g2p-${_pkgname}-git
pkgver=167
-pkgrel=2
+pkgrel=3
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')
@@ -25,8 +25,6 @@ build() {
}
package() {
- depends=('python')
-
cd "${srcdir}/${_pkgname}"
python setup.py install --prefix=/usr --root="${pkgdir}" --optimize=1 --skip-build
install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"