Date: Monday, January 21, 2019 @ 19:35:46 Author: felixonmars Revision: 426719
upgpkg: haskell-dbus 1.2.3-1 rebuild with dbus 1.2.3 Modified: haskell-dbus/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-01-21 19:25:45 UTC (rev 426718) +++ PKGBUILD 2019-01-21 19:35:46 UTC (rev 426719) @@ -3,8 +3,8 @@ _hkgname=dbus pkgname=haskell-dbus -pkgver=1.2.1 -pkgrel=12 +pkgver=1.2.3 +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=('4e4cb11937b0a0f42d63419a2aaa37f4755d57dfe455de1b0ff9da7104f44a9d443c13e7fab05aaf61f61247c81670f30498ab8d7af1ed5ce3ff4ebbb276f558') +sha512sums=('0f7b88c2f4f5ac2c380e134aa8788f8b5e278fbd74ba7b6110ac0d9cf6c50cf364b8435f9af750f885a227b0f9855a9891043988a76d8d0241a6069bc32ed417') build() { cd $_hkgname-$pkgver
