[arch-commits] Commit in fasd/repos/community-any (PKGBUILD PKGBUILD fasd.install)

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Sun Jun 5 23:26:22 UTC 2022


    Date: Sunday, June 5, 2022 @ 23:26:22
  Author: svenstaro
Revision: 1224318

archrelease: copy trunk to community-any

Added:
  fasd/repos/community-any/PKGBUILD
    (from rev 1224317, fasd/trunk/PKGBUILD)
Deleted:
  fasd/repos/community-any/PKGBUILD
  fasd/repos/community-any/fasd.install

--------------+
 PKGBUILD     |   39 ++++++++++++++++++---------------------
 fasd.install |   11 -----------
 2 files changed, 18 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-05 23:26:15 UTC (rev 1224317)
+++ PKGBUILD	2022-06-05 23:26:22 UTC (rev 1224318)
@@ -1,21 +0,0 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
-# Contributor: Giuliano Schneider <gs93 at gmx.net>
-# Contributor: Wei Dai <x at wei23 dot com>
-pkgname=fasd
-pkgver=1.0.1
-pkgrel=3
-pkgdesc='Command-line productivity booster, offers quick access to files and directories'
-arch=('any')
-url='https://github.com/clvv/fasd'
-license=('MIT')
-source=('https://github.com/clvv/fasd/tarball/1.0.1'
-        fasd.install)
-install='fasd.install'
-sha512sums=('d7bdaad3fc895aa59298d523465b94b642d47f8cc8ddcca2bad6867d9771df6b5b1b231066fc3b8aecb832d61e3e915457fabd1e7336fb47d4c8c4aca2524326'
-            '1e60f95104b8eed972f4f6bab6ccfa5f597ce49672dcb36c819b7fe924dbe4047472514e545877b16f582791f293ea074c151e4110ab711be16fd0741a8ffd25')
-
-package() {
-  cd "$srcdir/clvv-fasd-4822024"
-  PREFIX="$pkgdir/usr" make install
-}
-

Copied: fasd/repos/community-any/PKGBUILD (from rev 1224317, fasd/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-05 23:26:22 UTC (rev 1224318)
@@ -0,0 +1,18 @@
+# Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
+# Contributor: Giuliano Schneider <gs93 at gmx.net>
+# Contributor: Wei Dai <x at wei23 dot com>
+pkgname=fasd
+pkgver=1.0.2
+pkgrel=1
+pkgdesc='Command-line productivity booster, offers quick access to files and directories'
+arch=('any')
+url='https://github.com/whjvenyl/fasd'
+license=('MIT')
+source=("https://github.com/whjvenyl/fasd/archive/refs/tags/${pkgver}.tar.gz")
+sha512sums=('5a31cc0f0294973780af326b618eba0d5e9ccbf3291bb836cc8f16504c17a760e292bb985e0ffe6023babc4a3bdc1461ef9d3262375a4c739cd3d2886be1d01d')
+
+package() {
+  cd fasd-${pkgver}
+  PREFIX="$pkgdir/usr" make install
+}
+

Deleted: fasd.install
===================================================================
--- fasd.install	2022-06-05 23:26:15 UTC (rev 1224317)
+++ fasd.install	2022-06-05 23:26:22 UTC (rev 1224318)
@@ -1,11 +0,0 @@
-post_install() {
-        cat <<EOF
-
-Put the line below in your shell rc:
-
-    eval "\$(fasd --init auto)"
-
-For more information, please read fasd's man page or visit project homepage at
-  https://github.com/clvv/fasd
-EOF
-}



More information about the arch-commits mailing list