summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortiziodcaio2023-09-17 23:26:35 +0200
committertiziodcaio2023-09-17 23:26:35 +0200
commit959e2c76149723a5cd0b10bc7a08c5b5811958af (patch)
tree0e4d72d95e48b34c8c7c9fdbf2a6e3fd5f8b0fbb /PKGBUILD
parentd3f544b74f220a6e60b33c9888a272900495e954 (diff)
downloadaur-959e2c76149723a5cd0b10bc7a08c5b5811958af.tar.gz
without-tests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5721e5efb6c8..c6a459f0b225 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=wine-wow64
_name=wine
pkgver=8.16
-pkgrel=1
+pkgrel=2
provides=("wine=$pkgver")
conflicts=("wine")
source=(https://dl.winehq.org/wine/source/8.x/$_name-$pkgver.tar.xz
@@ -78,6 +78,7 @@ build() {
mkdir -p $srcdir/$_name-$pkgver/build
cd $srcdir/$_name-$pkgver/build
../configure \
+ --without-tests \
--prefix=/usr \
--libdir=/usr/lib \
--enable-archs=x86_64,i386