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

Felix Yan felixonmars at archlinux.org
Tue Jan 16 09:45:56 UTC 2018


    Date: Tuesday, January 16, 2018 @ 09:45:51
  Author: felixonmars
Revision: 283175

upgpkg: haskell-dbus 0.10.15-1

rebuild with dbus,0.10.15

Modified:
  haskell-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-16 09:42:13 UTC (rev 283174)
+++ PKGBUILD	2018-01-16 09:45:51 UTC (rev 283175)
@@ -4,8 +4,8 @@
 
 _hkgname=dbus
 pkgname=haskell-dbus
-pkgver=0.10.14
-pkgrel=2
+pkgver=0.10.15
+pkgrel=1
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/"
 license=("GPL3")
@@ -15,7 +15,7 @@
 makedepends=('ghc' 'haskell-extra' 'haskell-quickcheck' 'haskell-resourcet' 'haskell-tasty'
              'haskell-tasty-hunit' 'haskell-tasty-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('8212d38f680379de7f530aad5df935d56fb29de4dfe59acb1b7561497b25db3b60b767ab2a50a8c00fd9252d4ba6e92f6103735db450cdd3244335a45e730d67')
+sha512sums=('5c81c1f8599b80cdb16bee63b97cd1aa5d6b0698095b2c366ad4e4f03b44f9166bd5d770f8a47a0c7dd746a9a734379dc20a77f7846a862bd1c213eb12559b0b')
 
 build() {
     cd $_hkgname-$pkgver
@@ -31,9 +31,8 @@
 }
 
 check() {
-    # https://github.com/rblaze/haskell-dbus/issues/9
     cd $_hkgname-$pkgver
-    runhaskell Setup test || warning "Tests failed"
+    runhaskell Setup test
 }
 
 package() {



More information about the arch-commits mailing list