Date: Saturday, February 16, 2019 @ 15:58:46 Author: felixonmars Revision: 433512
upgpkg: haskell-dbus 1.2.4-1 rebuild with dbus 1.2.4 Modified: haskell-dbus/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-02-16 15:55:07 UTC (rev 433511) +++ PKGBUILD 2019-02-16 15:58:46 UTC (rev 433512) @@ -3,8 +3,8 @@ _hkgname=dbus pkgname=haskell-dbus -pkgver=1.2.3 -pkgrel=6 +pkgver=1.2.4 +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=('0f7b88c2f4f5ac2c380e134aa8788f8b5e278fbd74ba7b6110ac0d9cf6c50cf364b8435f9af750f885a227b0f9855a9891043988a76d8d0241a6069bc32ed417') +sha512sums=('5f62615d6fce9a8e7a555b42df9d134732769b36179a4324ed9ffa465c387e122a93b704d6e94e8b256f65974b589a74a5f7fbf49945aba4a649189ce6eaeda5') build() { cd $_hkgname-$pkgver
