[arch-commits] Commit in haskell-dbus/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Mar 24 13:35:08 UTC 2020
Date: Tuesday, March 24, 2020 @ 13:35:07
Author: felixonmars
Revision: 603826
upgpkg: haskell-dbus 1.2.11-1: rebuild with dbus 1.2.11
Modified:
haskell-dbus/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-24 13:31:24 UTC (rev 603825)
+++ PKGBUILD 2020-03-24 13:35:07 UTC (rev 603826)
@@ -3,7 +3,7 @@
_hkgname=dbus
pkgname=haskell-dbus
-pkgver=1.2.10
+pkgver=1.2.11
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=('38b04bd2997215c648979dab895b05a1bd356657cb6a4127da203970fad70754cef36a274aae9d343274c5ae13b26a3b9fe52868eb95a88eb6d8fdbec0ca412a')
+sha512sums=('4c1b3311ec0e88c9ab762d28c1701f34cb9a91daa65bf8991303eb9ebcbdb5c584d45f3ff95ca643d966966bd58a42d743f2b4ee57c6036425046a8dcbe61801')
prepare() {
cd $_hkgname-$pkgver
- sed -i -e 's/< *4/<5/' -e 's/< *1/<2/' $_hkgname.cabal
+ sed -i -e 's/< *4.19/<5/' -e 's/< *1/<2/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list