summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRené Wagner2020-04-11 21:30:49 +0200
committerRené Wagner2020-04-11 21:30:49 +0200
commitf84c7f50957b4f483f7176f080193e959c76c428 (patch)
tree0fd1d685cb592f5dd2f04a3fbddf8bb8cace1fef
parenta47ad518f7146d1ec16ffd494667ac588c176abd (diff)
downloadaur-f84c7f50957b4f483f7176f080193e959c76c428.tar.gz
preserve staticlibs
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a88a6c69522..7d922566a04d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mimalloc
pkgdesc = General-purpose allocator with excellent performance characteristics
pkgver = 1.6.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/microsoft/mimalloc
arch = x86_64
license = MIT
@@ -10,6 +10,7 @@ pkgbase = mimalloc
depends = glibc
provides = mimalloc
conflicts = mimalloc-git
+ options = staticlibs
source = mimalloc_1.6.1::git+https://github.com/microsoft/mimalloc.git#tag=v1.6.1
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 560e2ffbe26a..19ae574c299a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mimalloc
pkgver=1.6.1
-pkgrel=2
+pkgrel=3
pkgdesc='General-purpose allocator with excellent performance characteristics'
arch=('x86_64')
license=('MIT')
@@ -11,7 +11,7 @@ conflicts=('mimalloc-git')
depends=('glibc')
makedepends=('cmake' 'git')
provides=('mimalloc')
-_branch=master
+options=('staticlibs')
source=("${pkgname}_${pkgver}::git+https://github.com/microsoft/${pkgname}.git#tag=v${pkgver}")
sha256sums=('SKIP')