summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkfg2018-06-20 11:15:56 +0200
committerkfg2018-06-20 11:15:56 +0200
commit7ba1899678d82e72f8459d4b2f84c8270026c9ae (patch)
tree19d000327280e173a6002145d1190294c5e54f3a
parent4523db4adec6516b106d3f095b4a30e8ac40e78e (diff)
downloadaur-7ba1899678d82e72f8459d4b2f84c8270026c9ae.tar.gz
1.0.4-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf68cf520b24..e5e7a342dd8d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 14 14:52:41 UTC 2018
+# Wed Jun 20 09:15:37 UTC 2018
pkgbase = mingw-w64-fribidi
pkgdesc = A Free Implementation of the Unicode Bidirectional Algorithm (mingw-w64)
- pkgver = 1.0.2
- pkgrel = 2
+ pkgver = 1.0.4
+ 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=f2c9d50722cb60d0cdec3b1bafba9029770e86b4
+ source = git+https://github.com/fribidi/fribidi#commit=902618192f1cdb4430e4f2dfc032d9fb36fccc5b
md5sums = SKIP
pkgname = mingw-w64-fribidi
diff --git a/PKGBUILD b/PKGBUILD
index 8af33f8f2a7b..e5578987e892 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-fribidi
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.0.4
+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=f2c9d50722cb60d0cdec3b1bafba9029770e86b4 # tags/v1.0.2^0
+_commit=902618192f1cdb4430e4f2dfc032d9fb36fccc5b # tags/v1.0.4^0
source=("git+https://github.com/fribidi/fribidi#commit=$_commit")
md5sums=('SKIP')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"