Date: Monday, September 26, 2022 @ 05:46:53
  Author: felixonmars
Revision: 1311394

upgpkg: stylish-haskell 0.13.0.0-45: rebuild with optparse-applicative 0.17.0.0

Modified:
  stylish-haskell/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-09-26 05:46:52 UTC (rev 1311393)
+++ PKGBUILD    2022-09-26 05:46:53 UTC (rev 1311394)
@@ -3,7 +3,7 @@
 
 pkgname=stylish-haskell
 pkgver=0.13.0.0
-pkgrel=44
+pkgrel=45
 pkgdesc="Haskell code prettifier"
 url="https://github.com/haskell/stylish-haskell";
 license=("BSD")
@@ -18,7 +18,7 @@
 
 prepare() {
     cd $pkgname-$pkgver
-    uusi -u Cabal $pkgname.cabal
+    uusi -u Cabal -u optparse-applicative $pkgname.cabal
 }
 
 build() {

Reply via email to