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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Tue Jun 6 10:25:08 UTC 2017


    Date: Tuesday, June 6, 2017 @ 10:25:08
  Author: bpiotrowski
Revision: 298024

2.25-3: enable memusage and memusagestat (FS#53690)

Modified:
  glibc/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-06 10:18:12 UTC (rev 298023)
+++ PKGBUILD	2017-06-06 10:25:08 UTC (rev 298024)
@@ -6,19 +6,20 @@
 
 pkgname=glibc
 pkgver=2.25
-pkgrel=2
+pkgrel=3
 _commit=ccb4fd7a657b0fbc4890c98f4586d58a135fc583
-pkgdesc="GNU C Library"
-arch=('i686' 'x86_64')
-url="http://www.gnu.org/software/libc"
-license=('GPL' 'LGPL')
-groups=('base')
-depends=('linux-api-headers>=4.10' 'tzdata' 'filesystem')
-makedepends=('gcc>=6' 'git')
+pkgdesc='GNU C Library'
+arch=(i686 x86_64)
+url='http://www.gnu.org/software/libc'
+license=(GPL LGPL)
+groups=(base)
+depends=('linux-api-headers>=4.10' tzdata filesystem)
+makedepends=('gcc>=6' git gd)
+optdepends=('gd: for memusagestat')
 backup=(etc/gai.conf
         etc/locale.gen
         etc/nscd.conf)
-options=('!strip' 'staticlibs')
+options=(!strip staticlibs)
 install=glibc.install
 source=(git+https://sourceware.org/git/glibc.git#commit=${_commit}
         locale.gen.txt



More information about the arch-commits mailing list