Date: Saturday, April 4, 2020 @ 16:42:07 Author: felixonmars Revision: 611651
upgpkg: haskell-dbus 1.2.13-1: rebuild with dbus 1.2.13 Modified: haskell-dbus/trunk/PKGBUILD ----------+ PKGBUILD | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-04 15:31:24 UTC (rev 611650) +++ PKGBUILD 2020-04-04 16:42:07 UTC (rev 611651) @@ -3,8 +3,8 @@ _hkgname=dbus pkgname=haskell-dbus -pkgver=1.2.12 -pkgrel=5 +pkgver=1.2.13 +pkgrel=1 pkgdesc="A client library for the D-Bus IPC system" url="https://john-millikin.com/software/haskell-dbus/" license=("GPL3") @@ -15,13 +15,8 @@ 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=('f57fd97926f8bea38ea2ab35ac6154987f397cddc131a72b38054f73083024d792ad89f15912cdfb18d967fc737f5954d6e685c5a773422a0983d26c6893c409') +sha512sums=('93f0ba057e9e7753aa11c201283c4e0b6fb8ef76dc063de772c0772616eadcc207f0aef6d059d17fc7412cfb6a9f7011608038bb76ac3ff2a398a678ec48d2c7') -prepare() { - cd $_hkgname-$pkgver - sed -i -e 's/< *1/<2/;s/< *2.14/<3/' $_hkgname.cabal -} - build() { cd $_hkgname-$pkgver
