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 779781b6f555..256f1c4ec3b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -6,7 +6,7 @@ pkgbase = tnt-bio
arch = x86_64
license = custom
makedepends = unzip
- depends = tnt-ncurses5-compat-libs
+ depends = ncurses5-compat-libs
source = http://www.lillo.org.ar/phylogeny/tnt/tnt-linux.zip
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index f4dff9df5cc4..b813084c4e54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ arch=('x86_64')
url="http://www.lillo.org.ar/phylogeny/tnt/"
license=('custom')
makedepends=('unzip')
-depends=('tnt-ncurses5-compat-libs')
+depends=('ncurses5-compat-libs')
source=("http://www.lillo.org.ar/phylogeny/tnt/tnt-linux.zip")
sha256sums=('SKIP')
prepare () {