Date: Sunday, February 28, 2021 @ 18:50:58 Author: felixonmars Revision: 876001
upgpkg: haskell-dbus 1.2.19-1: rebuild with dbus 1.2.19 Modified: haskell-dbus/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-02-28 18:50:18 UTC (rev 876000) +++ PKGBUILD 2021-02-28 18:50:58 UTC (rev 876001) @@ -3,8 +3,8 @@ _hkgname=dbus pkgname=haskell-dbus -pkgver=1.2.18 -pkgrel=23 +pkgver=1.2.19 +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=('cc9220ac9e1f39fb411d2bd0c3ee560519e87763812f9a933c40c4cfaa6377200df9e345c03503071012cabd5998393a51b8ceae6bc2fecf7a1b4650020bfc84') +sha512sums=('c0f2a835d298f0c6ed61142205fb136f17e3c75ed93569706bc6e1b0cf93103f230af8fa867f49cabb6db4475d041057bfaea73cd869e56107388460735d8f2e') build() { cd $_hkgname-$pkgver
