summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWill Handley2023-07-01 22:36:08 +0100
committerWill Handley2023-07-01 22:36:08 +0100
commitd969b73d2bb5d9ec1654e809f29e8cdb9c59fac5 (patch)
treeb8fd47cb5047b09d611ebe3a586f060306f7ec00
parentae8f8ccf471c9992f9df8544e05be3a4471d77f9 (diff)
downloadaur-d969b73d2bb5d9ec1654e809f29e8cdb9c59fac5.tar.gz
Updated license
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b366d6f5967..8626b52d3228 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = python-fastkde
pkgdesc = Fast kernel density estimation
pkgver = 1.0.20
- pkgrel = 1
- url = https://bitbucket.org/lbl-cascade/fastkde
+ pkgrel = 2
+ url = https://github.com/LBL-EESA/fastkde
arch = any
+ license = LBNL
makedepends = python-build
makedepends = python-installer
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 80e121dc8cf7..e869d724c961 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=python-fastkde
_name=${pkgname#python-}
pkgver=1.0.20
-pkgrel=1
+pkgrel=2
pkgdesc="Fast kernel density estimation"
arch=(any)
-url="https://bitbucket.org/lbl-cascade/fastkde"
-license=()
+url="https://github.com/LBL-EESA/fastkde"
+license=(LBNL)
groups=()
depends=(python-numpy python-scipy cython)
makedepends=(python-build python-installer)