summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVaporeon2022-09-12 03:56:19 +1200
committerVaporeon2022-09-12 04:56:35 +1200
commitc8b011194583aeac727899e43191c73541c3a083 (patch)
treecaf32f1b4344a1f1d8314ff880bcebb06cc44e67
parent5e210e62e3df7f9b87775b2295f753a8f5cf5a5f (diff)
downloadaur-c8b011194583aeac727899e43191c73541c3a083.tar.gz
Update to 1.4.0
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0fc9e2e26ea..63108bbef1f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-flac
pkgdesc = Free Lossless Audio Codec (mingw-w64)
- pkgver = 1.3.4
+ pkgver = 1.4.0
pkgrel = 1
url = http://flac.sourceforge.net/
arch = any
@@ -8,12 +8,13 @@ pkgbase = mingw-w64-flac
license = GPL
makedepends = mingw-w64-cmake
makedepends = ninja
+ makedepends = nasm
depends = mingw-w64-libogg
depends = mingw-w64-crt
options = staticlibs
options = !buildflags
options = !strip
- source = https://github.com/xiph/flac/releases/download/1.3.4/flac-1.3.4.tar.xz
- sha256sums = 8ff0607e75a322dd7cd6ec48f4f225471404ae2730d0ea945127b1355155e737
+ source = https://github.com/xiph/flac/releases/download/1.4.0/flac-1.4.0.tar.xz
+ sha256sums = af41c0733c93c237c3e52f64dd87e3b0d9af38259f1c7d11e8cbf583c48c2506
pkgname = mingw-w64-flac
diff --git a/PKGBUILD b/PKGBUILD
index cad0647fd180..7f6b973ca85b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,20 @@
# Contributor: naelstrof <naelstrof@gmail.com>
pkgname=mingw-w64-flac
-pkgver=1.3.4
+pkgver=1.4.0
pkgrel=1
pkgdesc="Free Lossless Audio Codec (mingw-w64)"
url="http://flac.sourceforge.net/"
arch=('any')
license=('BSD' 'GPL')
depends=('mingw-w64-libogg' 'mingw-w64-crt')
-makedepends=('mingw-w64-cmake' 'ninja')
+makedepends=('mingw-w64-cmake' 'ninja' 'nasm')
options=('staticlibs' '!buildflags' '!strip')
source=("https://github.com/xiph/flac/releases/download/${pkgver}/flac-${pkgver}.tar.xz")
-sha256sums=('8ff0607e75a322dd7cd6ec48f4f225471404ae2730d0ea945127b1355155e737')
+sha256sums=('af41c0733c93c237c3e52f64dd87e3b0d9af38259f1c7d11e8cbf583c48c2506')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
-_pkgname="flac"
+_pkgname="${pkgname#mingw-w64-}"
build() {
for _arch in ${_architectures}; do
@@ -28,7 +28,6 @@ build() {
-DBUILD_PROGRAMS=OFF \
-DBUILD_TESTING=OFF \
-DWITH_STACK_PROTECTOR=OFF \
- -DWITH_ASM=OFF \
-DINSTALL_MANPAGES=OFF \
-DNDEBUG=ON
@@ -41,7 +40,6 @@ build() {
-DBUILD_PROGRAMS=OFF \
-DBUILD_TESTING=OFF \
-DWITH_STACK_PROTECTOR=OFF \
- -DWITH_ASM=OFF \
-DINSTALL_MANPAGES=OFF \
-DNDEBUG=ON