summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuoi2023-07-29 20:26:26 +0800
committerKuoi2023-07-29 20:26:26 +0800
commit94a265dce0bf65bd1cfd57bd8e063df41718e149 (patch)
treea1799a90cab7a7ccc881ed0b62fbcea9cf496542
parenta1e34280dc91392b0e3583d504d7539e579e6eff (diff)
downloadaur-lvb.tar.gz
fix: license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97820a97afa2..410e9bf1ec04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = lvb
pkgrel = 0
url = https://github.com/phylolvb/lvb
arch = x86_64
- license = GPL2
+ license = custom
makedepends = make
depends = gcc-libs
depends = glibc
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)