summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSZanko2021-05-12 10:39:32 +0200
committerSZanko2021-05-12 10:39:32 +0200
commit4a7e77f68a774ae04556169b848d4d5cdf83209d (patch)
tree8e015ec46c69703fb22abccd032f3946dc349f32
parent10644567dab3480826a9ce8aa1cc6fab2e5fbd6d (diff)
downloadaur-4a7e77f68a774ae04556169b848d4d5cdf83209d.tar.gz
Updated License to the correct one
Signed-off-by: SZanko <szanko@protonmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ef25abaee96..35eddc2bce43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = mailchecker
pkgdesc = Definition and optimized evaluation of mathematical expressions on Numpy arrays.
pkgver = 4.0.7
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/FGRibreau/mailchecker/
arch = any
- license = BSD
+ license = MIT
makedepends = python-distribute
source = https://github.com/FGRibreau/mailchecker//archive/v4.0.7.tar.gz
sha256sums = 7ae8908b5bff1c2827058c9925fb4b38539d9c77bcfd902a3edfa4499574e82e
diff --git a/PKGBUILD b/PKGBUILD
index ce3bd7437c9b..8a31bdd0c050 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,11 +11,11 @@ pkgname=(
)
_pkgname="mailchecker"
pkgver="4.0.7"
-pkgrel="1"
+pkgrel="2"
pkgdesc='Definition and optimized evaluation of mathematical expressions on Numpy arrays.'
arch=('any')
url='https://github.com/FGRibreau/mailchecker/'
-license=('BSD')
+license=('MIT')
source=("${url}/archive/v${pkgver}.tar.gz")
sha256sums=('7ae8908b5bff1c2827058c9925fb4b38539d9c77bcfd902a3edfa4499574e82e')
makedepends=(