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 c7f4fbd5303d..8dbece637d5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=check-manifest
pkgver=0.49
-pkgrel=1
+pkgrel=2
pkgdesc='Check MANIFEST.in in a Python package for completeness'
arch=(any)
url='https://github.com/mgedmin/check-manifest'
license=(MIT)
-depends=(python-build python-pep517 python-setuptools python-toml)
+depends=(python-build python-setuptools python-toml)
makedepends=(python-installer python-wheel)
checkdepends=(git python-mock python-pytest subversion)
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")