Skip to content
Snippets Groups Projects
Verified Commit af31700b authored by alice's avatar alice
Browse files

main/zstd: unsplit -static

this is quite annoying for cmake-detecting things, as cmake cannot
handle the case of split files
parent 0076b683
No related branches found
No related tags found
1 merge request!39304[3.16] main/expat: security upgrade to 2.4.9
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
# Maintainer: psykose <alice@ayaya.dev> # Maintainer: psykose <alice@ayaya.dev>
pkgname=zstd pkgname=zstd
pkgver=1.5.2 pkgver=1.5.2
pkgrel=6 pkgrel=7
pkgdesc="Zstandard - Fast real-time compression algorithm" pkgdesc="Zstandard - Fast real-time compression algorithm"
url="https://www.zstd.net/" url="https://www.zstd.net/"
arch="all" arch="all"
...@@ -12,7 +12,6 @@ license="BSD-3-Clause GPL-2.0-or-later" ...@@ -12,7 +12,6 @@ license="BSD-3-Clause GPL-2.0-or-later"
makedepends="cmake grep" makedepends="cmake grep"
checkdepends="file" checkdepends="file"
subpackages=" subpackages="
$pkgname-static
$pkgname-libs $pkgname-libs
$pkgname-dev $pkgname-dev
$pkgname-doc $pkgname-doc
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment