Date: Friday, January 1, 2021 @ 10:53:23 Author: felixonmars Revision: 802646
upgpkg: haskell-dbus 1.2.17-1: rebuild with dbus 1.2.17 Modified: haskell-dbus/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-01 10:51:19 UTC (rev 802645) +++ PKGBUILD 2021-01-01 10:53:23 UTC (rev 802646) @@ -3,8 +3,8 @@ _hkgname=dbus pkgname=haskell-dbus -pkgver=1.2.16 -pkgrel=80 +pkgver=1.2.17 +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=('fbcddba41d5a6ea3c93841f56b80c43e968758eb8979412cd15a3e6f384bb042a025dc4850dc2e584b459b0c7b99db791d1a9b17090108c004f657f7e125e441') +sha512sums=('d82c1e1d9f97dfe565f8e324242900f9571e2f7636041ad0fbadd9051de1ca91760e43e558637511e5c8c95c0498b6d6a4dfe45a5609e79dc552b4a50a90250b') build() { cd $_hkgname-$pkgver
