Date: Saturday, April 23, 2022 @ 21:20:43
  Author: anatolik
Revision: 1188626

Remove unused dependency

Modified:
  crystal/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-04-23 21:20:28 UTC (rev 1188625)
+++ PKGBUILD    2022-04-23 21:20:43 UTC (rev 1188626)
@@ -8,7 +8,7 @@
 arch=(x86_64)
 url='https://crystal-lang.org'
 license=(Apache)
-depends=(gc libatomic_ops pcre libevent llvm-libs)
+depends=(gc pcre libevent llvm-libs)
 makedepends=(libxml2 llvm crystal) # to compile version N we need crystal 
compiler of N-1 version
 checkdepends=(libyaml libxml2 gmp inetutils git)
 optdepends=('shards: crystal language package manager'

Reply via email to