diff --git a/chromium/Pkgfile b/chromium/Pkgfile index 955a47936..05d719e42 100644 --- a/chromium/Pkgfile +++ b/chromium/Pkgfile @@ -6,7 +6,7 @@ name=chromium version=34.0.1847.132 -release=1 +release=2 source=(http://commondatastorage.googleapis.com/chromium-browser-official/$name-$version.tar.xz \ $name.sh rungn.patch) @@ -55,7 +55,8 @@ build() { -Dlinux_link_libpci=1 \ -Dlinux_link_libspeechd=1 \ -Denable_webrtc=1 \ - -Ddisable_nacl=1 + -Ddisable_nacl=1 \ + -Dicu_use_data_file_flag=0 make chrome chrome_sandbox BUILDTYPE=Release diff --git a/subversion-bashcompletion/Pkgfile b/subversion-bashcompletion/Pkgfile index 9a44cd354..510fd35d1 100644 --- a/subversion-bashcompletion/Pkgfile +++ b/subversion-bashcompletion/Pkgfile @@ -5,7 +5,7 @@ # Depends on: bash-completion subversion name=subversion-bashcompletion -version=1.8.8 +version=1.8.9 release=1 source=(http://svn.apache.org/repos/asf/subversion/tags/$version/tools/client-side/bash_completion) diff --git a/subversion/.md5sum b/subversion/.md5sum index d238441de..fc3a62147 100644 --- a/subversion/.md5sum +++ b/subversion/.md5sum @@ -1 +1 @@ -db04a587c68e38da6d0e342e6508f514 subversion-1.8.8.tar.bz2 +bd495517a760ddd764ce449a891971db subversion-1.8.9.tar.bz2 diff --git a/subversion/Pkgfile b/subversion/Pkgfile index e66fd6045..05357f0f6 100644 --- a/subversion/Pkgfile +++ b/subversion/Pkgfile @@ -5,7 +5,7 @@ # Depends on: apr serf expat sqlite3 name=subversion -version=1.8.8 +version=1.8.9 release=1 source=(http://www.apache.org/dist/$name/$name-$version.tar.bz2)