Date: Tuesday, April 4, 2023 @ 08:43:50
  Author: grawlinson
Revision: 1434495

archrelease: copy trunk to community-x86_64

Added:
  mimalloc/repos/community-x86_64/PKGBUILD
    (from rev 1434494, mimalloc/trunk/PKGBUILD)
Deleted:
  mimalloc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   93 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 46 insertions(+), 47 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-04 08:34:11 UTC (rev 1434494)
+++ PKGBUILD    2023-04-04 08:43:50 UTC (rev 1434495)
@@ -1,47 +0,0 @@
-# Maintainer: George Rawlinson <[email protected]>
-# Contributor: René Wagner < rwagner at rw-net dot de >
-# Contributor: Diab Neiroukh <[email protected]>
-
-pkgname=mimalloc
-pkgver=2.0.9
-pkgrel=1
-pkgdesc='General-purpose allocator with excellent performance characteristics'
-arch=('x86_64')
-url='https://github.com/microsoft/mimalloc'
-license=('MIT')
-depends=('glibc')
-makedepends=('git' 'cmake')
-options=('debug')
-_commit='28cf67e5b64c704cad993c71f29a24e781bee544'
-source=("$pkgname::git+$url#commit=$_commit")
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
-build() {
-  cmake \
-    -B build \
-    -S "$pkgname" \
-    -D CMAKE_INSTALL_PREFIX=/usr \
-    -D MI_BUILD_STATIC=OFF \
-    -D MI_BUILD_OBJECT=OFF \
-    -D MI_INSTALL_TOPLEVEL=ON
-
-  cmake --build build
-}
-
-check() {
-  cd build
-
-  ctest --output-on-failure
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-
-  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$pkgname/LICENSE"
-}

Copied: mimalloc/repos/community-x86_64/PKGBUILD (from rev 1434494, 
mimalloc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-04 08:43:50 UTC (rev 1434495)
@@ -0,0 +1,46 @@
+# Maintainer: George Rawlinson <[email protected]>
+# Contributor: René Wagner < rwagner at rw-net dot de >
+# Contributor: Diab Neiroukh <[email protected]>
+
+pkgname=mimalloc
+pkgver=2.1.1
+pkgrel=1
+pkgdesc='General-purpose allocator with excellent performance characteristics'
+arch=('x86_64')
+url='https://github.com/microsoft/mimalloc'
+license=('MIT')
+depends=('glibc')
+makedepends=('git' 'cmake')
+_commit='3e313478d91c04ac5821743688ce55fc27432c4f'
+source=("$pkgname::git+$url#commit=$_commit")
+b2sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  git describe --tags | sed 's/^v//'
+}
+
+build() {
+  cmake \
+    -B build \
+    -S "$pkgname" \
+    -D CMAKE_INSTALL_PREFIX=/usr \
+    -D MI_BUILD_STATIC=OFF \
+    -D MI_BUILD_OBJECT=OFF \
+    -D MI_INSTALL_TOPLEVEL=ON
+
+  cmake --build build
+}
+
+check() {
+  cd build
+
+  ctest --output-on-failure
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+
+  install -vDm644 -t "$pkgdir/usr/share/licenses/$pkgname" "$pkgname/LICENSE"
+}

Reply via email to