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

Jan Steffens heftig at archlinux.org
Tue Jun 6 14:06:43 UTC 2017


    Date: Tuesday, June 6, 2017 @ 14:06:42
  Author: heftig
Revision: 234945

Sync with testing

Modified:
  lib32-glibc/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-06 14:02:47 UTC (rev 234944)
+++ PKGBUILD	2017-06-06 14:06:42 UTC (rev 234945)
@@ -10,17 +10,18 @@
 pkgver=2.25
 pkgrel=3
 _commit=ccb4fd7a657b0fbc4890c98f4586d58a135fc583
-pkgdesc="GNU C Library (32-bit)"
-arch=('x86_64')
-url="http://www.gnu.org/software/libc"
-license=('GPL' 'LGPL')
+pkgdesc='GNU C Library (32-bit)'
+arch=(x86_64)
+url='http://www.gnu.org/software/libc'
+license=(GPL LGPL)
 groups=()
 depends=("glibc>=$pkgver")
-makedepends=('gcc-multilib>=6' 'git')
+makedepends=('gcc-multilib>=6' git)
+optdepends=()
 backup=()
 
 
-options=('!strip' 'staticlibs' '!emptydirs')
+options=(!strip staticlibs !emptydirs)
 
 source=(git+https://sourceware.org/git/glibc.git#commit=${_commit}
         lib32-glibc.conf)



More information about the arch-commits mailing list