[arch-commits] Commit in haskell-summoner-tui/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Sep 27 12:28:16 UTC 2020
Date: Sunday, September 27, 2020 @ 12:28:16
Author: felixonmars
Revision: 712622
upgpkg: haskell-summoner-tui 2.0.1.1-24: rebuild with brick 0.56
Modified:
haskell-summoner-tui/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-09-27 12:24:37 UTC (rev 712621)
+++ PKGBUILD 2020-09-27 12:28:16 UTC (rev 712622)
@@ -4,7 +4,7 @@
_hkgname=summoner-tui
pkgname=haskell-summoner-tui
pkgver=2.0.1.1
-pkgrel=23
+pkgrel=24
pkgdesc="Tool for scaffolding fully configured batteries-included production-level Haskell projects using TUI."
url="https://github.com/kowainik/summoner"
license=('MPL2')
@@ -11,7 +11,7 @@
arch=('x86_64')
depends=('ghc-libs' 'haskell-brick' 'haskell-colourista' 'haskell-microlens' 'haskell-microlens-th'
'haskell-relude' 'haskell-summoner' 'haskell-validation-selective' 'haskell-vty')
-makedepends=('ghc')
+makedepends=('ghc' 'uusi')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
sha256sums=('9f840f25d72c54b4b5ed0c5e6755e52ca71e9961759de6bd0046d567bd1f2c27')
@@ -18,7 +18,7 @@
prepare(){
cd $_hkgname-$pkgver
echo -e "import Distribution.Simple\nmain = defaultMain" > Setup.hs
- sed -i 's/ >= 5.25 && < 5.29/^>= 5.30/;s/ >= 0.47 && < 0.55/^>= 0.55/' $_hkgname.cabal
+ uusi $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list