summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorKuoi2023-07-29 20:26:26 +0800
committerKuoi2023-07-29 20:26:26 +0800
commit94a265dce0bf65bd1cfd57bd8e063df41718e149 (patch)
treea1799a90cab7a7ccc881ed0b62fbcea9cf496542 /PKGBUILD
parenta1e34280dc91392b0e3583d504d7539e579e6eff (diff)
downloadaur-lvb.tar.gz
fix: license
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6a53180fa0b3..f321c7cc425f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgdesc="parsimony and simulated annealing in the search for phylogenetic trees
https://doi.org/10.1093/bioinformatics/btg402"
arch=('x86_64')
url="https://github.com/phylolvb/lvb"
-license=('GPL2')
+license=('custom')
depends=('gcc-libs' 'glibc')
makedepends=('make')
source=($url/archive/refs/tags/$pkgver.tar.gz)