summarylogtreecommitdiffstats
path: root/PKGBUILD
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 /PKGBUILD
parenta5ed9903c7c475fe0e096eda9a5c4e6112d505d4 (diff)
downloadaur-htslib.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 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')