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

Felix Yan felixonmars at gemini.archlinux.org
Thu Feb 10 20:09:18 UTC 2022


    Date: Thursday, February 10, 2022 @ 20:09:17
  Author: felixonmars
Revision: 1131362

upgpkg: haskell-equivalence 0.4-1: rebuild with equivalence 0.4

Modified:
  haskell-equivalence/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-10 20:09:14 UTC (rev 1131361)
+++ PKGBUILD	2022-02-10 20:09:17 UTC (rev 1131362)
@@ -3,8 +3,8 @@
 
 _hkgname=equivalence
 pkgname=haskell-equivalence
-pkgver=0.3.5
-pkgrel=146
+pkgver=0.4
+pkgrel=1
 pkgdesc="Maintaining an equivalence relation implemented as union-find using STT."
 url="https://bitbucket.org/paba/equivalence/"
 license=("BSD")
@@ -12,13 +12,8 @@
 depends=('ghc-libs' "haskell-stmonadtrans" "haskell-transformers-compat")
 makedepends=('ghc' 'haskell-quickcheck')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('f8a073c9ddc49a8c1d60a280b84f97947a23ed6a021b92d4028100ed308cf1dfcd0b26889a6cbbde0e77f00b777b2d1af0fa2410422641e0a03395692a9ebefc')
+sha512sums=('e45a90e0be83ed79a0bce66b18ec8d5b8ad73b1c9c22ea2121a9bc474a919ad7a1f9a52bfccd294092a864139f8cb7d6a55a1ae2b8b11e81714231c3e5ac8ebc')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e 's/, fail//' -e '/fail/d' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list