Date: Monday, December 26, 2022 @ 03:59:36
  Author: grawlinson
Revision: 1367434

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-26 03:58:37 UTC (rev 1367433)
+++ PKGBUILD    2022-12-26 03:59:36 UTC (rev 1367434)
@@ -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.7
-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='91ba1f374da66e624841f53f6659da3a8f8f93ea'
-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 1367433, 
mimalloc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-26 03:59:36 UTC (rev 1367434)
@@ -0,0 +1,47 @@
+# 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"
+}

Reply via email to