summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLetu Ren2022-05-11 23:41:54 +0800
committerLetu Ren2022-05-11 23:41:54 +0800
commit21902c441da450315748cdb3f95861e3c67e05e5 (patch)
tree875658c687252138825e6b12832df47061d4eac7 /PKGBUILD
parent601e5073fc6adb3df8c54066cf918005f8d4a778 (diff)
downloadaur-21902c441da450315748cdb3f95861e3c67e05e5.tar.gz
update to 2.1.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7f97f655e0c..4ac01fb02adc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor:: Ocelot <1112345@airmail.cc>
pkgname=python-censys
-pkgver=2.1.3
-pkgrel=3
+pkgver=2.1.4
+pkgrel=1
pkgdesc="An easy-to-use and lightweight API wrapper for Censys APIs."
arch=('any')
url="https://github.com/censys/censys-python"
@@ -12,7 +12,7 @@ depends=('python' 'python-requests' 'python-backoff' 'python-rich')
makedepends=('python-build' 'python-installer' 'python-poetry-core')
_name=${pkgname#python-}
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('50bc63625fc6db0bf94a5fab5280a9d4c48aed3b4eca43b86bdf9668bf3bc980')
+sha256sums=('b290d93fe18f3296bd94b1d9f3b7c09062dd8182c5df11101dc5c22386f68273')
build() {
cd "${_name}-${pkgver}"