summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLetu Ren2023-05-09 11:23:21 +0200
committerLetu Ren2023-05-09 11:23:21 +0200
commita8739e1fed13eaddc78255562e8dddbb0b86bd85 (patch)
treee99726d30d8f86793bac7caf2816724fa7db5bd3 /PKGBUILD
parent0932edd487ab8c0003e29934e67904db3d4d70f3 (diff)
downloadaur-a8739e1fed13eaddc78255562e8dddbb0b86bd85.tar.gz
update to 2.2.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5e04bc63b350..16385520c139 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor:: Ocelot <1112345@airmail.cc>
pkgname=python-censys
-pkgver=2.2.0
+pkgver=2.2.1
pkgrel=1
pkgdesc="An easy-to-use and lightweight API wrapper for Censys APIs."
arch=('any')
@@ -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=('ad0925d56b681bd9dd6f2a64fc33baf354adafa8bd307dc9a3320d2f9cfe22e3')
+sha256sums=('49f1785f655de1882384633c9b4244ee369359939cacb5bb8aa347c36d1966f2')
build() {
cd "${_name}-${pkgver}"