summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2019-03-22 17:46:52 +0100
committerJoan Bruguera2019-03-22 17:46:52 +0100
commit138f7ffce755ad9afb420f5da89cf8f8f8f8f87e (patch)
tree54e39c9464badc2c36ce265911b05f0439ef9d78
parent0c40cbbbcf764a94acf7271915a64368dd5e3513 (diff)
downloadaur-138f7ffce755ad9afb420f5da89cf8f8f8f8f87e.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 4c9a318ff395..93d864cf13ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = spectral
pkgdesc = Signal processing techniques to select representative regions from Paraver traces (from BSC).
pkgver = 3.4.1
- pkgrel = 2
+ pkgrel = 3
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = i686
arch = x86_64
- license = GPLv3
+ license = GPL3
depends = fftw
depends = libbsctools
depends = extrae
diff --git a/PKGBUILD b/PKGBUILD
index b73443d53dbd..b6fa24ebbd2f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname='spectral'
pkgdesc='Signal processing techniques to select representative regions from Paraver traces (from BSC).'
pkgver='3.4.1'
-pkgrel='2'
+pkgrel='3'
arch=('i686' 'x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
-license=('GPLv3')
+license=('GPL3')
depends=(fftw libbsctools extrae)
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-$pkgver-src.tar.bz2")
sha512sums=(5b6350cbc6800857d1eeec7b6061406e3d238c12078f90a1ab611f89865f4bf07ef01dd638d9f258e64dfeded3963bdb48fba142599c29b57ffbcb7a86ac72f4)