summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorroliboy2021-08-28 12:56:18 +0300
committerroliboy2021-08-28 12:56:18 +0300
commitfc4eea661e8a157a4605f86f5d5eaba8182d8c26 (patch)
treeaee7d4182c6980a94cb631c32342e747aeee47e4
parent4c99a0ec9b8b784911dd16f8ade2958d6183fd4d (diff)
downloadaur-fc4eea661e8a157a4605f86f5d5eaba8182d8c26.tar.gz
update to version 3.4.1 and change license to MIT
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aca36e437397..63c78ab8f9a9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,17 @@
pkgbase = python-pywhat
pkgdesc = Identify emails, IP addresses and more
- pkgver = 3.4.0
+ pkgver = 3.4.1
pkgrel = 1
url = https://github.com/bee-san/pyWhat
arch = any
- license = GPL-3.0
+ license = MIT
makedepends = python-dephell
makedepends = python-setuptools
depends = python
depends = python-click
depends = python-rich
optdepends = python-orjson: faster JSON serialization and deserialization
- source = python-pywhat-3.4.0.tar.gz::https://github.com/bee-san/pyWhat/archive/3.4.0.tar.gz
- sha256sums = bff050c5e3e982e7ae0ac7068b4d0af1db175acceda56d333ac5734aab5975eb
+ source = python-pywhat-3.4.1.tar.gz::https://github.com/bee-san/pyWhat/archive/3.4.1.tar.gz
+ sha256sums = f5182a20371e7bb3889bb5129c95e0e28ac7caf88eaf0e973fb32f30e54a8856
pkgname = python-pywhat
diff --git a/PKGBUILD b/PKGBUILD
index 77fbf95f8707..e10309411719 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pywhat
_pkgname=pyWhat
-pkgver=3.4.0
+pkgver=3.4.1
pkgrel=1
pkgdesc="Identify emails, IP addresses and more"
arch=("any")
@@ -19,9 +19,9 @@ optdepends=(
"python-orjson: faster JSON serialization and deserialization"
)
url="https://github.com/bee-san/pyWhat"
-license=("GPL-3.0")
+license=("MIT")
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
-sha256sums=("bff050c5e3e982e7ae0ac7068b4d0af1db175acceda56d333ac5734aab5975eb")
+sha256sums=("f5182a20371e7bb3889bb5129c95e0e28ac7caf88eaf0e973fb32f30e54a8856")
prepare() {
cd "${_pkgname}-${pkgver}"