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

Felix Yan felixonmars at archlinux.org
Tue May 19 16:41:11 UTC 2020


    Date: Tuesday, May 19, 2020 @ 16:41:10
  Author: felixonmars
Revision: 629918

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

Modified:
  haskell-dbus/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 16:36:44 UTC (rev 629917)
+++ PKGBUILD	2020-05-19 16:41:10 UTC (rev 629918)
@@ -3,8 +3,8 @@
 
 _hkgname=dbus
 pkgname=haskell-dbus
-pkgver=1.2.14
-pkgrel=4
+pkgver=1.2.15.1
+pkgrel=1
 pkgdesc="A client library for the D-Bus IPC system"
 url="https://john-millikin.com/software/haskell-dbus/"
 license=("GPL3")
@@ -15,13 +15,8 @@
 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=('b1db48b20853dfcc8c65475cec45e7893a60f03d046eb089fa6c3d5cf4626652ae5e058c28152c06954d5c39d40f7ec191e3f362a44251a53682278e7e6e9a0d')
+sha512sums=('941bb720e16a550a77800a22c2d2e6de5f0494c4f23239abf309e0b65e7132ea819160610c6ca11413f9ee5a0208e6c0ffca9fd71b3f0c90f489e23555f567a9')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *1.3/<2/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list