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

Antonio Rojas arojas at archlinux.org
Sun Jan 10 11:09:34 UTC 2021


    Date: Sunday, January 10, 2021 @ 11:09:34
  Author: arojas
Revision: 817022

Update to 4.16.0

Modified:
  catfish/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-10 10:52:46 UTC (rev 817021)
+++ PKGBUILD	2021-01-10 11:09:34 UTC (rev 817022)
@@ -5,8 +5,8 @@
 # Contributor: loqs <bugs-archlinux at entropy-collector.net>
 
 pkgname=catfish
-pkgver=1.4.13
-pkgrel=4
+pkgver=4.16.0
+pkgrel=1
 pkgdesc='Versatile file searching tool'
 arch=(any)
 url='https://docs.xfce.org/apps/catfish/start'
@@ -17,32 +17,18 @@
 makedepends=(git intltool python-distutils-extra)
 conflicts=('zeitgeist') # FS#65344
 optdepends=('mlocate: filename search')
-#            'zeitgeist: integration with zeitgeist')
-source=("git+https://gitlab.xfce.org/apps/catfish.git#commit=bd10e884b21ab3df5020a8d1c06f0011910c5ba8") # catfish-1.4.13
-sha512sums=('SKIP')
+source=(https://archive.xfce.org/src/apps/catfish/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
+sha512sums=('926318d3b2387386a5141347cf23b7e1505f83c48dac3804dc9c51aeeede2ef71d6d70e61bd5f608145249ccb4d3d87662bdab0c0a88dc69608b2edee55ddc19')
 
-prepare() {
-  cd $pkgname
-
-  # Support python 3.9
-  git format-patch -1 --stdout 04dd64cff5d9f561830ff546ebd455e948f6b581 \
-    catfish_lib/Builder.py | patch -Np1
-}
-
 build() {
-  cd "$pkgname"
-
+  cd $pkgname-$pkgver
   python setup.py build
 }
 
 package () {
-  cd "$pkgname"
-
+  cd $pkgname-$pkgver
   python setup.py install --root="$pkgdir" --optimize=1
   install -d "$pkgdir/usr/share/pixmaps"
   ln -s "/usr/share/icons/hicolor/scalable/apps/$pkgname.svg" \
     "$pkgdir/usr/share/pixmaps/$pkgname.svg"
 }
-
-# getver: git.xfce.org/apps/catfish/plain/catfish.1
-# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list