summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew O'Neill2024-01-30 21:23:10 -0500
committerAndrew O'Neill2024-01-30 21:23:10 -0500
commite762fdfbb813a2f25e797057601d47a9c73502a4 (patch)
tree10ec77a6a2d96773e9f1d53b11f09aaa7a3a69df /PKGBUILD
parent6b5b73bd1d6415d5460760234b1215f94fc89e9c (diff)
downloadaur-mothur.tar.gz
Update license to use SPDX identifier
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 23c7b14933ac..9f63e4f783b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='A bioinformatics program for analyzing microbial communities.'
arch=('x86_64')
url='https://www.mothur.org/'
-license=('GPL3')
+license=('GPL-3.0-only')
depends=('boost-libs')
makedepends=('boost' 'hdf5')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}.tar.gz")