summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ca7716ad0440..8189de8af11d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,13 @@
pkgname=python-pywhat
_pkgname=pyWhat
-pkgver=1.2.0
+pkgver=3.1.0
pkgrel=1
pkgdesc="Identify emails, IP addresses and more"
arch=('any')
depends=(
'python'
'python-click'
- 'python-langdetect'
'python-name-that-hash' #aur
'python-rich'
)
@@ -18,7 +17,7 @@ url="https://github.com/bee-san/pyWhat"
license=('GPL-3.0')
source=("$pkgname.tar.gz::https://github.com/bee-san/pyWhat/archive/refs/tags/$pkgver.tar.gz")
sha256sums=(
- "64909fd3af97d914fb41732bc635487c483a4d8bcea2a1dc49f35b1f5b9b776c"
+ "725e07c2ae4520021805d60628b636faa1c75c9da782f0b3e5ee514edc7926d3"
)
prepare() {