summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNagy Roland2021-10-07 11:49:35 +0300
committerNagy Roland2021-10-07 11:49:35 +0300
commitd4f226419c5613940045e80e856fc8741b866fb7 (patch)
treefc24b54852d7c76daf2928ba261778885a85fa26
parentfc4eea661e8a157a4605f86f5d5eaba8182d8c26 (diff)
downloadaur-d4f226419c5613940045e80e856fc8741b866fb7.tar.gz
update to version 4.1.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63c78ab8f9a9..c36e62b25971 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywhat
pkgdesc = Identify emails, IP addresses and more
- pkgver = 3.4.1
+ pkgver = 4.1.0
pkgrel = 1
url = https://github.com/bee-san/pyWhat
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-pywhat
depends = python-click
depends = python-rich
optdepends = python-orjson: faster JSON serialization and deserialization
- source = python-pywhat-3.4.1.tar.gz::https://github.com/bee-san/pyWhat/archive/3.4.1.tar.gz
- sha256sums = f5182a20371e7bb3889bb5129c95e0e28ac7caf88eaf0e973fb32f30e54a8856
+ source = python-pywhat-4.1.0.tar.gz::https://github.com/bee-san/pyWhat/archive/4.1.0.tar.gz
+ sha256sums = 76a4bfd7bb55671dea91c8af414ff55b657e1178e83011007d4e5d68fbeae429
pkgname = python-pywhat
diff --git a/PKGBUILD b/PKGBUILD
index e10309411719..2ae9d546b5ea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pywhat
_pkgname=pyWhat
-pkgver=3.4.1
+pkgver=4.1.0
pkgrel=1
pkgdesc="Identify emails, IP addresses and more"
arch=("any")
@@ -21,7 +21,7 @@ optdepends=(
url="https://github.com/bee-san/pyWhat"
license=("MIT")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=("f5182a20371e7bb3889bb5129c95e0e28ac7caf88eaf0e973fb32f30e54a8856")
+sha256sums=("76a4bfd7bb55671dea91c8af414ff55b657e1178e83011007d4e5d68fbeae429")
prepare() {
cd "${_pkgname}-${pkgver}"