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

Alexander Rødseth arodseth at archlinux.org
Thu Apr 8 17:55:43 UTC 2021


    Date: Thursday, April 8, 2021 @ 17:55:43
  Author: arodseth
Revision: 914778

Add libgit2 to the depends array so that it links dynamically, see FS#64756

Modified:
  exa/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-08 17:55:29 UTC (rev 914777)
+++ PKGBUILD	2021-04-08 17:55:43 UTC (rev 914778)
@@ -4,11 +4,12 @@
 
 pkgname=exa
 pkgver=0.10.0
-pkgrel=1
+pkgrel=2
 pkgdesc='ls replacement'
 arch=(x86_64)
 url='https://the.exa.website/'
 license=(MIT)
+depends=(libgit2)
 makedepends=(cargo git pandoc)
 source=("$pkgname-$pkgver.tar.gz::https://github.com/ogham/exa/archive/v$pkgver.tar.gz")
 b2sums=('4633de80370872d0bece036f313a9c9fdef27ffa4676e12b741e60367ec074d0c5b9ba2a811d12df72c0dbb8304bfe08aa9fe3a791ec6aaa7ba6cca1cb7af351')



More information about the arch-commits mailing list