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

Felix Yan felixonmars at archlinux.org
Fri Apr 14 19:24:11 UTC 2017


    Date: Friday, April 14, 2017 @ 19:24:10
  Author: felixonmars
Revision: 223041

upgpkg: haskell-dbus 0.10.13-1

rebuild with dbus,0.10.13

Modified:
  haskell-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-14 19:14:18 UTC (rev 223040)
+++ PKGBUILD	2017-04-14 19:24:10 UTC (rev 223041)
@@ -4,8 +4,8 @@
 
 _hkgname=dbus
 pkgname=haskell-dbus
-pkgver=0.10.12
-pkgrel=10
+pkgver=0.10.13
+pkgrel=1
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/"
 license=("GPL3")
@@ -14,12 +14,8 @@
          "haskell-parsec" "haskell-random" "haskell-text" "haskell-vector"
          "haskell-xml-types")
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('f6d7b5640eb03e9598e38b1a2b2e7af1e9d357f3f845fc9528f9750965b92d54')
+sha512sums=('e3cbb4153cd9df9308d89662b83659e13f07881f4d652c6f02dc6b6768ac1009552a7cfa9c610ededc9b630d26290eec153a9b08b7a3d70b44a6946af3d030ec')
 
-prepare() {
-    sed -i 's/, vector >= 0.7 && < 0.12/, vector >= 0.7 \&\& < 0.13/' ${_hkgname}-${pkgver}/${_hkgname}.cabal
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
     



More information about the arch-commits mailing list