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

Felix Yan felixonmars at gemini.archlinux.org
Thu Dec 30 18:45:52 UTC 2021


    Date: Thursday, December 30, 2021 @ 18:45:52
  Author: felixonmars
Revision: 1088746

upgpkg: haskell-validation-selective 0.1.0.1-53: rebuild with selective 0.5

Modified:
  haskell-validation-selective/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-30 18:36:21 UTC (rev 1088745)
+++ PKGBUILD	2021-12-30 18:45:52 UTC (rev 1088746)
@@ -4,7 +4,7 @@
 _hkgname=validation-selective
 pkgname=haskell-validation-selective
 pkgver=0.1.0.1
-pkgrel=52
+pkgrel=53
 pkgdesc="Lighweight pure data validation based on Applicative and Selective functors."
 url="https://github.com/kowainik/validation-selective"
 license=('MPL2')
@@ -17,7 +17,7 @@
 prepare(){
   cd $_hkgname-$pkgver
   gen-setup
-  uusi -u hspec $_hkgname.cabal
+  uusi -u hspec -u selective $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list