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

Felix Yan felixonmars at archlinux.org
Mon Mar 23 01:28:34 UTC 2020


    Date: Monday, March 23, 2020 @ 01:28:33
  Author: felixonmars
Revision: 603664

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

Modified:
  haskell-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-23 01:26:17 UTC (rev 603663)
+++ PKGBUILD	2020-03-23 01:28:33 UTC (rev 603664)
@@ -3,7 +3,7 @@
 
 _hkgname=dbus
 pkgname=haskell-dbus
-pkgver=1.2.9
+pkgver=1.2.10
 pkgrel=1
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/"
@@ -15,11 +15,11 @@
 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=('c023ef11646798622570f345b38af13424c017983ac691fc2a480daa5b484d03f5869b8202c78ae613d678663151f76e95d9b3a479e448b2fed423cc7375e108')
+sha512sums=('38b04bd2997215c648979dab895b05a1bd356657cb6a4127da203970fad70754cef36a274aae9d343274c5ae13b26a3b9fe52868eb95a88eb6d8fdbec0ca412a')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/< *4/<5/' -e 's/< *2/<3/' -e 's/< *1/<2/' $_hkgname.cabal
+    sed -i -e 's/< *4/<5/' -e 's/< *1/<2/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list