[arch-commits] Commit in haskell-src-exts-util/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun May 20 05:12:52 UTC 2018


    Date: Sunday, May 20, 2018 @ 05:12:51
  Author: felixonmars
Revision: 325020

upgpkg: haskell-src-exts-util 0.2.3-1

rebuild with haskell-src-exts-util,0.2.3

Modified:
  haskell-src-exts-util/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-20 05:12:42 UTC (rev 325019)
+++ PKGBUILD	2018-05-20 05:12:51 UTC (rev 325020)
@@ -3,18 +3,22 @@
 
 _hkgname=haskell-src-exts-util
 pkgname=haskell-src-exts-util
-pkgver=0.2.2
-pkgrel=12
+pkgver=0.2.3
+pkgrel=1
 pkgdesc="Helper functions for working with haskell-src-exts trees"
 url="https://github.com/pepeiborra/haskell-src-exts-util"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-data-default' 'haskell-semigroups' 'haskell-src-exts'
-         'haskell-uniplate')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-src-exts' 'haskell-uniplate')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('e36471025ca8ac86a0f2c97e01db6f2516b3e9f2f0945479420a7f00f74d22fd68020ca5b3a1c6f0eabfad1b6ba43ef265319cd3c86d54d40df416c8beaa7c4b')
+sha512sums=('1df7b4e1de5974235f2370b6fa0b44d4d3e4bb3ee7943a55b4179685b895923d32dd6e0f8cdb583bfa825ca3c4565162459650131cf6eb1cc0715ceade2a5b8e')
 
+prepare() {
+    cd $_hkgname-$pkgver
+    sed -i '/semigroups/d' $_hkgname.cabal
+}
+
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list