[arch-commits] Commit in haskell-dbus/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Fri May 1 17:00:04 UTC 2020


    Date: Friday, May 1, 2020 @ 17:00:04
  Author: felixonmars
Revision: 624074

upgpkg: haskell-dbus 1.2.14-1: rebuild with dbus 1.2.14

Modified:
  haskell-dbus/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++----------
 1 file changed, 3 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-01 16:58:06 UTC (rev 624073)
+++ PKGBUILD	2020-05-01 17:00:04 UTC (rev 624074)
@@ -3,8 +3,8 @@
 
 _hkgname=dbus
 pkgname=haskell-dbus
-pkgver=1.2.13
-pkgrel=8
+pkgver=1.2.14
+pkgrel=1
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/"
 license=("GPL3")
@@ -15,15 +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=('93f0ba057e9e7753aa11c201283c4e0b6fb8ef76dc063de772c0772616eadcc207f0aef6d059d17fc7412cfb6a9f7011608038bb76ac3ff2a398a678ec48d2c7')
+sha512sums=('b1db48b20853dfcc8c65475cec45e7893a60f03d046eb089fa6c3d5cf4626652ae5e058c28152c06954d5c39d40f7ec191e3f362a44251a53682278e7e6e9a0d')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *2.16/<3/' $_hkgname.cabal
-    sed -i 's/TupE/mkTupE/' lib/DBus/Generation.hs
-    sed -i '/type ClientBusPathR/i mkTupE :: [Exp] -> Exp\nmkTupE = TupE . map Just\n' lib/DBus/Generation.hs
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list