Date: Sunday, September 27, 2015 @ 23:48:40 Author: arodseth Revision: 141724
upgpkg: catfish 1.3.2-1 Modified: catfish/trunk/PKGBUILD catfish/trunk/catfish.install -----------------+ PKGBUILD | 11 ++++++----- catfish.install | 1 + 2 files changed, 7 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-09-27 21:12:52 UTC (rev 141723) +++ PKGBUILD 2015-09-27 21:48:40 UTC (rev 141724) @@ -1,26 +1,27 @@ # $Id$ -# Maintainer: Alexander Rødseth <[email protected]> +# Maintainer: Alexander F Rødseth <[email protected]> # Contributor: Jaroslav Lichtblau <[email protected]> # Contributor: Alexander Fehr <[email protected]> # Contributor: Pantelis Panayiotou <[email protected]> pkgname=catfish -pkgver=1.3.1 -pkgrel=2 +pkgver=1.3.2 +pkgrel=1 pkgdesc='Versatile file searching tool' arch=('any') url='https://launchpad.net/catfish-search' license=('GPL') install="$pkgname.install" -depends=('gtk3' 'mlocate' 'python-gobject' 'python-xdg' 'xdg-utils' 'python-pexpect') +depends=('gtk3' 'python-gobject' 'python-xdg' 'xdg-utils' 'python-pexpect') makedepends=('intltool') optdepends=('zeitgeist: integration with zeitgeist' 'findutils: filename search' + 'mlocate: fulltext search' 'tracker: fulltext search' 'strigi: fulltext search' 'pinot: fulltext search') source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2") -sha256sums=('58d93cf56551d4cdb4fa3cbedcee32fa80d507d0d72638ecb947b176f0d81406') +sha256sums=('be150ab9055add4390dbe22fee04b565633e507afd78a4dfbafaef9626f02255') prepare() { cd "$pkgname-$pkgver" Modified: catfish.install =================================================================== --- catfish.install 2015-09-27 21:12:52 UTC (rev 141723) +++ catfish.install 2015-09-27 21:48:40 UTC (rev 141724) @@ -1,5 +1,6 @@ post_install() { xdg-icon-resource forceupdate + echo 'One of the file search engines must be installed for catfish to work.' } post_upgrade() {
