diff --git a/unmaintained/jemalloc/APKBUILD b/main/jemalloc/APKBUILD similarity index 75% rename from unmaintained/jemalloc/APKBUILD rename to main/jemalloc/APKBUILD index 991809b22b00c82a34f5b938855c513bceb8bd34..98317529534d312491976c64f279ed3ff7821c1e 100644 --- a/unmaintained/jemalloc/APKBUILD +++ b/main/jemalloc/APKBUILD @@ -1,13 +1,13 @@ -# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> +# Maintainer: Ariadne Conill <ariadne@dereferenced.org> # Contributor: Fabian Affolter <fabian@affolter-engineering.ch> # Contributor: Duncan Bellamy <dunk@denkimushi.com> pkgname=jemalloc -pkgver=5.2.1 +pkgver=5.3.0 pkgrel=0 pkgdesc="general purpose malloc(3) implementation that emphasizes fragmentation avoidance and scalable concurrency support" url="http://jemalloc.net" arch="all" -license="custom" +license="BSD-2-Clause" makedepends="build-base autoconf libxslt docbook-xsl" subpackages="$pkgname-dev $pkgname-doc" source="https://github.com/jemalloc/jemalloc/releases/download/$pkgver/jemalloc-$pkgver.tar.bz2" @@ -39,6 +39,8 @@ check() { package() { make install - install -Dm644 "$builddir"/COPYING "$pkgdir"/usr/share/licenses/"$pkgname"/LICENSE } -sha512sums="0bbb77564d767cef0c6fe1b97b705d368ddb360d55596945aea8c3ba5889fbce10479d85ad492c91d987caacdbbdccc706aa3688e321460069f00c05814fae02 jemalloc-5.2.1.tar.bz2" + +sha512sums=" +22907bb052096e2caffb6e4e23548aecc5cc9283dce476896a2b1127eee64170e3562fa2e7db9571298814a7a2c7df6e8d1fbe152bd3f3b0c1abec22a2de34b1 jemalloc-5.3.0.tar.bz2 +" diff --git a/unmaintained/jemalloc/jemalloc-no-pprof.patch b/main/jemalloc/jemalloc-no-pprof.patch similarity index 100% rename from unmaintained/jemalloc/jemalloc-no-pprof.patch rename to main/jemalloc/jemalloc-no-pprof.patch