Date: Saturday, April 30, 2016 @ 13:23:54 Author: arodseth Revision: 173119
upgpkg: catfish 1.4.2-1 Modified: catfish/trunk/PKGBUILD catfish/trunk/catfish.install -----------------+ PKGBUILD | 6 +++--- catfish.install | 9 --------- 2 files changed, 3 insertions(+), 12 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-30 11:08:29 UTC (rev 173118) +++ PKGBUILD 2016-04-30 11:23:54 UTC (rev 173119) @@ -5,8 +5,8 @@ # Contributor: Pantelis Panayiotou <[email protected]> pkgname=catfish -pkgver=1.4.1 -pkgrel=2 +pkgver=1.4.2 +pkgrel=1 pkgdesc='Versatile file searching tool' arch=('any') url='https://launchpad.net/catfish-search' @@ -21,7 +21,7 @@ 'strigi: fulltext search' 'pinot: fulltext search') source=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.bz2") -sha256sums=('6837b74f0dbafa005c84b37ec773c7128804327f759807c3ec42f04003ee8935') +sha256sums=('a3fe087cdc7b2a2f2b6889d57893d1b7b678aacebde1a287fa4912ed7cf26b48') build() { cd "$pkgname-$pkgver" Modified: catfish.install =================================================================== --- catfish.install 2016-04-30 11:08:29 UTC (rev 173118) +++ catfish.install 2016-04-30 11:23:54 UTC (rev 173119) @@ -1,14 +1,5 @@ -post_upgrade() { - xdg-icon-resource forceupdate -} - post_install() { - post_upgrade echo 'One of the optional file search engines must be installed for catfish to work.' } -post_remove() { - post_upgrade -} - # vim:set ts=2 sw=2 et:
