[arch-commits] Commit in haskell-brick/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu Nov 15 16:55:21 UTC 2018
Date: Thursday, November 15, 2018 @ 16:55:20
Author: felixonmars
Revision: 407727
upgpkg: haskell-brick 0.41.3-1
rebuild with brick 0.41.3
Modified:
haskell-brick/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-15 16:51:58 UTC (rev 407726)
+++ PKGBUILD 2018-11-15 16:55:20 UTC (rev 407727)
@@ -3,8 +3,8 @@
_hkgname=brick
pkgname=haskell-brick
-pkgver=0.41.2
-pkgrel=14
+pkgver=0.41.3
+pkgrel=1
pkgdesc="A declarative terminal user interface library"
url="https://github.com/jtdaugherty/brick"
license=("custom:BSD3")
@@ -15,13 +15,8 @@
'haskell-word-wrap')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('a96a4a71d1654966e49265d34065caaaf09c9fc53088d9c0c2430659c57765a2ff5e1595e48d4df023ef1d90892228fbed8217740ae6cfd016900b36fa2284c3')
+sha512sums=('f2c0ecbd4bc48bc3baf529ff412c6c3bb87a876aa0d819dc48bfaa3d930f50867b2490b10d4120bdf9390641492c85990f53dc88e68c58d824ff48342b02c8bd')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i -e 's/< *0.6/<1/' -e 's/<= *4.11/<5/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list