[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed May 13 18:13:21 UTC 2020
Date: Wednesday, May 13, 2020 @ 18:13:21
Author: felixonmars
Revision: 627713
upgpkg: haskell-hakyll 4.13.3.0-17: rebuild with tasty 1.3
Modified:
haskell-hakyll/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-05-13 18:11:55 UTC (rev 627712)
+++ PKGBUILD 2020-05-13 18:13:21 UTC (rev 627713)
@@ -4,7 +4,7 @@
_hkgname=hakyll
pkgname=haskell-hakyll
pkgver=4.13.3.0
-pkgrel=16
+pkgrel=17
pkgdesc="A static website compiler library"
url="https://jaspervdj.be/hakyll"
license=("BSD")
@@ -23,7 +23,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i -e 's/< *2.1/<3/' $_hkgname.cabal
+ sed -i 's/< *2.1/<3/;s/< *1.3/<2/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list