summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkfg2018-08-08 12:04:02 +0200
committerkfg2018-08-08 12:04:02 +0200
commit0fa9b0795d319f6f51a378afd327f8ab0b0e4c03 (patch)
tree85fd995a8b557682b335b012e80e73f7f74dc3bd /PKGBUILD
parent4888fc344c27fe2deb325dbefa6e547ce664cf15 (diff)
downloadaur-0fa9b0795d319f6f51a378afd327f8ab0b0e4c03.tar.gz
Use mingw-w64-wine scripts in tests
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a4fb53631452..42fa9541b3fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=mingw-w64-fribidi
pkgver=1.0.5
-pkgrel=2
+pkgrel=3
pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm (mingw-w64)"
arch=('any')
license=('LGPL')
@@ -14,7 +14,7 @@ _commit=5b6a16e8da12ae7ff482fbfa5a17b72bd518418f # tags/v1.0.5^0
source=("git+https://github.com/fribidi/fribidi#commit=$_commit"
"testrunnerwine.patch")
sha256sums=('SKIP'
- '5a3b01779035608220e6af54d803006295b237a05ddaaf4781ab143317d8ec15')
+ '5bdbddcec6ef0a092d49dacec149b5219da12033b76787b3e65c0f9b338045d7')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {