diff --git a/qupzilla/0001-branded-speeddial.patch b/qupzilla/0001-branded-speeddial.patch index 4d5ded6a3..1ec751bb7 100644 --- a/qupzilla/0001-branded-speeddial.patch +++ b/qupzilla/0001-branded-speeddial.patch @@ -22,7 +22,7 @@ index 07b791a..f003ff4 100644 + allPages = "url:\"https://chakraos.org\"|title:\"The Chakra Project\";" + "url:\"https://chakraos.org/forum\"|title:\"Forums\";" + "url:\"https://webchat.freenode.net/?channels=chakra\"|title:\"IRC\";" -+ "url:\"http://www.youtube.com/html5\"|title:\"YouTube-html5\";"; ++ "url:\"http://www.youtube.com/html5\"|title:\"YouTube-html5\";" + "url:\"https://duckduckgo.com/?t=chakra\"|title:\"DuckDuckGo\";"; } changed(allPages); diff --git a/qupzilla/PKGBUILD b/qupzilla/PKGBUILD index 81e1f6d11..91c6cbb52 100644 --- a/qupzilla/PKGBUILD +++ b/qupzilla/PKGBUILD @@ -18,7 +18,7 @@ screenshot='http://www.qupzilla.com/screens/kde.png' source=("https://github.com/QupZilla/qupzilla/releases/download/v${pkgver}/${_pkgname}-${pkgver}.tar.xz" '0001-branded-speeddial.patch') sha1sums=('1ec7c048243b57b29eb8cb3e574cb62606dd3a87' - '1c64f02f0671d379b2bd7a98ba15bc38c919e3cd') + '7ae942d114016e5971caffd8a5cef8e20495f127') prepare() { msg 'Applying browserUI patch...'