summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Krause2015-07-15 16:25:06 +0200
committerChristian Krause2015-07-15 16:25:06 +0200
commit1679c389ce8e5ea9965e819c0dfe8193849fb722 (patch)
treee7865b946fa0d75697e8a48bb4dd880e5643ff78
parent4b71245ddb7306ebc430f334b6b6f132fc07273f (diff)
downloadaur-1679c389ce8e5ea9965e819c0dfe8193849fb722.tar.gz
correct license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8e9bc66be45..44ed614e366c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = tophat
url = http://ccb.jhu.edu/software/tophat/index.shtml
arch = x86_64
arch = i686
- license = PerlArtistic
+ license = BSL
makedepends = boost
depends = boost-libs
depends = bowtie2
diff --git a/PKGBUILD b/PKGBUILD
index 469ba1c16da4..2505f698f67e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="fast splice junction mapper for RNA-Seq reads"
arch=('x86_64' 'i686')
url="http://ccb.jhu.edu/software/tophat/index.shtml"
-license=('PerlArtistic')
+license=('BSL')
depends=('boost-libs' 'bowtie2' 'python2')
makedepends=('boost')
source=("http://ccb.jhu.edu/software/tophat/downloads/tophat-$pkgver.tar.gz")