Date: Monday, April 29, 2019 @ 12:03:03 Author: felixonmars Revision: 456043
upgpkg: haskell-dbus 1.2.6-1 rebuild with dbus 1.2.6 Modified: haskell-dbus/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-04-29 11:56:51 UTC (rev 456042) +++ PKGBUILD 2019-04-29 12:03:03 UTC (rev 456043) @@ -3,8 +3,8 @@ _hkgname=dbus pkgname=haskell-dbus -pkgver=1.2.5 -pkgrel=4 +pkgver=1.2.6 +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=('2f9b5db2b71d5a0732aed48fa10ce1f04743a6e5ceaed56d9fdceabb5ac27d0c5767b0b892555f15319b4b4a5109c3a51c23eb39c513c0f19fd737f9950ecb7e') +sha512sums=('300baea0abb4e5a505a2ace8b3cec86ce6519dc45a0354b92f9547eddcd19e322726c041ab9943ba532476c03af746d78c065f7adddb8e67311ccf6b46ea4303') build() { cd $_hkgname-$pkgver
