summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJoan Bruguera2019-03-22 17:47:05 +0100
committerJoan Bruguera2019-03-22 17:47:05 +0100
commit1923074591998bd3d625f4938ae9aea551a5a328 (patch)
tree2f46f1817a1b680801a5f7c821b2c40286ea7416 /PKGBUILD
parent3b35b97d8a75fd3939b94e68b14cb9cf039747ec (diff)
downloadaur-1923074591998bd3d625f4938ae9aea551a5a328.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 7e15fa732622..7bc8a66a25ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname='wxparaver'
pkgdesc='Expressive powerful and flexible trace visualizer for post-mortem trace analysis (from BSC).'
pkgver='4.8.1'
-pkgrel='4'
+pkgrel='5'
arch=('i686' 'x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
-license=('LGPLv2.1')
+license=('LGPL2.1')
depends=(wxgtk3 webkit2gtk boost libxml2 zlib)
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-$pkgver-src.tar.bz2"
"wxParaver.desktop")