summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIru Cai2016-02-22 18:41:56 +0800
committerIru Cai2016-02-22 18:41:56 +0800
commit0820b63c3981ade4676d1b91333e5eb32c59c40c (patch)
tree7ecea7191215044da8d0932e5b044df8ab5c3f78
parentdd5c153590ab202153c3853a4eb14eba85a30414 (diff)
downloadaur-0820b63c3981ade4676d1b91333e5eb32c59c40c.tar.gz
fix the PKGBUILD: uncomment the libvpx_new line
Now it can build successfully.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c3a63b6a5575..1a25609e90ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sat Feb 20 15:40:37 UTC 2016
+# Mon Feb 22 10:41:50 UTC 2016
pkgbase = iridium
pkgdesc = a free, open, and libre browser modification of the Chromium code base
pkgver = 48.1
diff --git a/PKGBUILD b/PKGBUILD
index 6c237ea06806..32934d52bfd2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,7 +55,7 @@ prepare() {
touch chrome/test/data/webui/i18n_process_css_test.html
# https://code.google.com/p/chromium/issues/detail?id=541273
- #sed -i "/'target_name': 'libvpx'/s/libvpx/&_new/" build/linux/unbundle/libvpx.gyp
+ sed -i "/'target_name': 'libvpx'/s/libvpx/&_new/" build/linux/unbundle/libvpx.gyp
# https://codereview.chromium.org/1505763002
patch -Np1 -i ../chromium-use-non-versioned-icu-namespace.patch