summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2019-03-22 17:46:09 +0100
committerJoan Bruguera2019-03-22 17:46:09 +0100
commit835b4b37bdedec2a1778877cb4cf213ee7c8d2e6 (patch)
tree67d73cfb1955b781395c0049ac52a64ce7ff02a5
parent82156a4d5569c028fb6901b110cd8906ff3c8ccd (diff)
downloadaur-835b4b37bdedec2a1778877cb4cf213ee7c8d2e6.tar.gz
Fix package licenses.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d29ec5de681..afbdbf342a8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = basicanalysis
pkgdesc = Framework for automatic extraction of fundamental factors for Paraver traces (from BSC).
pkgver = 0.3.6
- pkgrel = 2
+ pkgrel = 3
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = any
- license = LGPLv2.1
+ license = LGPL2.1
depends = python
depends = python-scipy
depends = python-numpy
diff --git a/PKGBUILD b/PKGBUILD
index 68de624b451d..eb19fa9fa9cd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname='basicanalysis'
pkgdesc='Framework for automatic extraction of fundamental factors for Paraver traces (from BSC).'
pkgver='0.3.6'
-pkgrel='2'
+pkgrel='3'
arch=('any')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
-license=('LGPLv2.1')
+license=('LGPL2.1')
depends=(python python-scipy python-numpy)
optdepends=('gnuplot: For drawing the generated plots')
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-$pkgver-src.tar.bz2")