summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoan Bruguera2019-03-22 17:46:23 +0100
committerJoan Bruguera2019-03-22 17:46:23 +0100
commitd665fcfabe9f4587f57a36f8ba36fb8705afa466 (patch)
tree0d4199115361b4507250379a876a51eaf14ad264
parentafa544da4ee9bd85658cd77a9cabdd6b7b976a00 (diff)
downloadaur-d665fcfabe9f4587f57a36f8ba36fb8705afa466.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 64944e9798d5..7977447e1755 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = dimemas
pkgdesc = High-abstracted network simulator for message-passing programs (from BSC).
pkgver = 5.4.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools
arch = i686
arch = x86_64
- license = LGPLv2.1
+ license = LGPL2.1
depends = boost
source = https://ftp.tools.bsc.es/dimemas/dimemas-5.4.1-src.tar.bz2
sha512sums = b372005ce956668cc788c9b79093a57dfe81f2786d99283539ffef27fbd4cad2cb6b064db43e069bd215ea51c44f13fdf36455fbf1daf5a5c96be8151281594b
diff --git a/PKGBUILD b/PKGBUILD
index 756ee0810876..141ade8aaebd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,10 +2,10 @@
pkgname='dimemas'
pkgdesc='High-abstracted network simulator for message-passing programs (from BSC).'
pkgver='5.4.1'
-pkgrel='1'
+pkgrel='2'
arch=('i686' 'x86_64')
url='https://www.bsc.es/discover-bsc/organisation/scientific-structure/performance-tools'
-license=('LGPLv2.1')
+license=('LGPL2.1')
depends=(boost)
source=("https://ftp.tools.bsc.es/$pkgname/$pkgname-$pkgver-src.tar.bz2")
sha512sums=(b372005ce956668cc788c9b79093a57dfe81f2786d99283539ffef27fbd4cad2cb6b064db43e069bd215ea51c44f13fdf36455fbf1daf5a5c96be8151281594b)