[arch-commits] Commit in jemalloc/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at archlinux.org
Sun Oct 25 19:33:07 UTC 2015
Date: Sunday, October 25, 2015 @ 20:33:07
Author: bpiotrowski
Revision: 249758
upgpkg: jemalloc 4.0.4-1
new upstream release
Modified:
jemalloc/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-10-25 19:31:50 UTC (rev 249757)
+++ PKGBUILD 2015-10-25 19:33:07 UTC (rev 249758)
@@ -4,7 +4,7 @@
# Contributor: Kovivchak Evgen <oneonfire at gmail.com>
pkgname=jemalloc
-pkgver=4.0.3
+pkgver=4.0.4
pkgrel=1
pkgdesc='General-purpose scalable concurrent malloc implementation'
arch=('i686' 'x86_64')
@@ -14,11 +14,11 @@
provides=('libjemalloc.so')
optdepends=('perl: for jeprof')
source=(http://www.canonware.com/download/jemalloc/$pkgname-$pkgver.tar.bz2)
-md5sums=('b8eb650528d60b4772c4ec92c5fcc474')
+md5sums=('687c5cc53b9a7ab711ccd680351ff988')
build() {
cd $pkgname-$pkgver
- CFLAGS="$CFLAGS -std=gnu11" ./configure --prefix=/usr
+ ./configure --prefix=/usr
make
}
More information about the arch-commits
mailing list