[arch-commits] Commit in haskell-validation-selective/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Jun 13 13:28:12 UTC 2022
Date: Monday, June 13, 2022 @ 13:28:12
Author: felixonmars
Revision: 1237498
upgpkg: haskell-validation-selective 0.1.0.2-1: rebuild with validation-selective 0.1.0.2
Modified:
haskell-validation-selective/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-13 13:27:58 UTC (rev 1237497)
+++ PKGBUILD 2022-06-13 13:28:12 UTC (rev 1237498)
@@ -3,8 +3,8 @@
_hkgname=validation-selective
pkgname=haskell-validation-selective
-pkgver=0.1.0.1
-pkgrel=101
+pkgver=0.1.0.2
+pkgrel=1
pkgdesc="Lighweight pure data validation based on Applicative and Selective functors."
url="https://github.com/kowainik/validation-selective"
license=('MPL2')
@@ -13,12 +13,11 @@
makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-hedgehog' 'haskell-hspec'
'haskell-hspec-hedgehog')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('7794b16331a6fcf01393ae2c993979488a273c83adeae8349585abea8221003063f562bcefd1da65ec3fc50a29dc5f52dd7577c3ae24962a024b4c8d068d5842')
+sha512sums=('6c45501e0cfa470b3a064babb088e12d5cf8a046e3c14f8c723ce58ec42c439988072ee059e684597089dc90e4062a381a8ce3f7048fb18b9bcd8a7eaf2ab844')
prepare(){
cd $_hkgname-$pkgver
gen-setup
- uusi -u doctest -u hedgehog -u hspec -u selective $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list