summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2020-04-17 21:20:41 +0200
committerkfg2020-04-17 21:20:41 +0200
commit4d1ed1683d39329e127ea81cbb50e5fc2be51023 (patch)
tree73cf427ea4f5652425c8db14ef514b3971de3c1c
parent3a63d20f8b7463863114b67e52971f6d56a75b85 (diff)
downloadaur-4d1ed1683d39329e127ea81cbb50e5fc2be51023.tar.gz
1.0.9-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 991f65a3140b..4b116218ccc1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Fri Jan 3 20:19:17 UTC 2020
pkgbase = mingw-w64-fribidi
pkgdesc = A Free Implementation of the Unicode Bidirectional Algorithm (mingw-w64)
- pkgver = 1.0.8
+ pkgver = 1.0.9
pkgrel = 1
url = http://fribidi.org
arch = any
@@ -16,7 +14,7 @@ pkgbase = mingw-w64-fribidi
options = !buildflags
options = !libtool
options = staticlibs
- source = git+https://github.com/fribidi/fribidi#commit=2e9bd91cfd857c5b78a210d8f24862a4bb704059
+ source = git+https://github.com/fribidi/fribidi#commit=f9e8e71a6fbf4a4619481284c9f484d10e559995
source = testrunnerwine.patch
sha256sums = SKIP
sha256sums = 5bdbddcec6ef0a092d49dacec149b5219da12033b76787b3e65c0f9b338045d7
diff --git a/PKGBUILD b/PKGBUILD
index a3fd7e79e029..6bbeeafe623a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Karl-Felix Glatzer <karl[dot]glatzer[at]gmx[dot]de>
pkgname=mingw-w64-fribidi
-pkgver=1.0.8
+pkgver=1.0.9
pkgrel=1
pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm (mingw-w64)"
arch=('any')
@@ -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=2e9bd91cfd857c5b78a210d8f24862a4bb704059 # tags/v1.0.8
+_commit=f9e8e71a6fbf4a4619481284c9f484d10e559995 # tags/v1.0.9^0
source=("git+https://github.com/fribidi/fribidi#commit=$_commit"
"testrunnerwine.patch")
sha256sums=('SKIP'