summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Spencer2019-05-25 10:57:43 +0100
committerJames Spencer2019-05-25 10:57:43 +0100
commit7a06682b7b80586509330d194511b87e098e14b5 (patch)
tree95657c286638cc42e30c962de21ba624e8362b12
parenta418253d86d33f83e77b711b17e5306c0a3c960a (diff)
downloadaur-7a06682b7b80586509330d194511b87e098e14b5.tar.gz
Correct license to MPL2 (changed from LGPL from 4.1.0 onwards)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bad0d99e9678..2315ad3b68be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
-# Generated by mksrcinfo v8
-# Thu Mar 21 22:27:17 UTC 2019
pkgbase = libxc
pkgdesc = library of exchange-correlation functionals for density-functional theory
pkgver = 4.3.4
- pkgrel = 1
+ pkgrel = 2
url = http://www.tddft.org/programs/octopus/wiki/index.php/Libxc
arch = i686
arch = x86_64
- license = LGPL
+ license = MPL2
makedepends = gcc
makedepends = gcc-fortran
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index 79ec7b0b19e4..2c94cdd5d29c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=libxc
pkgver=4.3.4
-pkgrel=1
+pkgrel=2
pkgdesc="library of exchange-correlation functionals for density-functional theory"
arch=('i686' 'x86_64')
url="http://www.tddft.org/programs/octopus/wiki/index.php/Libxc"
-license=('LGPL')
+license=('MPL2')
makedepends=('gcc' 'gcc-fortran')
optdepends=()
source=(http://www.tddft.org/programs/octopus/down.php?file=libxc/$pkgver/libxc-$pkgver.tar.gz)