[arch-commits] Commit in haskell-dbus/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Mar 28 23:23:58 UTC 2020
Date: Saturday, March 28, 2020 @ 23:23:57
Author: felixonmars
Revision: 605844
upgpkg: haskell-dbus 1.2.12-1: rebuild with dbus 1.2.12
Modified:
haskell-dbus/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-28 23:21:22 UTC (rev 605843)
+++ PKGBUILD 2020-03-28 23:23:57 UTC (rev 605844)
@@ -3,8 +3,8 @@
_hkgname=dbus
pkgname=haskell-dbus
-pkgver=1.2.11
-pkgrel=2
+pkgver=1.2.12
+pkgrel=1
pkgdesc="A client library for the D-Bus IPC system"
url="https://john-millikin.com/software/haskell-dbus/"
license=("GPL3")
@@ -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=('4c1b3311ec0e88c9ab762d28c1701f34cb9a91daa65bf8991303eb9ebcbdb5c584d45f3ff95ca643d966966bd58a42d743f2b4ee57c6036425046a8dcbe61801')
+sha512sums=('f57fd97926f8bea38ea2ab35ac6154987f397cddc131a72b38054f73083024d792ad89f15912cdfb18d967fc737f5954d6e685c5a773422a0983d26c6893c409')
prepare() {
cd $_hkgname-$pkgver
- sed -i -e 's/< *4.19/<5/' -e 's/< *1/<2/' $_hkgname.cabal
+ sed -i -e 's/< *1/<2/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list