summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 62375fd7b679..0e4f5cf09fcf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = python-censys
pkgdesc = An easy-to-use and lightweight API wrapper for Censys APIs.
pkgver = 2.1.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/censys/censys-python
arch = any
license = APACHE
makedepends = python-build
makedepends = python-installer
+ makedepends = python-poetry
depends = python
depends = python-requests
depends = python-backoff
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')