[arch-commits] Commit in catfish/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Oct 27 20:32:21 UTC 2021


    Date: Wednesday, October 27, 2021 @ 20:32:21
  Author: arojas
Revision: 1034797

archrelease: copy trunk to community-any

Added:
  catfish/repos/community-any/PKGBUILD
    (from rev 1034796, catfish/trunk/PKGBUILD)
Deleted:
  catfish/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   62 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 31 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-27 20:32:10 UTC (rev 1034796)
+++ PKGBUILD	2021-10-27 20:32:21 UTC (rev 1034797)
@@ -1,31 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: 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>
-# Contributor: loqs <bugs-archlinux at entropy-collector.net>
-
-pkgname=catfish
-pkgver=4.16.2
-pkgrel=1
-pkgdesc='Versatile file searching tool'
-arch=('any')
-url='https://docs.xfce.org/apps/catfish/start'
-license=('GPL')
-depends=('dbus-python' 'gtk3' 'python-cairo' 'python-gobject' 'python-pexpect' 'xdg-utils'
-         'xfconf')
-makedepends=('intltool' 'python-distutils-extra')
-optdepends=('mlocate: search in locate index'
-            'zeitgeist: search in zeitgeist index')
-source=("https://archive.xfce.org/src/apps/catfish/${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
-sha256sums=('b21a2e151943f0b194d38b17feaaf382187947ed12a02c3d6492afb748012a6b')
-
-build() {
-  cd $pkgname-$pkgver
-  python setup.py build
-}
-
-package () {
-  cd $pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: catfish/repos/community-any/PKGBUILD (from rev 1034796, catfish/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-27 20:32:21 UTC (rev 1034797)
@@ -0,0 +1,31 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: 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>
+# Contributor: loqs <bugs-archlinux at entropy-collector.net>
+
+pkgname=catfish
+pkgver=4.16.3
+pkgrel=1
+pkgdesc='Versatile file searching tool'
+arch=('any')
+url='https://docs.xfce.org/apps/catfish/start'
+license=('GPL')
+depends=('dbus-python' 'gtk3' 'python-cairo' 'python-gobject' 'python-pexpect' 'xdg-utils'
+         'xfconf')
+makedepends=('intltool' 'python-distutils-extra')
+optdepends=('mlocate: search in locate index'
+            'zeitgeist: search in zeitgeist index')
+source=("https://archive.xfce.org/src/apps/catfish/${pkgver%.*}/$pkgname-$pkgver.tar.bz2")
+sha256sums=('e9a99a62d10981391508dd43f3cbfa2d50a69bd6b7d1eeef7d30ba4c673dcfda')
+
+build() {
+  cd $pkgname-$pkgver
+  python setup.py build
+}
+
+package () {
+  cd $pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list