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

Alexander Rødseth arodseth at archlinux.org
Sun Jul 22 14:55:58 UTC 2018


    Date: Sunday, July 22, 2018 @ 14:55:58
  Author: arodseth
Revision: 362838

upgpkg: catfish 1.4.6-1

Modified:
  catfish/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-22 14:32:19 UTC (rev 362837)
+++ PKGBUILD	2018-07-22 14:55:58 UTC (rev 362838)
@@ -1,11 +1,11 @@
 # $Id$
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
 # Contributor: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
 # Contributor: Alexander Fehr <pizzapunk at gmail.com>
 # Contributor: Pantelis Panayiotou <p.panayiotou at gmail.com>
 
 pkgname=catfish
-pkgver=1.4.5
+pkgver=1.4.6
 pkgrel=1
 pkgdesc='Versatile file searching tool'
 arch=('any')
@@ -12,21 +12,22 @@
 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=('intltool' 'python-distutils-extra')
+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=("https://launchpad.net/catfish-search/${pkgver%.*}/$pkgver/+download/$pkgname-$pkgver.tar.gz")
+source=("git+https://git.launchpad.net/catfish-search#tag=catfish-$pkgver")
+md5sums=('SKIP')
 
-
 build() {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname-search"
 
   python setup.py build
 }
 
 package () {
-  cd "$pkgname-$pkgver"
+  cd "$pkgname-search"
 
   python setup.py install --root="$pkgdir" --optimize=1
 
@@ -35,6 +36,5 @@
     "$pkgdir/usr/share/pixmaps/$pkgname.svg"
 }
 
-# getver: launchpad.net/catfish-search/+download
+# getver: git.launchpad.net/catfish-search/plain/catfish.1
 # vim: ts=2 sw=2 et:
-md5sums=('5b55cee4816e8d01dbc7119a6021ff5f')



More information about the arch-commits mailing list