summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYishen Miao2022-02-13 02:02:21 -0800
committerYishen Miao2022-02-13 02:02:21 -0800
commit3956ceab33cffb23c05613354c58f7b029f1619f (patch)
treefa2f4452323d8382fd47289c1213fc3090afdec6
parent4149e1b74eba9e68357b3ee70cc714cf7a05acf6 (diff)
downloadaur-3956ceab33cffb23c05613354c58f7b029f1619f.tar.gz
Fixing typo
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c56b383c64b2..4353c1e4dc8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = blast+
pkgdesc = BLAST tool suite from NCBI (blastn, blastp, blastx, psiblast, etc)
pkgver = 2.12.0
- pkgrel = 2
+ pkgrel = 3
url = http://blast.ncbi.nlm.nih.gov/
arch = i686
arch = x86_64
@@ -17,7 +17,7 @@ pkgbase = blast+
depends = nettle
depends = krb5
depends = mysql
- depends = freetype
+ depends = freetype2
depends = python
depends = perl
depends = sqlite
diff --git a/PKGBUILD b/PKGBUILD
index e7eee3e62cc0..2ec5cb95572b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=blast+
pkgver=2.12.0
-pkgrel=2
+pkgrel=3
pkgdesc="BLAST tool suite from NCBI (blastn, blastp, blastx, psiblast, etc)"
arch=('i686' 'x86_64')
url="http://blast.ncbi.nlm.nih.gov/"
@@ -19,7 +19,7 @@ depends=('elfutils'
'nettle'
'krb5'
'mysql'
- 'freetype'
+ 'freetype2'
'python'
'perl'
'sqlite'