[arch-commits] Commit in fasd/trunk (PKGBUILD fasd.install)

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


    Date: Sunday, June 5, 2022 @ 23:26:15
  Author: svenstaro
Revision: 1224317

upgpkg: fasd 1.0.2-1

Modified:
  fasd/trunk/PKGBUILD
Deleted:
  fasd/trunk/fasd.install

--------------+
 PKGBUILD     |   17 +++++++----------
 fasd.install |   11 -----------
 2 files changed, 7 insertions(+), 21 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-05 23:19:32 UTC (rev 1224316)
+++ PKGBUILD	2022-06-05 23:26:15 UTC (rev 1224317)
@@ -1,21 +1,18 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# 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.1
-pkgrel=3
+pkgver=1.0.2
+pkgrel=1
 pkgdesc='Command-line productivity booster, offers quick access to files and directories'
 arch=('any')
-url='https://github.com/clvv/fasd'
+url='https://github.com/whjvenyl/fasd'
 license=('MIT')
-source=('https://github.com/clvv/fasd/tarball/1.0.1'
-        fasd.install)
-install='fasd.install'
-sha512sums=('d7bdaad3fc895aa59298d523465b94b642d47f8cc8ddcca2bad6867d9771df6b5b1b231066fc3b8aecb832d61e3e915457fabd1e7336fb47d4c8c4aca2524326'
-            '1e60f95104b8eed972f4f6bab6ccfa5f597ce49672dcb36c819b7fe924dbe4047472514e545877b16f582791f293ea074c151e4110ab711be16fd0741a8ffd25')
+source=("https://github.com/whjvenyl/fasd/archive/refs/tags/${pkgver}.tar.gz")
+sha512sums=('5a31cc0f0294973780af326b618eba0d5e9ccbf3291bb836cc8f16504c17a760e292bb985e0ffe6023babc4a3bdc1461ef9d3262375a4c739cd3d2886be1d01d')
 
 package() {
-  cd "$srcdir/clvv-fasd-4822024"
+  cd fasd-${pkgver}
   PREFIX="$pkgdir/usr" make install
 }
 

Deleted: fasd.install
===================================================================
--- fasd.install	2022-06-05 23:19:32 UTC (rev 1224316)
+++ fasd.install	2022-06-05 23:26:15 UTC (rev 1224317)
@@ -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