summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroliboy2021-07-11 16:44:29 +0300
committerroliboy2021-07-11 16:44:29 +0300
commitf469d4b5d17ef31f3da8e271dd9a9198cb1582c8 (patch)
tree44b14997730cbf232aac86a02922360d3123ae96
parent3a55058281ec51b4bb0b226ae28115070aba5a27 (diff)
downloadaur-f469d4b5d17ef31f3da8e271dd9a9198cb1582c8.tar.gz
update to 3.1.0 and remove python-langdetect dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0577e720957c..1eed6de1308e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pywhat
pkgdesc = Identify emails, IP addresses and more
- pkgver = 1.2.0
+ pkgver = 3.1.0
pkgrel = 1
url = https://github.com/bee-san/pyWhat
arch = any
@@ -9,10 +9,9 @@ pkgbase = python-pywhat
makedepends = python-dephell
depends = python
depends = python-click
- depends = python-langdetect
depends = python-name-that-hash
depends = python-rich
- source = python-pywhat.tar.gz::https://github.com/bee-san/pyWhat/archive/refs/tags/1.2.0.tar.gz
- sha256sums = 64909fd3af97d914fb41732bc635487c483a4d8bcea2a1dc49f35b1f5b9b776c
+ source = python-pywhat.tar.gz::https://github.com/bee-san/pyWhat/archive/refs/tags/3.1.0.tar.gz
+ sha256sums = 725e07c2ae4520021805d60628b636faa1c75c9da782f0b3e5ee514edc7926d3
pkgname = python-pywhat
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() {