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

Felix Yan felixonmars at gemini.archlinux.org
Wed Feb 9 17:03:05 UTC 2022


    Date: Wednesday, February 9, 2022 @ 17:03:05
  Author: felixonmars
Revision: 1129516

upgpkg: haskell-ci 0.12.1-137: rebuild with base-compat 0.12.0, base-compat-batteries 0.12.0

Modified:
  haskell-ci/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-09 16:57:52 UTC (rev 1129515)
+++ PKGBUILD	2022-02-09 17:03:05 UTC (rev 1129516)
@@ -4,7 +4,7 @@
 _hkgname=haskell-ci
 pkgname=haskell-ci
 pkgver=0.12.1
-pkgrel=136
+pkgrel=137
 pkgdesc="Cabal package script generator for Travis-CI"
 url="https://haskell-ci.rtfd.org/"
 license=("GPL")
@@ -20,7 +20,7 @@
 sha512sums=('d93a6b8e880255469b34b568320659802252379f0c5486ed315b366fd07dae935a480047468912bc5a397b9e55b00ea964451790f963d05b8df1d426d871da1c')
 
 prepare(){
-  uusi -u attoparsec -u ShellCheck $_hkgname-$pkgver/$_hkgname.cabal
+  uusi -u attoparsec -u base-compat -u ShellCheck $_hkgname-$pkgver/$_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list