summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMisaka135142024-04-16 11:33:54 +0800
committerMisaka135142024-04-16 11:33:54 +0800
commita3e3ac4dd4f90749143549bf979692a0698740b4 (patch)
tree7aafaea19b7fcaf9c309040e98eb2af140e8080e /PKGBUILD
parent46d7cd81bc16033303bdb2424781f6162401bb92 (diff)
downloadaur-a3e3ac4dd4f90749143549bf979692a0698740b4.tar.gz
upgpkg: python-pipreqs 0.5.0-2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c1c98c9c1edd..0306676825f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-pipreqs
pkgver=0.5.0
-pkgrel=1
+pkgrel=2
pkgdesc="Pip requirements.txt generator based on imports in project"
url="https://github.com/bndr/pipreqs"
license=('MIT')
arch=('any')
depends=('python' 'python-docopt' 'python-yarg' 'python-requests')
-makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel')
+makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel' 'python-poetry-core')
optdepends=('jupyter-nbconvert: for scanning jupyter notebooks')
source=("$pkgname-$pkgver.tar.gz::https://github.com/bndr/pipreqs/archive/v$pkgver.tar.gz")
sha512sums=('0a15f1b675006ce24408fbca5f87d782c479d33db2a98ec60f619547b74e9220387321bf19c94a312039f50a51f8e47ec8b766e4e631cac740306965b64abb43')