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

Felix Yan felixonmars at archlinux.org
Sat Mar 20 08:50:55 UTC 2021


    Date: Saturday, March 20, 2021 @ 08:50:55
  Author: felixonmars
Revision: 895999

upgpkg: haskell-hakyll 4.14.0.0-12: rebuild with pandoc 2.12

Modified:
  haskell-hakyll/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-20 08:50:42 UTC (rev 895998)
+++ PKGBUILD	2021-03-20 08:50:55 UTC (rev 895999)
@@ -4,7 +4,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.14.0.0
-pkgrel=11
+pkgrel=12
 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 tasty $_hkgname.cabal
+    uusi -u cryptonite -u optparse-applicative -u pandoc -u tasty $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list