summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sun2019-06-14 12:38:37 -0400
committerAndrew Sun2019-06-14 12:38:37 -0400
commit9653b3651bc1c2cb3b2fd396e8e1f4250582a6fd (patch)
tree05c3b46b238700897d370c6f2a2a1d9a760378e1
parent7bcb09c3327bf57bbeab572e7c57902f5dbcf1b0 (diff)
downloadaur-9653b3651bc1c2cb3b2fd396e8e1f4250582a6fd.tar.gz
mingw-w64-libsigc++: remove redundant arguments to arch-configure
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD7
2 files changed, 2 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9493ac505512..4544ba3adcbe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = mingw-w64-libsigc++
pkgdesc = Libsigc++ implements a full callback system for use in widget libraries - V2 (mingw-w64)
pkgver = 2.10.2
- pkgrel = 1
+ pkgrel = 2
url = https://libsigcplusplus.github.io/libsigcplusplus/
arch = any
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index a1c45399743a..6682c3bd36fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=mingw-w64-libsigc++
_pkgname=libsigc++
pkgver=2.10.2
-pkgrel=1
+pkgrel=2
pkgdesc="Libsigc++ implements a full callback system for use in widget libraries - V2 (mingw-w64)"
arch=('any')
url="https://libsigcplusplus.github.io/libsigcplusplus/"
@@ -22,11 +22,6 @@ build() {
for _arch in ${_architectures}; do
mkdir -p build-${_arch} && pushd build-${_arch}
${_arch}-configure \
- --prefix=/usr/${_arch} \
- --build=$CHOST \
- --host=${_arch} \
- --enable-shared \
- --enable-static \
--disable-documentation \
..
make