summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')