Date: Tuesday, November 29, 2022 @ 10:36:51
  Author: felixonmars
Revision: 1355031

upgpkg: haskell-tomland 1.3.3.2-8: rebuild with megaparsec 9.3.0

Modified:
  haskell-tomland/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-11-29 10:36:12 UTC (rev 1355030)
+++ PKGBUILD    2022-11-29 10:36:51 UTC (rev 1355031)
@@ -4,7 +4,7 @@
 _hkgname=tomland
 pkgname=haskell-tomland
 pkgver=1.3.3.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Implementation of bidirectional TOML serialization."
 url="https://github.com/kowainik/tomland";
 license=('MPL2')
@@ -19,6 +19,7 @@
 prepare(){
   cd $_hkgname-$pkgver
   gen-setup
+  uusi -u megaparsec $_hkgname.cabal
 }
 
 build() {

Reply via email to