summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoratomlong2021-09-09 12:58:25 +0800
committeratomlong2021-09-09 13:17:46 +0800
commitc0e62d4edae7decd33884da1e69174c268af0871 (patch)
tree1e5d4846cb2173b53a5e92c755dd903d9bc94c45 /PKGBUILD
parent260d0df0191a8221ad4161d6c0552ff9e94f82ee (diff)
downloadaur-c0e62d4edae7decd33884da1e69174c268af0871.tar.gz
need mingw-w64-configure
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1f93f030590..a568ab5d782f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,6 +14,7 @@ arch=('x86_64')
url="https://sourceforge.net/projects/libsmf/"
license=('BSD')
depends=('mingw-w64-glib2')
+makedepends=('mingw-w64-configure')
options=('!libtool' '!strip' '!buildflags' '!makeflags')
source=("https://downloads.sourceforge.net/project/${_pkgbase}/${_pkgbase}/${pkgver}/${_pkgbase}-${pkgver}.tar.gz")
sha512sums=('3c383ec8f2fbe48ddab1008b3ecfe6941c38e33cfd963eabdf07f09c8c04c1b8758c8774b25672f70c29b570f2c250c795979d19b39c5027810b54b07035497d')
@@ -28,7 +29,7 @@ build() {
cp -r "${_pkgbase}-${pkgver}" build-${_arch}
pushd build-${_arch}
- ${_arch}-configure
+ ${_arch}-configure .
make
popd