Date: Thursday, April 5, 2018 @ 05:35:51 Author: felixonmars Revision: 314347
upgpkg: haskell-dbus 1.0.1-1 rebuild with dbus,1.0.1 Modified: haskell-dbus/trunk/PKGBUILD ----------+ PKGBUILD | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-04-05 05:35:41 UTC (rev 314346) +++ PKGBUILD 2018-04-05 05:35:51 UTC (rev 314347) @@ -4,18 +4,19 @@ _hkgname=dbus pkgname=haskell-dbus -pkgver=0.10.15 -pkgrel=19 +pkgver=1.0.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-libxml-sax' 'haskell-network' 'haskell-parsec' - 'haskell-random' 'haskell-text' 'haskell-vector' 'haskell-xml-types') +depends=('ghc-libs' 'haskell-cereal' 'haskell-lens' 'haskell-libxml-sax' 'haskell-network' + 'haskell-parsec' 'haskell-random' 'haskell-split' 'haskell-text' 'haskell-th-lift' + 'haskell-vector' '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=('5c81c1f8599b80cdb16bee63b97cd1aa5d6b0698095b2c366ad4e4f03b44f9166bd5d770f8a47a0c7dd746a9a734379dc20a77f7846a862bd1c213eb12559b0b') +sha512sums=('e50b388de40d39761338045a92a848d65fc049594b0ee59505a2ac1a1bbf54cb6e8278f9d08abcdd3cae87650405f78f80bce680b9c3c4950d1b848a990e544b') build() { cd $_hkgname-$pkgver
