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

Felix Yan felixonmars at archlinux.org
Tue Dec 4 19:17:03 UTC 2018


    Date: Tuesday, December 4, 2018 @ 19:17:02
  Author: felixonmars
Revision: 411205

upgpkg: haskell-brick 0.42.1-1

rebuild with brick 0.42.1

Modified:
  haskell-brick/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-04 19:16:23 UTC (rev 411204)
+++ PKGBUILD	2018-12-04 19:17:02 UTC (rev 411205)
@@ -3,11 +3,11 @@
 
 _hkgname=brick
 pkgname=haskell-brick
-pkgver=0.42
+pkgver=0.42.1
 pkgrel=1
 pkgdesc="A declarative terminal user interface library"
 url="https://github.com/jtdaugherty/brick"
-license=("custom:BSD3")
+license=("BSD")
 arch=('x86_64')
 depends=('ghc-libs' 'haskell-vty' 'haskell-data-clist' 'haskell-dlist' 'haskell-microlens'
          'haskell-microlens-th' 'haskell-microlens-mtl' 'haskell-config-ini' 'haskell-vector'
@@ -15,7 +15,7 @@
          'haskell-word-wrap')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('f51f156b82203790db9b0a8687ed6e334fe37c9f021d31403eb5a97904aafa895573f10093ede5f27470c0ad79ddc1fa74590414a4232a7467b7a6ee09c5868b')
+sha512sums=('62fd6244509d9c16345782b9696c2a70db8fbff79dd262ed4103412c0756e33a74f4b09ab22536d512eea32afc2463c0b9b5a2763a7ce0c8b4adc6ebc18cbaad')
 
 build() {
     cd $_hkgname-$pkgver



More information about the arch-commits mailing list