summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNagy Roland2021-10-26 21:30:16 +0300
committerNagy Roland2021-10-26 21:30:16 +0300
commit405f9f1ea27fd4a9fea2d1b9f9e336ab0939358f (patch)
tree80fe2b654497793f49d828d9d6e2750f352e9577
parent3ec63f449f0055f1ce5731bf7d7dc7fb91ffc17d (diff)
downloadaur-405f9f1ea27fd4a9fea2d1b9f9e336ab0939358f.tar.gz
update to version 5.0.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9f3e4e0ef10..9f4d91631504 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywhat
pkgdesc = Identify emails, IP addresses and more
- pkgver = 4.3.1
+ pkgver = 5.0.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-4.3.1.tar.gz::https://github.com/bee-san/pyWhat/archive/4.3.1.tar.gz
- sha256sums = 26970a4523e2fad2ac42cf419ca15e5040f9fa3beb28553a1b1257db713b8b77
+ source = python-pywhat-5.0.0.tar.gz::https://github.com/bee-san/pyWhat/archive/5.0.0.tar.gz
+ sha256sums = 52f74c4cb48cea03aaed25400bb4ef0a570e12f20869d45354be15afe88703ce
pkgname = python-pywhat
diff --git a/PKGBUILD b/PKGBUILD
index c041e6b42d5e..15935bba8177 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pywhat
_pkgname=pyWhat
-pkgver=4.3.1
+pkgver=5.0.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=("26970a4523e2fad2ac42cf419ca15e5040f9fa3beb28553a1b1257db713b8b77")
+sha256sums=("52f74c4cb48cea03aaed25400bb4ef0a570e12f20869d45354be15afe88703ce")
prepare() {
cd "${_pkgname}-${pkgver}"