summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLetu Ren2022-03-17 21:53:27 +0800
committerLetu Ren2022-03-17 21:53:27 +0800
commit6e7000299272e5b44fadcf9085333804d5b4ea78 (patch)
treeb9b9a7d7ab078b09b401f0f699325b328f05c8b6 /PKGBUILD
parent5fa53347a8072fb578938260980f81004c18a376 (diff)
downloadaur-6e7000299272e5b44fadcf9085333804d5b4ea78.tar.gz
add makedepends poetry
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 69669456295f..3beca47cf783 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=python-censys
pkgver=2.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="An easy-to-use and lightweight API wrapper for Censys APIs."
arch=('any')
url="https://github.com/censys/censys-python"
license=('APACHE')
depends=('python' 'python-requests' 'python-backoff' 'python-rich')
-makedepends=('python-build' 'python-installer')
+makedepends=('python-build' 'python-installer' 'python-poetry')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
sha256sums=('50bc63625fc6db0bf94a5fab5280a9d4c48aed3b4eca43b86bdf9668bf3bc980')