summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjuacrumar2021-06-05 11:45:33 +0200
committerjuacrumar2021-06-05 11:45:33 +0200
commit21b35f3c88016679629adb0aac81212cf613c66e (patch)
treefa5390787fa719b65a4198d151ec5e6c12c412ab
parentc4228fc8e36e62ccfada95cb059bc91d3570d4d3 (diff)
downloadaur-python-pdfflow.tar.gz
update to v 1.2.1
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fa5957b4baac..84ded9c50402 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = python-pdfflow
pkgdesc = Parton distribution function interpolation library written in Python and based on the TensorFlow framework
- pkgver = 1.1
+ pkgver = 1.2.1
pkgrel = 1
url = https://pdfflow.readthedocs.io/
arch = any
- license = GPL3
+ license = Apache
makedepends = python-setuptools
depends = python>=3.7
depends = python-numpy
@@ -14,8 +14,7 @@ pkgbase = python-pdfflow
optdepends = lhapdf: provides PDF files in the LHAPDF format
optdepends = python-vegasflow: MonteCarlo library to run examples
provides = pdfflow
- source = https://github.com/N3PDF/pdfflow/archive/v1.1.tar.gz
- md5sums = a0a56db01b27fd71261584e316527fcb
+ source = https://github.com/N3PDF/pdfflow/archive/v1.2.1.tar.gz
+ md5sums = b0e8e7207c5ea62b41f316ae15bea006
pkgname = python-pdfflow
-
diff --git a/PKGBUILD b/PKGBUILD
index 31700cf71722..d931df4a3013 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=python-pdfflow
_name=pdfflow
-pkgver=1.1
+pkgver=1.2.1
pkgrel=1
pkgdesc='Parton distribution function interpolation library written in Python and based on the TensorFlow framework'
arch=('any')
url="https://pdfflow.readthedocs.io/"
-license=('GPL3')
+license=('Apache')
makedepends=("python-setuptools")
depends=("python>=3.7"
"python-numpy"
@@ -23,7 +23,7 @@ optdepends=("python-tensorflow-cuda: GPU support"
provides=("pdfflow")
changelog=
source=("https://github.com/N3PDF/pdfflow/archive/v${pkgver}.tar.gz")
-md5sums=("a0a56db01b27fd71261584e316527fcb")
+md5sums=("b0e8e7207c5ea62b41f316ae15bea006")
prepare() {
cd "$_name-$pkgver"