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

Alexander Rødseth arodseth at archlinux.org
Mon Jan 28 13:29:19 UTC 2019


    Date: Monday, January 28, 2019 @ 13:29:18
  Author: arodseth
Revision: 428321

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-28 13:29:09 UTC (rev 428320)
+++ PKGBUILD	2019-01-28 13:29:18 UTC (rev 428321)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Crestwave <crest.wave at yahoo.com>
-
-pkgname=fff
-pkgver=1.5
-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}#tag=$pkgver")
-sha256sums=('SKIP')
-
-package() {
-  cd "$pkgname"
-  install -Dm755 -t "$pkgdir/usr/bin" $pkgname
-  install -Dm644 -t "$pkgdir/usr/share/man/man1/$pkgname.1" $pkgname.1
-  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
-  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
-}
-
-# getver: github.com/dylanaraps/fff/releases/latest
-# vim: ts=2 sw=2 et:

Copied: fff/repos/community-any/PKGBUILD (from rev 428320, fff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-28 13:29:18 UTC (rev 428321)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Crestwave <crest.wave at yahoo.com>
+
+pkgname=fff
+pkgver=1.7
+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}#tag=$pkgver")
+sha256sums=('SKIP')
+
+package() {
+  cd "$pkgname"
+  install -Dm755 -t "$pkgdir/usr/bin" $pkgname
+  install -Dm644 -t "$pkgdir/usr/share/man/man1/$pkgname.1" $pkgname.1
+  install -Dm644 -t "$pkgdir/usr/share/licenses/$pkgname" LICENSE.md
+  install -Dm644 -t "$pkgdir/usr/share/doc/$pkgname" README.md
+}
+
+# getver: github.com/dylanaraps/fff/releases/latest
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list