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

Felix Yan felixonmars at gemini.archlinux.org
Thu Jul 15 13:20:21 UTC 2021


    Date: Thursday, July 15, 2021 @ 13:20:20
  Author: felixonmars
Revision: 977284

upgpkg: arch-hs 0.9.0.0-33: rebuild with megaparsec 9.1.0

Modified:
  arch-hs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-15 12:49:26 UTC (rev 977283)
+++ PKGBUILD	2021-07-15 13:20:20 UTC (rev 977284)
@@ -3,7 +3,7 @@
 
 pkgname=arch-hs
 pkgver=0.9.0.0
-pkgrel=32
+pkgrel=33
 pkgdesc="Distribute hackage packages to archlinux"
 arch=('x86_64')
 url="https://github.com/berberman/arch-hs"
@@ -35,7 +35,7 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -p1 -i ../cabal3.4.patch
-  uusi -u template-haskell $pkgname.cabal
+  uusi -u megaparsec -u template-haskell $pkgname.cabal
 }
 
 build() {




More information about the arch-commits mailing list