summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Diehl2022-02-18 14:04:31 +0100
committerMartin Diehl2022-02-18 14:05:03 +0100
commit6c4444a5ade86f480dfd2af150d7489b499ee1d1 (patch)
tree7c7dd480f445a21f30215c8338cb5ee37276c4d4
parentf0063693d9a1372d8ed91f39a430d44b5a4b2b75 (diff)
downloadaur-6c4444a5ade86f480dfd2af150d7489b499ee1d1.tar.gz
license changed to AGPL
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4b2bc64eec4f..fbbe998d5844 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = damask
pkgdesc = DAMASK - The Duesseldorf Advanced Material Simulation Kit
pkgver = 3.0.0~alpha6
- pkgrel = 1
+ pkgrel = 2
url = https://damask.mpie.de
arch = x86_64
- license = GPL3
+ license = AGPL3
makedepends = cmake
makedepends = python-setuptools
optdepends = paraview: post-processing
diff --git a/PKGBUILD b/PKGBUILD
index 662d6672969e..d89190515296 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@ pkgbase=damask
pkgname=('damask' 'damask-grid' 'damask-mesh' 'python-damask')
pkgver=3.0.0~alpha6
pkgver_=3.0.0-alpha6
-pkgrel=1
+pkgrel=2
pkgdesc='DAMASK - The Duesseldorf Advanced Material Simulation Kit'
arch=('x86_64')
url='https://damask.mpie.de'
-license=('GPL3')
+license=('AGPL3')
makedepends=('cmake' 'python-setuptools')
optdepends=('paraview: post-processing')
source=(https://damask3.mpie.de/download/damask-${pkgver_}.tar.xz)