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

Dan Printzell wild at archlinux.org
Sun Oct 14 00:28:55 UTC 2018


    Date: Sunday, October 14, 2018 @ 00:28:55
  Author: wild
Revision: 393380

upgpkg: vibe-d 0.8.4-3

Added patch to fix the unittest

Modified:
  vibe-d/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-14 00:23:33 UTC (rev 393379)
+++ PKGBUILD	2018-10-14 00:28:55 UTC (rev 393380)
@@ -3,7 +3,7 @@
 pkgname=vibe-d
 _pkgname=vibe.d
 pkgver=0.8.4
-pkgrel=2
+pkgrel=3
 pkgdesc='High-performance asynchronous I/O, concurrency and web application toolkit'
 arch=('x86_64')
 url='https://vibed.org'
@@ -10,8 +10,10 @@
 license=('MIT')
 depends=('liblphobos' 'openssl' 'libevent' 'zlib' 'diet-ng' 'd-stdx-allocator')
 makedepends=('meson' 'ldc' 'git')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz")
-sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/vibe-d/vibe.d/archive/v$pkgver.tar.gz"
+"fix-aa-tests.patch::https://github.com/vibe-d/vibe.d/commit/926691489fcc6da40e3c8e187e557398acbef532.patch")
+sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3'
+            'a4aa070a9b1cf4c5c6920e8537bdcd0a4b8bae94a3a0a16db1c2d667118f13a98936ccd5f4f8055a2c25ceced1e98a950b60620be1e825eb8ebbbe88821c5c5b')
 
 prepare() {
   cd $_pkgname-$pkgver
@@ -18,6 +20,8 @@
 
   # Disable failing tests
   sed -i "/test('vibe-test_utils', vibe_test_utils_exe)/d" utils/meson.build
+
+	patch -p1 < "$srcdir"/fix-aa-tests.patch
 }
 
 build() {



More information about the arch-commits mailing list