summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2015-11-18 18:44:12 +0100
committerMichel Zou2015-11-18 18:44:12 +0100
commit5fc2ad25b0290fd284de74b0a316060ecaa2bfa6 (patch)
tree366664e3f33d9ab2711257b6282e4b82dab4944f /PKGBUILD
parente2c60c81a3988df3102756b6107097001480448f (diff)
downloadaur-5fc2ad25b0290fd284de74b0a316060ecaa2bfa6.tar.gz
bogus dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 061d4f69dc46..cce76ecd1ff6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -51,7 +51,6 @@ build()
package()
{
- depends=("mingw-w64-blas")
for _arch in ${_architectures}; do
cd "$srcdir/lapack-${pkgver}/build-${_arch}-static"
make install DESTDIR="$pkgdir"