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

Sergej Pupykin spupykin at archlinux.org
Mon Jul 11 11:15:19 UTC 2016


    Date: Monday, July 11, 2016 @ 11:15:19
  Author: spupykin
Revision: 182649

upgpkg: musl 1.1.15-1

upd

Modified:
  musl/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-11 11:15:14 UTC (rev 182648)
+++ PKGBUILD	2016-07-11 11:15:19 UTC (rev 182649)
@@ -3,7 +3,7 @@
 # Contributor: TJ Vanderpoel <tj at rubyists>
 
 pkgname=musl
-pkgver=1.1.14
+pkgver=1.1.15
 pkgrel=1
 pkgdesc='Lightweight implementation of C standard library'
 arch=('i686' 'x86_64')
@@ -11,12 +11,13 @@
 license=('MIT')
 options=('staticlibs' '!buildflags')
 source=(http://www.musl-libc.org/releases/musl-$pkgver.tar.gz)
-md5sums=('d529ce4a2f7f79d8c3fd4b8329417b57')
+md5sums=('9590a9d47ee64f220b3c12f7afb864ca')
 
 build() {
   cd $pkgname-$pkgver
   ./configure --prefix=/usr/lib/musl \
-    --exec-prefix=/usr
+    --exec-prefix=/usr \
+    --enable-wrapper=all
   make
 }
 



More information about the arch-commits mailing list