summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartino Pilia2020-01-02 22:59:06 +0100
committerMartino Pilia2020-01-02 22:59:06 +0100
commitd2053f9fff20ba8640fd570955d15936128b3f9f (patch)
tree65ebe770ec30d1e769ed60dd13f87db8f9bd5e60 /PKGBUILD
parent51c58e7cf2f4da8e3ce0354953d08c8d125f121f (diff)
downloadaur-python-pypi2pkgbuild-git.tar.gz
Fix build dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 11 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 86ed159354a9..2d4624212b88 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,22 @@
# Maintainer of this PKGBUILD file: Martino Pilia <martino.pilia@gmail.com>
_pkgname=pypi2pkgbuild
pkgname=python-$_pkgname-git
-pkgver=0.1.r26.g2c0e9c5
+pkgver=0.1.r82.gb3b6ae9
pkgrel=1
pkgdesc="Convert PyPI packages to Arch Linux packages"
arch=('any')
url="https://github.com/anntzer/pypi2pkgbuild"
license=('MIT')
-depends=('python-pip' 'namcap' 'pkgfile')
-makedepends=('python-setuptools' 'git')
+depends=(
+ 'namcap'
+ 'pkgfile'
+ 'python-pip'
+ 'python-wheel'
+)
+makedepends=(
+ 'git'
+ 'python-setuptools-scm'
+)
conflicts=('python-pypi2pkgbuild')
source=("git+https://github.com/anntzer/pypi2pkgbuild.git")
sha512sums=('SKIP')