Date: Saturday, June 27, 2020 @ 16:15:18 Author: felixonmars Revision: 654969
upgpkg: haskell-dbus 1.2.16-1: rebuild with dbus 1.2.16 Modified: haskell-dbus/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-27 16:14:36 UTC (rev 654968) +++ PKGBUILD 2020-06-27 16:15:18 UTC (rev 654969) @@ -3,8 +3,8 @@ _hkgname=dbus pkgname=haskell-dbus -pkgver=1.2.15.1 -pkgrel=17 +pkgver=1.2.16 +pkgrel=1 pkgdesc="A client library for the D-Bus IPC system" url="https://john-millikin.com/software/haskell-dbus/" license=("GPL3") @@ -16,7 +16,7 @@ 'haskell-tasty-hunit' 'haskell-tasty-quickcheck') checkdepends=('dbus') source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('941bb720e16a550a77800a22c2d2e6de5f0494c4f23239abf309e0b65e7132ea819160610c6ca11413f9ee5a0208e6c0ffca9fd71b3f0c90f489e23555f567a9') +sha512sums=('fbcddba41d5a6ea3c93841f56b80c43e968758eb8979412cd15a3e6f384bb042a025dc4850dc2e584b459b0c7b99db791d1a9b17090108c004f657f7e125e441') build() { cd $_hkgname-$pkgver
