summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2024-01-30 21:18:55 -0500
committerAndrew O'Neill2024-01-30 21:18:55 -0500
commit4214ee615119b9e7190b8c2c45ab84c4895b10c7 (patch)
tree9cfa53541e8ceeed784ecb0a9b8d0e9b2374949e
parenta5ed9903c7c475fe0e096eda9a5c4e6112d505d4 (diff)
downloadaur-4214ee615119b9e7190b8c2c45ab84c4895b10c7.tar.gz
Update license to use SPDX identifier
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20d7491d84e0..b7ff67351843 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = htslib
pkgrel = 1
url = https://github.com/samtools/htslib
arch = x86_64
- license = custom
+ license = MIT
depends = bzip2
depends = curl
depends = xz
diff --git a/PKGBUILD b/PKGBUILD
index 8aa28b353937..6f4e40fb9949 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc='A C library for high-throughput sequencing data formats'
arch=('x86_64')
url="https://github.com/samtools/${pkgname}"
-license=('custom')
+license=('MIT')
depends=('bzip2' 'curl' 'xz')
provides=('tabix')
replaces=('tabix')