[arch-commits] Commit in catfish/trunk (PKGBUILD catfish.install)

Alexander Rødseth arodseth at archlinux.org
Sun Jan 27 15:47:03 UTC 2019


    Date: Sunday, January 27, 2019 @ 15:47:02
  Author: arodseth
Revision: 428231

upgpkg: catfish 1.4.7-1

Modified:
  catfish/trunk/PKGBUILD
  catfish/trunk/catfish.install

-----------------+
 PKGBUILD        |   26 +++++++++++++-------------
 catfish.install |    2 +-
 2 files changed, 14 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-27 15:36:10 UTC (rev 428230)
+++ PKGBUILD	2019-01-27 15:47:02 UTC (rev 428231)
@@ -4,29 +4,29 @@
 # Contributor: Pantelis Panayiotou <p.panayiotou at gmail.com>
 
 pkgname=catfish
-pkgver=1.4.6
-pkgrel=2
+pkgver=1.4.7
+pkgrel=1
 pkgdesc='Versatile file searching tool'
-arch=('any')
-url='https://launchpad.net/catfish-search'
-license=('GPL')
-install="$pkgname.install"
-depends=('gtk3' 'python-cairo' 'python-gobject' 'python-pexpect'
-         'python-ptyprocess' 'python-xdg' 'xdg-utils')
-makedepends=('git' 'intltool' 'python-distutils-extra')
+arch=(any)
+url='https://git.xfce.org/apps/catfish/about/'
+license=(GPL)
+install=$pkgname.install
+depends=(gtk3 python-cairo python-gobject python-pexpect
+         python-ptyprocess python-xdg xdg-utils)
+makedepends=(git intltool python-distutils-extra)
 optdepends=('mlocate: filename search'
             'zeitgeist: integration with zeitgeist')
-source=("git+https://git.launchpad.net/catfish-search#tag=catfish-$pkgver")
+source=("git+https://git.xfce.org/apps/catfish/#tag=catfish-$pkgver")
 md5sums=('SKIP')
 
 build() {
-  cd "$pkgname-search"
+  cd "$pkgname"
 
   python setup.py build
 }
 
 package () {
-  cd "$pkgname-search"
+  cd "$pkgname"
 
   python setup.py install --root="$pkgdir" --optimize=1
 
@@ -35,5 +35,5 @@
     "$pkgdir/usr/share/pixmaps/$pkgname.svg"
 }
 
-# getver: git.launchpad.net/catfish-search/plain/catfish.1
+# getver: git.xfce.org/apps/catfish/plain/catfish.1
 # vim: ts=2 sw=2 et:

Modified: catfish.install
===================================================================
--- catfish.install	2019-01-27 15:36:10 UTC (rev 428230)
+++ catfish.install	2019-01-27 15:47:02 UTC (rev 428231)
@@ -2,4 +2,4 @@
   echo 'One of the optional file search engines must be installed for catfish to work.'
 }
 
-# vim:set ts=2 sw=2 et:
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list