summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2019-10-03 17:52:10 +0200
committerkfg2019-10-03 17:52:10 +0200
commita1f426e91b6e8bb496282952e07cfea3dcd03643 (patch)
tree909b81ee615ba0eef7635a44984b813c2617f03c
parentbd88e92f0fe7532960283f2cb38f7eef0d7b5d65 (diff)
downloadaur-a1f426e91b6e8bb496282952e07cfea3dcd03643.tar.gz
1.0.7-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96e4532889f1..6e04791d4fe9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Aug 31 13:41:48 UTC 2018
+# Thu Oct 3 15:51:40 UTC 2019
pkgbase = mingw-w64-fribidi
pkgdesc = A Free Implementation of the Unicode Bidirectional Algorithm (mingw-w64)
- pkgver = 1.0.5
- pkgrel = 4
+ pkgver = 1.0.7
+ pkgrel = 1
url = http://fribidi.org
arch = any
license = LGPL
@@ -16,7 +16,7 @@ pkgbase = mingw-w64-fribidi
options = !buildflags
options = !libtool
options = staticlibs
- source = git+https://github.com/fribidi/fribidi#commit=5b6a16e8da12ae7ff482fbfa5a17b72bd518418f
+ source = git+https://github.com/fribidi/fribidi#commit=aac3845708969b9c4bc2874edc4950123595b1b4
source = testrunnerwine.patch
sha256sums = SKIP
sha256sums = 5bdbddcec6ef0a092d49dacec149b5219da12033b76787b3e65c0f9b338045d7
diff --git a/PKGBUILD b/PKGBUILD
index bb7162fc04c0..8a187177f53f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Karl-Felix Glatzer <karl.glatzer@gmx.de>
+# Maintainer: Karl-Felix Glatzer <karl[dot]glatzer[at]gmx[dot]de>
pkgname=mingw-w64-fribidi
-pkgver=1.0.5
-pkgrel=4
+pkgver=1.0.7
+pkgrel=1
pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm (mingw-w64)"
arch=('any')
license=('LGPL')
@@ -10,7 +10,7 @@ url="http://fribidi.org"
depends=('mingw-w64-crt')
options=('!strip' '!buildflags' '!libtool' 'staticlibs')
makedepends=('mingw-w64-gcc' 'mingw-w64-meson' 'mingw-w64-wine' 'git')
-_commit=5b6a16e8da12ae7ff482fbfa5a17b72bd518418f # tags/v1.0.5^0
+_commit=aac3845708969b9c4bc2874edc4950123595b1b4 # tags/v1.0.7
source=("git+https://github.com/fribidi/fribidi#commit=$_commit"
"testrunnerwine.patch")
sha256sums=('SKIP'
@@ -36,7 +36,7 @@ check() {
export NEED_WINE=1
for _arch in ${_architectures}; do
cp ${srcdir}/fribidi/build-${_arch}/lib/*.dll ${srcdir}/fribidi/build-${_arch}/bin/
- WINEDEBUG=-all meson test -C ${srcdir}/fribidi/build-${_arch}
+ WINEDEBUG=-all meson test -C ${srcdir}/fribidi/build-${_arch} --print-errorlogs
done
}