summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 258ea8f48a59..568a95a84b1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = octave-miscellaneous
license = GPL3
makedepends = ncurses
makedepends = units
- makedepends = termcap
depends = octave>=3.8.0
noextract = miscellaneous-1.3.0.tar.gz
source = http://downloads.sourceforge.net/octave/miscellaneous-1.3.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 13fc5f4fdff2..67e900b76ba4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ url="http://octave.sourceforge.net/$_pack/"
license=('GPL3')
groups=('octave-forge')
depends=('octave>=3.8.0')
-makedepends=('ncurses' 'units' 'termcap')
+makedepends=('ncurses' 'units')
optdepends=()
backup=()
options=()