Date: Sunday, March 22, 2020 @ 17:42:57 Author: felixonmars Revision: 603574
upgpkg: haskell-dbus 1.2.9-1: rebuild with dbus 1.2.9 Modified: haskell-dbus/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-22 17:37:42 UTC (rev 603573) +++ PKGBUILD 2020-03-22 17:42:57 UTC (rev 603574) @@ -3,7 +3,7 @@ _hkgname=dbus pkgname=haskell-dbus -pkgver=1.2.8 +pkgver=1.2.9 pkgrel=1 pkgdesc="A client library for the D-Bus IPC system" url="https://john-millikin.com/software/haskell-dbus/" @@ -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=('2d3256f41c001e915c6507eae42b52258da43a84b6ef4c1cdc6e2e024b342fbbc9b9b19fcaeae1db72cbbada3fb0b65b89513fd3b5e20ecfe3c3b32fc52c8138') +sha512sums=('c023ef11646798622570f345b38af13424c017983ac691fc2a480daa5b484d03f5869b8202c78ae613d678663151f76e95d9b3a479e448b2fed423cc7375e108') prepare() { cd $_hkgname-$pkgver
