diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-15 10:58:02 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-15 10:58:02 -0300 |
commit | 91c68e523c0499adc383132077871913154a50df (patch) | |
tree | 2c638824008f27ac6fb5953dee455e70658f349b /libre | |
parent | 7a4ba10c889d63b7788a57b9c099531fd675eb26 (diff) |
qupzilla-libre: fix description
Diffstat (limited to 'libre')
-rw-r--r-- | libre/qupzilla-libre/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libre/qupzilla-libre/PKGBUILD b/libre/qupzilla-libre/PKGBUILD index 91420fb97..75945986a 100644 --- a/libre/qupzilla-libre/PKGBUILD +++ b/libre/qupzilla-libre/PKGBUILD @@ -6,8 +6,8 @@ _name=QupZilla _pkgname=qupzilla pkgname=qupzilla-libre pkgver=1.4.3 -pkgrel=1.1 -pkgdesc="Cross-platform QtWebKit browser, without Google, Youtube and Facebook recommendation" +pkgrel=1.2 +pkgdesc="Cross-platform QtWebKit browser, with DuckDuckGo HTML support" arch=(i686 x86_64 mips64el) url="http://www.qupzilla.com/" license=('GPL3') @@ -25,7 +25,7 @@ md5sums=('20187fcce11dbba876e1ee7dc5e32583' prepare() { cd "$srcdir/$_name-$_pkgname-"* - # remove Google, Youtube and Facebook recommendation + # remove Google, Youtube and Facebook support, replaces it to DDG HTML patch -Np1 -i $srcdir/libre.patch } |