summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2022-04-26 00:11:51 +0200
committerkfg2022-04-26 00:11:51 +0200
commit4f7cf9cccc29d2bfadd25dcd9d9953bd443c77d8 (patch)
tree54aaab1d27014d244e09dff86d4a1996503a5493
parentb846e23f65f75f60e89b3f69145536bf50d18cca (diff)
downloadaur-4f7cf9cccc29d2bfadd25dcd9d9953bd443c77d8.tar.gz
1.0.12-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 19a32792b368..51830c2240be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mingw-w64-fribidi
pkgdesc = A Free Implementation of the Unicode Bidirectional Algorithm (mingw-w64)
- pkgver = 1.0.11
+ pkgver = 1.0.12
pkgrel = 1
url = http://fribidi.org
arch = any
@@ -14,7 +14,7 @@ pkgbase = mingw-w64-fribidi
options = !buildflags
options = !libtool
options = staticlibs
- source = git+https://github.com/fribidi/fribidi#commit=247fddc3599e3fe7b1b5cc21020c9eb51e662637
+ source = git+https://github.com/fribidi/fribidi#commit=6428d8469e536bcbb6e12c7b79ba6659371c435a
source = testrunnerwine.patch
sha256sums = SKIP
sha256sums = 5bdbddcec6ef0a092d49dacec149b5219da12033b76787b3e65c0f9b338045d7
diff --git a/PKGBUILD b/PKGBUILD
index 1984b303246b..b5bc73d3a42d 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.11
+pkgver=1.0.12
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=247fddc3599e3fe7b1b5cc21020c9eb51e662637 # tags/v1.0.11^0
+_commit=6428d8469e536bcbb6e12c7b79ba6659371c435a # tags/v1.0.12^0
source=("git+https://github.com/fribidi/fribidi#commit=$_commit"
"testrunnerwine.patch")
sha256sums=('SKIP'