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

Felix Yan felixonmars at archlinux.org
Thu Sep 20 09:58:24 UTC 2018


    Date: Thursday, September 20, 2018 @ 09:58:23
  Author: felixonmars
Revision: 383513

upgpkg: haskell-src-exts 1.20.3-1

rebuild with haskell-src-exts 1.20.3

Modified:
  haskell-src-exts/trunk/PKGBUILD

----------+
 PKGBUILD |   12 ++++--------
 1 file changed, 4 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-20 09:57:40 UTC (rev 383512)
+++ PKGBUILD	2018-09-20 09:58:23 UTC (rev 383513)
@@ -3,22 +3,18 @@
 
 _hkgname=haskell-src-exts
 pkgname=haskell-src-exts
-pkgver=1.20.2
-pkgrel=22
+pkgver=1.20.3
+pkgrel=1
 pkgdesc="Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer"
 url="https://github.com/haskell-suite/haskell-src-exts"
 license=("custom:BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-cpphs')
+depends=('ghc-libs')
 makedepends=('ghc' 'happy' 'haskell-pretty-show' 'haskell-smallcheck' 'haskell-tasty'
              'haskell-tasty-golden' 'haskell-tasty-smallcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('1d80eb41f62069c1f3152d3d06ea3504bd0d28a5d4c4b28460e91889ec40773e48df2838743d36c6b65fb89422491b459968145a44e441e3b8ac8f1dbd785bf2')
+sha512sums=('5613570516e65c424b33f60c7ca2f44290fea4f804a56478be9f4594c4ca2a92f7d5701e38b3451c1f7e6808c6c870d4036395b511cd09658fe737842e2117c8')
 
-prepare() {
-    sed -i 's/pretty-show == 1.6.10/pretty-show/' $_hkgname-$pkgver/$_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list