summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pompili2016-06-10 13:47:46 +0200
committerMarco Pompili2016-06-10 13:47:46 +0200
commit533537c257df2c5bc4bbe2578402d53559e1c07a (patch)
tree2047586e14e88c297d061e793cf6b31b9405a958
parent0c152b8cc8c415c5cf5238445e66ddeb87e7d8fb (diff)
downloadaur-533537c257df2c5bc4bbe2578402d53559e1c07a.tar.gz
update dep to libtinfo5
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8706a714c39f..5a6e3a059c1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Apr 23 13:19:23 UTC 2016
+# Fri Jun 10 11:47:02 UTC 2016
pkgbase = v8
pkgdesc = Fast and modern Javascript engine used in Google Chrome.
pkgver = 5.1.281.12
@@ -15,7 +15,7 @@ pkgbase = v8
makedepends = git
depends = readline
depends = icu
- depends = libtinfo-5
+ depends = libtinfo5
source = depot_tools::git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
source = gyp::git+https://chromium.googlesource.com/external/gyp
source = v8.pc
diff --git a/PKGBUILD b/PKGBUILD
index d56edc0e30c6..655d31476d35 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="Fast and modern Javascript engine used in Google Chrome."
arch=("i686" "x86_64")
url="https://code.google.com/p/v8/"
license=("BSD")
-depends=("readline" "icu" "libtinfo-5")
+depends=("readline" "icu" "libtinfo5")
makedepends=("clang-tools-extra" "python2" "python2-virtualenv" "ninja" "git")
source=("depot_tools::git+https://chromium.googlesource.com/chromium/tools/depot_tools.git"
"gyp::git+https://chromium.googlesource.com/external/gyp"