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

Felix Yan felixonmars at archlinux.org
Wed Nov 29 18:26:52 UTC 2017


    Date: Wednesday, November 29, 2017 @ 18:26:51
  Author: felixonmars
Revision: 270755

upgpkg: haskell-brick 0.29-1

rebuild with brick,0.29

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-29 18:24:22 UTC (rev 270754)
+++ PKGBUILD	2017-11-29 18:26:51 UTC (rev 270755)
@@ -4,18 +4,19 @@
 
 _hkgname=brick
 pkgname=haskell-brick
-pkgver=0.19
-pkgrel=13
+pkgver=0.29
+pkgrel=1
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick"
 license=("custom:BSD3")
 arch=('x86_64')
-depends=('ghc-libs' "haskell-vty" "haskell-data-clist" "haskell-dlist" "haskell-microlens"
-         "haskell-microlens-th" "haskell-microlens-mtl" "haskell-vector" "haskell-contravariant"
-         "haskell-stm" "haskell-text" "haskell-text-zipper")
+depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 'haskell-microlens'
+         'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 'haskell-vector'
+         'haskell-contravariant' 'haskell-stm' 'haskell-text' 'haskell-text-zipper'
+         'haskell-word-wrap')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('f4bf04c9c2a8a19849bd089d86942312b055e6e44addd3ba5f0caccb7ba01db987f341c2175ccbe47e1cb48b5c5b5866f082997de6647fbca6ad369631256d9b')
+sha512sums=('e1c83367b80b3ade486cac80dcfb14148a39c74763c4bc1a5c74f9c6a16067b72c1e1c20980a088ebfae5db931232730dcfc70b949f978d16e78f10debd7d3ca')
 
 build() {
     cd "${srcdir}/${_hkgname}-${pkgver}"



More information about the arch-commits mailing list