summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBioArchLinuxBot2023-01-13 18:03:25 +0000
committerBioArchLinuxBot2023-01-13 18:03:25 +0000
commit7620b4f807a75ed87374a1c6d64c1997d9c5dd8a (patch)
treeafddad5d15c7a0e268c390bcad0f91edc1cf11bc
parent90546ba80ec11c30ae6440d4ed2014105cdfa097 (diff)
downloadaur-7620b4f807a75ed87374a1c6d64c1997d9c5dd8a.tar.gz
[lilac] updated to 1.3.1-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4727e4488efb..6fe171158a45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-pairwisedist
pkgdesc = Calculate the pairwise-distance matrix for an array of n samples by p features
- pkgver = 1.3.0
+ pkgver = 1.3.1
pkgrel = 1
url = https://github.com/GuyTeichman/pairwisedist
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-pairwisedist
depends = python-numpy
depends = python-scipy
depends = python-pytest
- source = https://files.pythonhosted.org/packages/source/p/pairwisedist/pairwisedist-1.3.0.tar.gz
- md5sums = 9ff7554ab02ff78338ee5447b425caa2
+ source = https://files.pythonhosted.org/packages/source/p/pairwisedist/pairwisedist-1.3.1.tar.gz
+ md5sums = 7fb70febbac6a6b35584ab4c30e41f39
pkgname = python-pairwisedist
diff --git a/PKGBUILD b/PKGBUILD
index ac4e63f077f4..e146ccc543eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-pairwisedist
_module=${pkgname#python-}
-pkgver=1.3.0
+pkgver=1.3.1
pkgrel=1
pkgdesc='Calculate the pairwise-distance matrix for an array of n samples by p features'
arch=(any)
@@ -20,7 +20,7 @@ makedepends=(
'python-pytest-runner'
)
source=("https://files.pythonhosted.org/packages/source/${_module::1}/$_module/$_module-$pkgver.tar.gz")
-md5sums=('9ff7554ab02ff78338ee5447b425caa2')
+md5sums=('7fb70febbac6a6b35584ab4c30e41f39')
build() {
cd "$_module-$pkgver"