summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Bruguera2019-03-22 17:46:09 +0100
committerJoan Bruguera2019-03-22 17:46:09 +0100
commit835b4b37bdedec2a1778877cb4cf213ee7c8d2e6 (patch)
tree67d73cfb1955b781395c0049ac52a64ce7ff02a5 /PKGBUILD
parent82156a4d5569c028fb6901b110cd8906ff3c8ccd (diff)
downloadaur-835b4b37bdedec2a1778877cb4cf213ee7c8d2e6.tar.gz
Fix package licenses.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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")