mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Fix: use staticlibs option to preserve static library
This commit is contained in:
parent
13babfde25
commit
9d0df6b38a
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -13,7 +13,7 @@ pkgbase = mbelib-neo-git
|
|||
provides = mbelib
|
||||
conflicts = mbelib-neo
|
||||
conflicts = mbelib
|
||||
options = !staticlibs
|
||||
options = staticlibs
|
||||
source = mbelib-neo-git::git+https://github.com/arancormonk/mbelib-neo.git
|
||||
sha256sums = SKIP
|
||||
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -9,7 +9,7 @@
|
|||
makedepends=('cmake' 'git')
|
||||
provides=('mbelib-neo' 'mbelib')
|
||||
conflicts=('mbelib-neo' 'mbelib')
|
||||
options=('!staticlibs')
|
||||
options=('staticlibs')
|
||||
source=("$pkgname::git+https://github.com/arancormonk/mbelib-neo.git")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue