summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-12-28 16:44:16 +0100
committerMichel Zou2023-12-28 16:44:16 +0100
commit80f8142b5f7c8621eaa69b6895b574bb841612bf (patch)
tree6a9f20bf82647646637a3c13f14ecbd304fa7421 /PKGBUILD
parent3e3557eaadf7f4e8c84fe37e9f088c4929844a5f (diff)
downloadaur-mingw-w64-libsndfile.tar.gz
1.2.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7efcedab0f9..f8b9c70656ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
pkgname=mingw-w64-libsndfile
-pkgver=1.2.0
-pkgrel=3
+pkgver=1.2.2
+pkgrel=1
pkgdesc="A C library for reading and writing files containing sampled sound (mingw-w64)"
arch=(any)
url="https://libsndfile.github.io/libsndfile/"
license=(LGPL2.1)
makedepends=('mingw-w64-cmake' 'python')
-depends=('mingw-w64-flac' 'mingw-w64-libvorbis' 'mingw-w64-lame' 'mingw-w64-opus' 'mingw-w64-speex' 'mingw-w64-sqlite' 'mingw-w64-mpg123')
+depends=('mingw-w64-flac' 'mingw-w64-libvorbis' 'mingw-w64-lame' 'mingw-w64-opus' 'mingw-w64-sqlite' 'mingw-w64-mpg123')
options=('staticlibs' '!strip' '!buildflags')
source=(http://www.mega-nerd.com/libsndfile/files/libsndfile-${pkgver}.tar.gz)
source=(https://github.com/libsndfile/libsndfile/releases/download/$pkgver/libsndfile-$pkgver.tar.xz)
-sha256sums=('0e30e7072f83dc84863e2e55f299175c7e04a5902ae79cfb99d4249ee8f6d60a')
+sha256sums=('3799ca9924d3125038880367bf1468e53a1b7e3686a934f098b7e1d286cdb80e')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"