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

Jelle van der Waa jelle at archlinux.org
Wed Oct 14 18:48:16 UTC 2020


    Date: Wednesday, October 14, 2020 @ 18:48:16
  Author: jelle
Revision: 398346

Add perl optdep for perl transient dependency todo.

As openssl will no longer depend on perl, a lot of packages had an implicit
dependency on perl.

Modified:
  glibc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-14 18:30:49 UTC (rev 398345)
+++ PKGBUILD	2020-10-14 18:48:16 UTC (rev 398346)
@@ -7,11 +7,12 @@
 pkgbase=glibc
 pkgname=(glibc lib32-glibc)
 pkgver=2.32
-pkgrel=4
+pkgrel=5
 arch=(x86_64)
 url='https://www.gnu.org/software/libc'
 license=(GPL LGPL)
 makedepends=(git gd lib32-gcc-libs python)
+optdepends=('perl: for mtrace')
 options=(!strip staticlibs)
 #_commit=3de512be7ea6053255afed6154db9ee31d4e557a
 #source=(git+https://sourceware.org/git/glibc.git#commit=$_commit



More information about the arch-commits mailing list