summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2020-08-30 19:53:24 +0200
committerMichel Zou2020-08-30 19:53:24 +0200
commit632d9992d17fc3fd61369de28c4319b82f95f006 (patch)
treed0e71d73c68796ed89b4b70c6b6dfd6200faf633
parentac046279637ec0cf952259f97d57988d61eb2fb8 (diff)
downloadaur-mingw-w64-libmikmod.tar.gz
3.3.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f29f78d8cf6d..ecb9841b846f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-libmikmod
pkgdesc = A portable sound library (mingw-w64)
- pkgver = 3.3.7
+ pkgver = 3.3.11.1
pkgrel = 1
url = http://mikmod.shlomifish.org
arch = any
@@ -11,8 +11,8 @@ pkgbase = mingw-w64-libmikmod
options = staticlibs
options = !strip
options = !buildflags
- source = http://downloads.sourceforge.net/mikmod/libmikmod-3.3.7.tar.gz
- sha256sums = 4cf41040a9af99cb960580210ba900c0a519f73ab97b503c780e82428b9bd9a2
+ source = http://downloads.sourceforge.net/mikmod/libmikmod-3.3.11.1.tar.gz
+ sha256sums = ad9d64dfc8f83684876419ea7cd4ff4a41d8bcd8c23ef37ecb3a200a16b46d19
pkgname = mingw-w64-libmikmod
diff --git a/PKGBUILD b/PKGBUILD
index 747546c74f1f..7e99a351b4be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=mingw-w64-libmikmod
-pkgver=3.3.7
+pkgver=3.3.11.1
pkgrel=1
pkgdesc="A portable sound library (mingw-w64)"
arch=(any)
@@ -9,20 +9,17 @@ makedepends=('mingw-w64-configure')
depends=('mingw-w64-crt' 'mingw-w64-openal')
options=('staticlibs' '!strip' '!buildflags')
source=("http://downloads.sourceforge.net/mikmod/libmikmod-$pkgver.tar.gz")
-sha256sums=('4cf41040a9af99cb960580210ba900c0a519f73ab97b503c780e82428b9bd9a2')
+sha256sums=('ad9d64dfc8f83684876419ea7cd4ff4a41d8bcd8c23ef37ecb3a200a16b46d19')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd "$srcdir/libmikmod-$pkgver"
- sed -i "s,#define HAVE_SSE2,,g" "include/mikmod_internals.h"
-# sed -i "s,typedef unsigned int[ ]*ULONG;,typedef unsigned long ULONG;,g" "include/mikmod.h"
}
build() {
cd "$srcdir/libmikmod-$pkgver"
for _arch in ${_architectures}; do
-# export CFLAGS="$CFLAGS -DDLL_EXPORTS"
mkdir -p build-${_arch} && pushd build-${_arch}
${_arch}-configure \
--enable-threads=win32 \