[arch-commits] Commit in fff/repos/community-any (PKGBUILD PKGBUILD)
Alexander Rødseth
arodseth at archlinux.org
Tue Jan 29 09:09:25 UTC 2019
Date: Tuesday, January 29, 2019 @ 09:09:24
Author: arodseth
Revision: 428389
archrelease: copy trunk to community-any
Added:
fff/repos/community-any/PKGBUILD
(from rev 428388, fff/trunk/PKGBUILD)
Deleted:
fff/repos/community-any/PKGBUILD
----------+
PKGBUILD | 50 +++++++++++++++++++++++++-------------------------
1 file changed, 25 insertions(+), 25 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-29 09:09:16 UTC (rev 428388)
+++ PKGBUILD 2019-01-29 09:09:24 UTC (rev 428389)
@@ -1,25 +0,0 @@
-# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
-# Contributor: Crestwave <crest.wave at yahoo.com>
-
-pkgname=fff
-pkgver=1.7
-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}#tag=$pkgver")
-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/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 428388, fff/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-01-29 09:09:24 UTC (rev 428389)
@@ -0,0 +1,25 @@
+# Maintainer: Alexander F. Rødseth <xyproto at archlinux.org>
+# Contributor: Crestwave <crest.wave at yahoo.com>
+
+pkgname=fff
+pkgver=2.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 -t "$pkgdir/usr/bin" $pkgname
+ install -Dm644 -t "$pkgdir/usr/share/man/man1" $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