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

Allan McRae allan at gemini.archlinux.org
Sun Apr 24 23:28:49 UTC 2022


    Date: Sunday, April 24, 2022 @ 23:28:48
  Author: allan
Revision: 1189704

archrelease: copy trunk to community-any

Added:
  fff/repos/community-any/PKGBUILD
    (from rev 1189703, fff/trunk/PKGBUILD)
Deleted:
  fff/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 23:28:32 UTC (rev 1189703)
+++ PKGBUILD	2022-04-24 23:28:48 UTC (rev 1189704)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Crestwave <crest.wave at yahoo.com>
-
-pkgname=fff
-pkgver=2.2
-pkgrel=1
-pkgdesc='Simple and fast file manager'
-arch=(any)
-url='https://github.com/dylanaraps/fff'
-license=(MIT)
-makedepends=(git)
-depends=(xdg-utils)
-source=("git+${url}#commit=5045c4ab91f559a3735619dacf604e37632160cf") # tag: 2.2
-sha256sums=('SKIP')
-
-package() {
-  cd "$pkgname"
-  install -Dm755 -t "$pkgdir/usr/bin" $pkgname
-  install -Dm644 -t "$pkgdir/usr/share/man/man1" $pkgname.1
-  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-}
-
-# getver: github.com/dylanaraps/fff/releases/latest
-# vim: ts=2 sw=2 et:

Copied: fff/repos/community-any/PKGBUILD (from rev 1189703, fff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-24 23:28:48 UTC (rev 1189704)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Crestwave <crest.wave at yahoo.com>
+
+pkgname=fff
+pkgver=2.2
+pkgrel=2
+pkgdesc='Simple and fast file manager'
+arch=(any)
+url='https://github.com/dylanaraps/fff'
+license=(MIT)
+makedepends=(git)
+depends=(xdg-utils)
+source=("git+${url}#commit=5045c4ab91f559a3735619dacf604e37632160cf") # tag: 2.2
+sha256sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+  install -Dm755 -t "$pkgdir/usr/bin" $pkgname
+  install -Dm644 -t "$pkgdir/usr/share/man/man1" $pkgname.1
+  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+}
+
+# getver: github.com/dylanaraps/fff/releases/latest
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list