Date: Monday, October 10, 2022 @ 19:47:12
  Author: felixonmars
Revision: 1326643

upgpkg: haskell-hakyll 4.15.1.1-166: rebuild with vector 0.13.0.0

Modified:
  haskell-hakyll/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-10 19:46:46 UTC (rev 1326642)
+++ PKGBUILD    2022-10-10 19:47:12 UTC (rev 1326643)
@@ -5,7 +5,7 @@
 _hkgname=hakyll
 pkgname=haskell-hakyll
 pkgver=4.15.1.1
-pkgrel=165
+pkgrel=166
 pkgdesc="A static website compiler library"
 url="https://jaspervdj.be/hakyll";
 license=("BSD")
@@ -24,7 +24,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u optparse-applicative -u pandoc $_hkgname.cabal
+    uusi -u optparse-applicative -u pandoc -u vector $_hkgname.cabal
 }
 
 build() {

Reply via email to