[arch-commits] Commit in haskell-relude/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Mar 14 16:42:50 UTC 2021
Date: Sunday, March 14, 2021 @ 16:42:50
Author: felixonmars
Revision: 891233
revert relude 1.0.0.0: need updated summoner
Modified:
haskell-relude/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-03-14 16:30:24 UTC (rev 891232)
+++ PKGBUILD 2021-03-14 16:42:50 UTC (rev 891233)
@@ -3,8 +3,8 @@
_hkgname=relude
pkgname=haskell-relude
-pkgver=1.0.0.0
-pkgrel=1
+pkgver=0.7.0.0
+pkgrel=75
pkgdesc="Safe, performant, user-friendly and lightweight Haskell Standard Library."
url="https://github.com/kowainik/relude"
license=('MIT')
@@ -12,7 +12,7 @@
depends=('ghc-libs' 'haskell-hashable' 'haskell-unordered-containers')
makedepends=('ghc' 'uusi' 'haskell-doctest' 'haskell-glob' 'haskell-hedgehog')
source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz")
-sha512sums=('f6a318ccb500ff47a581d90c11b85cda8b7ac6f76c8d27f675fe261a47657501eec838107b7996d2d3ee5eb17212959dbe25bb32bdfdbecc54a2a96a5c9530ac')
+sha256sums=('c7492118453176e9ffbfca6c6723d4429d1d11f2133325ce06e87353cc80a1bf')
prepare(){
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list