Date: Monday, September 26, 2022 @ 05:48:01
  Author: felixonmars
Revision: 1311396

upgpkg: haskell-floskell 0.10.6-27: rebuild with optparse-applicative 0.17.0.0

Modified:
  haskell-floskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-26 05:47:12 UTC (rev 1311395)
+++ PKGBUILD    2022-09-26 05:48:01 UTC (rev 1311396)
@@ -3,7 +3,7 @@
 _hkgname=floskell
 pkgname=haskell-floskell
 pkgver=0.10.6
-pkgrel=26
+pkgrel=27
 pkgdesc="A flexible Haskell source code pretty printer"
 url="https://github.com/ennocramer/floskell";
 license=("BSD")
@@ -17,7 +17,7 @@
 
 prepare() {
   cd $_hkgname-floskell-$pkgver
-  uusi -u hspec $_hkgname.cabal
+  uusi -u hspec -u optparse-applicative $_hkgname.cabal
 }
 
 build() {

Reply via email to