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

Felix Yan felixonmars at gemini.archlinux.org
Tue Feb 8 09:12:53 UTC 2022


    Date: Tuesday, February 8, 2022 @ 09:12:53
  Author: felixonmars
Revision: 1129085

upgpkg: haskell-feed 1.3.2.0-93: rebuild with base-compat 0.12.0, base-compat-batteries 0.12.0

Modified:
  haskell-feed/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-08 09:11:02 UTC (rev 1129084)
+++ PKGBUILD	2022-02-08 09:12:53 UTC (rev 1129085)
@@ -4,7 +4,7 @@
 _hkgname=feed
 pkgname=haskell-feed
 pkgver=1.3.2.0
-pkgrel=92
+pkgrel=93
 pkgdesc="Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds."
 url="https://github.com/bergmark/feed"
 license=("BSD")
@@ -20,7 +20,7 @@
 
 prepare() {
     cd $_hkgname-$pkgver
-    uusi -u base $_hkgname.cabal
+    uusi -u base -u base-compat $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list