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

Dan Printzell wild at archlinux.org
Sun Apr 14 14:41:49 UTC 2019


    Date: Sunday, April 14, 2019 @ 14:41:48
  Author: wild
Revision: 451629

upgpkg: vibe-d 0.8.5-1

Updated to 0.8.5

Modified:
  vibe-d/trunk/PKGBUILD

----------+
 PKGBUILD |   15 ++++++---------
 1 file changed, 6 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-14 14:41:28 UTC (rev 451628)
+++ PKGBUILD	2019-04-14 14:41:48 UTC (rev 451629)
@@ -2,8 +2,8 @@
 
 pkgname=vibe-d
 _pkgname=vibe.d
-pkgver=0.8.4
-pkgrel=4
+pkgver=0.8.5
+pkgrel=1
 pkgdesc='High-performance asynchronous I/O, concurrency and web application toolkit'
 arch=('x86_64')
 url='https://vibed.org'
@@ -11,17 +11,14 @@
 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"
-"fix-aa-tests.patch::https://github.com/vibe-d/vibe.d/commit/926691489fcc6da40e3c8e187e557398acbef532.patch")
-sha512sums=('b0536f6f33592c8e0af5e212d9f4a7d0ad1bf711c315fbd321dd1f5a8ea648fe03793820b26dedf6dc03ec2dc35e809641724bc71c800e2562cc930e686ffcc3'
-            'a4aa070a9b1cf4c5c6920e8537bdcd0a4b8bae94a3a0a16db1c2d667118f13a98936ccd5f4f8055a2c25ceced1e98a950b60620be1e825eb8ebbbe88821c5c5b')
+        "fix-meson.patch::https://github.com/vibe-d/vibe.d/pull/2302/commits/b2e5f979b52ed8ae1d044c37d556fae70882917c.patch")
+sha512sums=('de4b14087e0df0de8ccad272481987d956487e8d18ab7142c3f25e54c41820e3f24aa6307416b67ff805240316c6dedc69f89fddf377307f0d5f35b9481cecdf'
+            '33b987cd59bda57f032b2b29535c83552329051271d3b0c23bcae23da1a1b8f352055d94a9663371c01d53bbf463958497780d3c8563f6c7ab030ccb7f06081f')
 
 prepare() {
   cd $_pkgname-$pkgver
 
-  # Disable failing tests
-  sed -i "/test('vibe-test_utils', vibe_test_utils_exe)/d" utils/meson.build
-
-	patch -p1 < "$srcdir"/fix-aa-tests.patch
+  patch -p1 < "$srcdir"/fix-meson.patch
 }
 
 build() {



More information about the arch-commits mailing list