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

Felix Yan felixonmars at archlinux.org
Fri Aug 26 18:31:33 UTC 2016


    Date: Friday, August 26, 2016 @ 18:31:32
  Author: felixonmars
Revision: 187718

upgpkg: hindent 5.1.0-1

rebuild with bytestring-tree-builder-0.2.7.1, connection-0.2.6, contravariant-extras-0.3.3.1, cryptonite-0.19, dns-2.0.5, generic-deriving-1.11, persistent-2.6, hindent-5.1.0, hjsmin-0.2.0.2, http2-1.6.2, pandoc-crossref-0.2.3.0, pandoc-types-1.16.1.1, persistent-sqlite-2.6, pipes-http-1.0.4, postgresql-libpq-0.9.2.0, protolude-0.1.7, stylish-haskell-0.6.3.0, tasty-0.11.0.4, wai-app-static-3.1.6.1, yesod-auth-1.4.13.4, yesod-persistent-1.4.0.6

Modified:
  hindent/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-26 18:30:58 UTC (rev 187717)
+++ PKGBUILD	2016-08-26 18:31:32 UTC (rev 187718)
@@ -3,7 +3,7 @@
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 pkgname=hindent
-pkgver=5.0.0
+pkgver=5.1.0
 pkgrel=1
 pkgdesc="Extensible Haskell pretty printer"
 url="http://www.github.com/chrisdone/hindent"
@@ -10,10 +10,10 @@
 license=("custom:BSD3")
 arch=('i686' 'x86_64')
 depends=('gmp' 'libffi')
-makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-src-exts" "haskell-monad-loops"
-             "haskell-mtl" "haskell-text")
+makedepends=("ghc=8.0.1" "haskell-descriptive" "haskell-exceptions" "haskell-monad-loops"
+             "haskell-mtl" "haskell-src-exts" "haskell-text" "haskell-utf8-string")
 source=("http://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('ad2f652d086e7bd8dd933b3aed682fd811bcb081b367279097f9d384dd738d77')
+sha256sums=('764e3261d91ef84815f1a9e82f5b3cc830a7896aa2bf3d8508f4387f028e40c0')
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
@@ -28,6 +28,6 @@
     runhaskell Setup copy --destdir="${pkgdir}"
     rm -r "$pkgdir"/usr/{lib,share/doc}
 
-    install -D -m644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
+    install -D -m644 "LICENSE.md" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE.md"
+    rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE.md"
 }



More information about the arch-commits mailing list