summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkfg2018-06-20 11:15:56 +0200
committerkfg2018-06-20 11:15:56 +0200
commit7ba1899678d82e72f8459d4b2f84c8270026c9ae (patch)
tree19d000327280e173a6002145d1190294c5e54f3a /PKGBUILD
parent4523db4adec6516b106d3f095b4a30e8ac40e78e (diff)
downloadaur-7ba1899678d82e72f8459d4b2f84c8270026c9ae.tar.gz
1.0.4-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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"