Date: Thursday, October 13, 2022 @ 23:43:58
  Author: felixonmars
Revision: 1328093

upgpkg: haskell-hsyaml-aeson 0.2.0.1-93: rebuild with aeson 2.1.0.0

Modified:
  haskell-hsyaml-aeson/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-13 23:43:39 UTC (rev 1328092)
+++ PKGBUILD    2022-10-13 23:43:58 UTC (rev 1328093)
@@ -3,7 +3,7 @@
 _hkgname=HsYAML-aeson
 pkgname=haskell-hsyaml-aeson
 pkgver=0.2.0.1
-pkgrel=92
+pkgrel=93
 pkgdesc="JSON to YAML Adapter"
 url="https://github.com/hvr/hsyaml-aeson";
 license=('GPL')
@@ -17,7 +17,7 @@
 prepare() {
     cd $_hkgname-$pkgver
     gen-setup
-    uusi -u vector $_hkgname.cabal
+    uusi -u aeson -u vector $_hkgname.cabal
 }
 
 build() {

Reply via email to