summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2024-04-27 12:06:03 +0000
committerBioArchLinuxBot2024-04-27 12:06:03 +0000
commitbf14a455efca008cbcea5150e0ba0a69fd03c44b (patch)
tree7d7323475b323d055de1562123244b5ae3b530ef
parentc552b9450693fe6af166ae730bd436fb0e7915b4 (diff)
downloadaur-python-pairwisedist.tar.gz
[lilac] updated to 1.3.1-3
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c1b082e9da7e..3253b7a12694 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-pairwisedist
pkgdesc = Calculate the pairwise-distance matrix for an array of n samples by p features
pkgver = 1.3.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/GuyTeichman/pairwisedist
arch = any
- license = Apache
+ license = Apache-2.0
makedepends = python-setuptools
makedepends = python-installer
makedepends = python-pytest-runner
diff --git a/PKGBUILD b/PKGBUILD
index 42f783f3b2e1..1e1c1cf87275 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=python-pairwisedist
_module=${pkgname#python-}
pkgver=1.3.1
-pkgrel=2
+pkgrel=3
pkgdesc='Calculate the pairwise-distance matrix for an array of n samples by p features'
arch=(any)
url="https://github.com/GuyTeichman/pairwisedist"
-license=(Apache)
+license=('Apache-2.0')
depends=(
'python'
'python-numpy'