summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhanghua0002022-06-30 10:20:45 +0800
committerzhanghua0002022-06-30 10:20:45 +0800
commite17ea203fe6cbe7e6152ee668b4b8351db76793c (patch)
tree9dc65a96dbea5688fadf89de240af19abf4b2b22
parent36a488d1403067e21fa5a871e5e2f73fb17b242e (diff)
downloadaur-e17ea203fe6cbe7e6152ee668b4b8351db76793c.tar.gz
Remove check()
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 2 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb8cceff6cbb..3c50d48f4b7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wine64-git
pkgdesc = A compatibility layer for running Windows programs which is only for 64 bit system.
- pkgver = 7.10.251.g712c547e086
+ pkgver = 7.11.212.ge06a62049e8
pkgrel = 1
url = https://winehq.org
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ea833de15fa0..5479a9fa1cca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
pkgname=wine64-git
-pkgver=7.10.251.g712c547e086
+pkgver=7.11.212.ge06a62049e8
pkgrel=1
pkgdesc="A compatibility layer for running Windows programs which is only for 64 bit system."
url=https://winehq.org
@@ -89,10 +89,3 @@ package(){
"${pkgdir}/usr/share/fontconfig/conf.default/30-win32-aliases.conf"
install -Dm644 "${srcdir}/wine-binfmt.conf" "${pkgdir}/usr/lib/binfmt.d/wine.conf"
}
-check(){
- # Some tests may be failed so it is recommended to skip check()
- cd "${srcdir}/wine/wine64-build"
- mkdir -p "${srcdir}/wine-prefix"
- WINEPREFIX="${srcdir}/wine-prefix" make check || \
- echo -e "\n\033[1m[WARN]\033[0m Wine test failed!"
-}