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

Felix Yan felixonmars at archlinux.org
Wed Feb 3 13:16:18 UTC 2021


    Date: Wednesday, February 3, 2021 @ 13:16:17
  Author: felixonmars
Revision: 843196

upgpkg: hindent 5.3.2-1

Modified:
  hindent/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-03 12:43:16 UTC (rev 843195)
+++ PKGBUILD	2021-02-03 13:16:17 UTC (rev 843196)
@@ -2,25 +2,19 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hindent
-pkgver=5.3.1
-pkgrel=59
+pkgver=5.3.2
+pkgrel=1
 pkgdesc="Extensible Haskell pretty printer"
-url="https://github.com/commercialhaskell/hindent"
+url="https://github.com/mihaimaruseac/hindent"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-exceptions' 'haskell-monad-loops' 'haskell-optparse-applicative'
+depends=('ghc-libs' 'haskell-monad-loops' 'haskell-optparse-applicative'
          'haskell-path' 'haskell-path-io' 'haskell-src-exts' 'haskell-unix-compat'
          'haskell-utf8-string' 'haskell-yaml')
 makedepends=('ghc' 'haskell-diff' 'haskell-hspec')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('fee2298ddd59cfb1fac008dca9d6b761cecdecc4eabd7752994e6c9917b19e042100c93e440a64027ee8c8962de899605f93503f2c721e87a18a6c957892fab8')
+sha512sums=('3daa84b1b19479af4ecbb4caee8c3be757da65067708c3af31e2d66f227faff43a269e5a6a06a35033329dbee8a0f5a077c4583fb253aab01951718031986a62')
 
-prepare() {
-    cd $pkgname-$pkgver
-    sed -i 's/fail /error /' src/HIndent/Types.hs
-    sed -i 's/fail$/error/' src/main/Test.hs
-}
-
 build() {
     cd $pkgname-$pkgver
 



More information about the arch-commits mailing list