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

Felix Yan felixonmars at archlinux.org
Thu Apr 2 10:53:35 UTC 2020


    Date: Thursday, April 2, 2020 @ 10:53:34
  Author: felixonmars
Revision: 609447

upgpkg: haskell-dbus 1.2.12-5: rebuild with QuickCheck 2.14

Modified:
  haskell-dbus/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-02 10:09:24 UTC (rev 609446)
+++ PKGBUILD	2020-04-02 10:53:34 UTC (rev 609447)
@@ -4,7 +4,7 @@
 _hkgname=dbus
 pkgname=haskell-dbus
 pkgver=1.2.12
-pkgrel=4
+pkgrel=5
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/"
 license=("GPL3")
@@ -19,7 +19,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/< *1/<2/' $_hkgname.cabal
+    sed -i -e 's/< *1/<2/;s/< *2.14/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list