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

Alexander Rødseth arodseth at archlinux.org
Wed Jan 16 08:25:14 UTC 2019


    Date: Wednesday, January 16, 2019 @ 08:25:14
  Author: arodseth
Revision: 423476

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   48 ++++++++++++++++++++++++------------------------
 1 file changed, 24 insertions(+), 24 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-16 08:25:06 UTC (rev 423475)
+++ PKGBUILD	2019-01-16 08:25:14 UTC (rev 423476)
@@ -1,24 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Crestwave <crest.wave at yahoo.com>
-
-pkgname=fff
-pkgver=1.0
-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 $pkgname "$pkgdir/usr/bin/$pkgname"
-  install -Dm644 $pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
-  install -Dm644 LICENSE.md "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  install -Dm644 {CONTRIBUTING,README}.md -t "$pkgdir/usr/share/doc/$pkgname"
-}
-
-# vim: ts=2 sw=2 et:

Copied: fff/repos/community-any/PKGBUILD (from rev 423475, fff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-01-16 08:25:14 UTC (rev 423476)
@@ -0,0 +1,24 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Crestwave <crest.wave at yahoo.com>
+
+pkgname=fff
+pkgver=1.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}#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
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list