Date: Monday, September 26, 2022 @ 05:42:54
  Author: felixonmars
Revision: 1311373

upgpkg: haskell-hakyll 4.15.1.1-147: rebuild with optparse-applicative 0.17.0.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-26 05:42:44 UTC (rev 1311372)
+++ PKGBUILD    2022-09-26 05:42:54 UTC (rev 1311373)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.15.1.1
-pkgrel=146
+pkgrel=147
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll";
 license=("BSD")
@@ -24,7 +24,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u pandoc $_hkgname.cabal
+    uusi -u optparse-applicative -u pandoc $_hkgname.cabal
 }
 
 build() {

Reply via email to