[arch-commits] Commit in haskell-hakyll/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun May 9 16:53:43 UTC 2021
Date: Sunday, May 9, 2021 @ 16:53:43
Author: felixonmars
Revision: 929364
upgpkg: haskell-hakyll 4.14.0.0-43: rebuild with memory 0.16.0
Modified:
haskell-hakyll/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-09 16:47:32 UTC (rev 929363)
+++ PKGBUILD 2021-05-09 16:53:43 UTC (rev 929364)
@@ -4,7 +4,7 @@
_hkgname=hakyll
pkgname=haskell-hakyll
pkgver=4.14.0.0
-pkgrel=42
+pkgrel=43
pkgdesc="A static website compiler library"
url="https://jaspervdj.be/hakyll"
license=("BSD")
@@ -23,7 +23,7 @@
prepare() {
cd $_hkgname-$pkgver
- uusi -u cryptonite -u optparse-applicative -u pandoc -u tasty $_hkgname.cabal
+ uusi -u cryptonite -u memory -u optparse-applicative -u pandoc -u tasty $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list