[arch-commits] Commit in skim/trunk (PKGBUILD)

Daniel M. Capella polyzen at archlinux.org
Fri Jan 31 05:41:18 UTC 2020


    Date: Friday, January 31, 2020 @ 05:41:17
  Author: polyzen
Revision: 560561

Touch up

Modified:
  skim/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-31 01:57:34 UTC (rev 560560)
+++ PKGBUILD	2020-01-31 05:41:17 UTC (rev 560561)
@@ -6,10 +6,10 @@
 pkgrel=1
 pkgdesc='Fuzzy Finder in rust!'
 arch=('x86_64')
+url=https://github.com/lotabout/skim
+license=('MIT')
 depends=('ncurses')
 makedepends=('rust')
-url=https://github.com/lotabout/skim
-license=('MIT')
 source=("skim-$pkgver.tar.gz::https://static.crates.io/crates/skim/skim-$pkgver.crate")
 sha512sums=('8e43dc786fc301dbec56234c65690461926c899a7b5aad3187f0a588f73b4470bc47fdd12f31e67c59d153cadc7a6b3408a1a23b4ccb220e069dfa6eddf38551')
 
@@ -32,3 +32,5 @@
   install -Dm644 -t "$pkgdir"/usr/share/vim/vimfiles/plugin plugin/skim.vim
   install -Dm644 -t "$pkgdir"/usr/share/licenses/skim LICENSE
 }
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list