summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5716ba10de78..1a3ae7f887ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Dec 12 13:30:26 UTC 2015
+# Mon May 16 14:25:24 UTC 2016
pkgbase = lib32-libsidplay
pkgdesc = A library for playing SID music files, lib32.
pkgver = 1.36.59
- pkgrel = 2
+ pkgrel = 3
url = http://critical.ch/distfiles/
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 91f494a1d4f0..f7fafe0f8c9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=lib32-libsidplay
_pkgname=libsidplay
pkgver=1.36.59
-pkgrel=2
+pkgrel=3
pkgdesc="A library for playing SID music files, lib32."
arch=('x86_64')
url="http://critical.ch/distfiles/"
@@ -24,7 +24,7 @@ patch -Np1 -i $srcdir/libsidplay-1.36.59-gcc43.patch
build() {
cd ${srcdir}/${_pkgname}-${pkgver}
export CC="gcc -m32"
-export CXX="g++ -m32"
+export CXX="g++ -m32 -Wno-narrowing"
export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
./configure --prefix=/usr --libdir=/usr/lib32 --libexecdir=/usr/lib32