diff options
Diffstat (limited to 'libre/arora')
-rw-r--r-- | libre/arora/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
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 |