[arch-commits] Commit in fribidi/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Mon Jul 30 19:22:28 UTC 2018


    Date: Monday, July 30, 2018 @ 19:22:27
  Author: heftig
Revision: 329678

1.0.5-1

Modified:
  fribidi/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-30 15:27:38 UTC (rev 329677)
+++ PKGBUILD	2018-07-30 19:22:27 UTC (rev 329678)
@@ -3,7 +3,7 @@
 # Contributor: Nezmer <Nezmer at gmail.com>
 
 pkgname=fribidi
-pkgver=1.0.4
+pkgver=1.0.5
 pkgrel=1
 pkgdesc="A Free Implementation of the Unicode Bidirectional Algorithm"
 arch=('x86_64')
@@ -11,7 +11,7 @@
 url="https://github.com/fribidi/fribidi/"
 depends=('glibc')
 makedepends=('git' 'meson')
-_commit=902618192f1cdb4430e4f2dfc032d9fb36fccc5b  # tags/v1.0.4^0
+_commit=5b6a16e8da12ae7ff482fbfa5a17b72bd518418f  # tags/v1.0.5^0
 source=("git+https://github.com/fribidi/fribidi#commit=$_commit")
 md5sums=('SKIP')
 
@@ -30,10 +30,9 @@
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
 }



More information about the arch-commits mailing list