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

Felix Yan felixonmars at archlinux.org
Tue Dec 4 07:57:59 UTC 2018


    Date: Tuesday, December 4, 2018 @ 07:57:56
  Author: felixonmars
Revision: 411073

upgpkg: haskell-dbus 1.1.1-1

rebuild with dbus 1.1.1

Modified:
  haskell-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-04 07:55:04 UTC (rev 411072)
+++ PKGBUILD	2018-12-04 07:57:56 UTC (rev 411073)
@@ -3,19 +3,19 @@
 
 _hkgname=dbus
 pkgname=haskell-dbus
-pkgver=1.0.1
-pkgrel=71
+pkgver=1.1.1
+pkgrel=1
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/"
 license=("GPL3")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-cereal' 'haskell-lens' 'haskell-libxml-sax' 'haskell-network'
-         'haskell-random' 'haskell-split' 'haskell-th-lift'
-         'haskell-vector' 'haskell-xml-types')
+depends=('ghc-libs' 'haskell-cereal' 'haskell-conduit' 'haskell-exceptions' 'haskell-lens'
+         'haskell-network' 'haskell-random' 'haskell-split' 'haskell-th-lift'
+         'haskell-vector' 'haskell-xml-conduit' 'haskell-xml-types')
 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=('e50b388de40d39761338045a92a848d65fc049594b0ee59505a2ac1a1bbf54cb6e8278f9d08abcdd3cae87650405f78f80bce680b9c3c4950d1b848a990e544b')
+sha512sums=('86c701957205b8a4e438b6763607a430cf7279f280c4aecb45e72bb24f9b2f69a8b80103d1868e75095b076a254d5936d46ed1ffc5484b6a895e1667293655a4')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list