summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonidas Spyropoulos2021-06-18 10:05:03 +0100
committerLeonidas Spyropoulos2021-06-18 10:05:03 +0100
commitd0264ca70b79417dbf39900dc9df27a07a08cdba (patch)
treecbd8512d2c7b178396097ccff15ebe82749c1fc7
parentbfeaf7b04ac636a4e596f6a65585c8fd3de3b248 (diff)
downloadaur-d0264ca70b79417dbf39900dc9df27a07a08cdba.tar.gz
upgpkg: python-sklearn-pandas 2.2.0-1
Change license to be precise
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08836f16632d..a2b1dd4df40a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = python-sklearn-pandas
pkgrel = 1
url = https://github.com/scikit-learn-contrib/sklearn-pandas
arch = any
- license = Custom
+ license = custom:zlib/bsd
checkdepends = python-pytest
checkdepends = python-joblib
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index e7d2c4a9ad3d..16354b4a2568 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='Pandas integration with scikit-learn'
arch=(any)
url='https://github.com/scikit-learn-contrib/sklearn-pandas'
-license=(Custom)
+license=(custom:zlib/bsd)
depends=('python'
'python-scikit-learn>=0.23.0'
'python-scipy>=1.5.1'