summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2017-04-07 21:03:19 +0200
committerMichel Zou2017-04-07 21:03:19 +0200
commit4a52c9762d71dbeebca63fcd0e52f5985d200a51 (patch)
tree8fcc8b911eecc455e2f1cccd45448fd1d89d9b4f
parent2f6807918bd2d98b95e53ce6d45fdf4852147c74 (diff)
downloadaur-4a52c9762d71dbeebca63fcd0e52f5985d200a51.tar.gz
1.3.2
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2f7cf80b4c0f..e9aeaa7e98b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Fri Apr 7 19:03:19 UTC 2017
pkgbase = mingw-w64-flac
pkgdesc = Free Lossless Audio Codec (mingw-w64)
- pkgver = 1.3.1
- pkgrel = 5
+ pkgver = 1.3.2
+ pkgrel = 1
url = http://flac.sourceforge.net/
arch = any
license = BSD
@@ -13,8 +15,8 @@ pkgbase = mingw-w64-flac
options = !strip
options = !buildflags
options = staticlibs
- source = http://downloads.xiph.org/releases/flac/flac-1.3.1.tar.xz
- md5sums = b9922c9a0378c88d3e901b234f852698
+ source = http://downloads.xiph.org/releases/flac/flac-1.3.2.tar.xz
+ md5sums = 454f1bfa3f93cc708098d7890d0499bd
pkgname = mingw-w64-flac
diff --git a/PKGBUILD b/PKGBUILD
index 93b4a910665e..4092b4555c53 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Contributor: naelstrof <naelstrof@gmail.com>
pkgname=mingw-w64-flac
-pkgver=1.3.1
-pkgrel=5
+pkgver=1.3.2
+pkgrel=1
pkgdesc="Free Lossless Audio Codec (mingw-w64)"
arch=('any')
url="http://flac.sourceforge.net/"
@@ -11,7 +11,7 @@ depends=('mingw-w64-libogg' 'mingw-w64-crt')
makedepends=('nasm' 'mingw-w64-configure')
options=(!strip !buildflags staticlibs)
source=("http://downloads.xiph.org/releases/flac/flac-${pkgver}.tar.xz")
-md5sums=('b9922c9a0378c88d3e901b234f852698')
+md5sums=('454f1bfa3f93cc708098d7890d0499bd')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
_pkgname="flac"