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

Felix Yan felixonmars at archlinux.org
Wed Feb 14 06:55:56 UTC 2018


    Date: Wednesday, February 14, 2018 @ 06:55:55
  Author: felixonmars
Revision: 294043

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

rebuild with haskell-src-exts-util,0.2.2

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

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-14 06:53:19 UTC (rev 294042)
+++ PKGBUILD	2018-02-14 06:55:55 UTC (rev 294043)
@@ -3,22 +3,18 @@
 
 _hkgname=haskell-src-exts-util
 pkgname=haskell-src-exts-util
-pkgver=0.2.1.2
-pkgrel=5
+pkgver=0.2.2
+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-src-exts' 'haskell-uniplate')
+depends=('ghc-libs' 'haskell-data-default' 'haskell-semigroups' 'haskell-src-exts'
+         'haskell-uniplate')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('0a78154c24a078d50cf2f25a0a46fb0ad80537eadf2077d022c4b5282941e330b62675a37c04d1a250d82d369eecd5df868c51fa582042eeb225ea8ca50fea53')
+sha512sums=('e36471025ca8ac86a0f2c97e01db6f2516b3e9f2f0945479420a7f00f74d22fd68020ca5b3a1c6f0eabfad1b6ba43ef265319cd3c86d54d40df416c8beaa7c4b')
 
-prepare() {
-    # Remove in next version
-    echo -e "import Distribution.Simple\nmain = defaultMain" > ${_hkgname}-${pkgver}/Setup.hs
-}
-
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"
 



More information about the arch-commits mailing list