summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD14
2 files changed, 15 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4fd19f7af91..44ad9b91a5f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,16 @@
pkgbase = python-pypi2pkgbuild-git
pkgdesc = Convert PyPI packages to Arch Linux packages
- pkgver = 0.1.r26.g2c0e9c5
+ pkgver = 0.1.r82.gb3b6ae9
pkgrel = 1
url = https://github.com/anntzer/pypi2pkgbuild
arch = any
license = MIT
- makedepends = python-setuptools
makedepends = git
- depends = python-pip
+ makedepends = python-setuptools-scm
depends = namcap
depends = pkgfile
+ depends = python-pip
+ depends = python-wheel
conflicts = python-pypi2pkgbuild
source = git+https://github.com/anntzer/pypi2pkgbuild.git
sha512sums = SKIP
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')