summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Swanson2024-01-05 01:20:30 -0800
committerMike Swanson2024-01-05 01:20:30 -0800
commit36ead51ff7d30e2327ec80450111cb9704541368 (patch)
tree8c3289a2609fb7ea397eb9c9843a40787e422392 /PKGBUILD
parentba4eb78737a1ddfc4965a775cdc9dc4fd5f6491b (diff)
downloadaur-mingw-w64-libsamplerate.tar.gz
Move libsndfile and opus depends to makedepends
Indeed, the libsamplerate*.dll file doesn't import any symbols from these, hence no runtime dependency.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a7f47cdef81..b26636e356e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
_pkgname=libsamplerate
pkgname=mingw-w64-libsamplerate
pkgver=0.2.2
-pkgrel=1
+pkgrel=2
pkgdesc="Secret Rabbit Code - aka Sample Rate Converter for audio (mingw-w64)"
arch=('any')
url="https://libsndfile.github.io/libsamplerate/index.html"
license=('BSD')
-depends=('mingw-w64-libsndfile' 'mingw-w64-opus')
-makedepends=('mingw-w64-cmake')
+makedepends=('mingw-w64-cmake' 'mingw-w64-libsndfile' 'mingw-w64-opus')
+depends=()
options=('!strip' '!buildflags' '!staticlibs')
source=("https://github.com/libsndfile/$_pkgname/releases/download/$pkgver/$_pkgname-$pkgver.tar.xz")
b2sums=('71b1e8a1644a94fff019abc6bf98c557df84994293f1e9bc651ad3ad3f0afeb24f54b8c75fc26e5202ae7c3a3e34e783fd1be7f7c6fdefe9eac9a5dfe7100b91')