summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2019-03-22 17:46:37 +0100
committerJoan Bruguera2019-03-22 17:46:37 +0100
commit72f763e50bc84d1c186324367f53aba322fbd508 (patch)
tree4c595316c6199ddbc79705b8968eec736dd41ef4
parentaacf4fb9f275d84c5a327bc298e8f57e927b160b (diff)
downloadaur-72f763e50bc84d1c186324367f53aba322fbd508.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 f5e14c5f6577..d87497f7c929 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = folding
pkgdesc = Combined instrumentation and sampling for instantaneous metric evolution with low overhead (from BSC).
pkgver = 1.3.2
- pkgrel = 3
+ pkgrel = 4
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = i686
arch = x86_64
- license = GPLv3
+ license = GPL3
depends = boost
depends = qt5-base
depends = libbsctools
diff --git a/PKGBUILD b/PKGBUILD
index 7c859a3b5843..bf95da54fa4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname='folding'
pkgdesc='Combined instrumentation and sampling for instantaneous metric evolution with low overhead (from BSC).'
pkgver='1.3.2'
-pkgrel='3'
+pkgrel='4'
arch=('i686' 'x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
-license=('GPLv3')
+license=('GPL3')
depends=(boost qt5-base libbsctools r clang)
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-$pkgver-src.tar.bz2")
sha512sums=(df54700a1eee506f7b7b8d08f74805d576d1455fe3e31de368d0a98bd3bc7114eef4c32d73462ac9cab2f5a9f273c27cc8538e9cfbf9b044c8ef66d3881a7f3d)