From ef52b1925c61130e54ade1f5d4bc461590a8d9f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Fabian=20Silva=20Delgado?= Date: Sat, 29 Aug 2015 05:24:08 -0300 Subject: arora-0.11.0-4.parabola2: fix pkgdesc --- libre/arora/PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'libre/arora/PKGBUILD') diff --git a/libre/arora/PKGBUILD b/libre/arora/PKGBUILD index 9144b6e7d..d75963567 100644 --- a/libre/arora/PKGBUILD +++ b/libre/arora/PKGBUILD @@ -6,11 +6,11 @@ pkgname=arora pkgver=0.11.0 -pkgrel=4.parabola1 -pkgdesc='Lightweight cross-platform Web browser, without nonfree flash recommendation and non-privacy search providers' +pkgrel=4.parabola2 +pkgdesc='Lightweight cross-platform Web browser, without nonfree flash recommendation and non-privacy search engines' url="http://code.google.com/p/$pkgname/" license=('GPL') -arch=('i686' 'x86_64' 'mips64el') +arch=('i686' 'x86_64') replaces=($pkgname-libre) conflicts=($pkgname-libre) depends=('qtwebkit' 'desktop-file-utils') @@ -33,7 +33,7 @@ install=install prepare() { cd "${srcdir}/${pkgname}-${pkgver}" - # remove non-privacy search providers + # remove non-privacy search engines rm -r src/data/searchengines/* install -m644 $srcdir/searchengines.qrc src/data/searchengines install -m644 "$srcdir/"{duckduckgo-html,seeks-search,wikipedia-en,yacy}.xml src/data/searchengines -- cgit v1.2.3-2-g168b