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

Felix Yan felixonmars at archlinux.org
Tue May 19 12:22:22 UTC 2020


    Date: Tuesday, May 19, 2020 @ 12:22:22
  Author: felixonmars
Revision: 629897

upgpkg: haskell-rank2classes 1.4.0.1-1: rebuild with rank2classes 1.4.0.1

Modified:
  haskell-rank2classes/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-19 12:09:56 UTC (rev 629896)
+++ PKGBUILD	2020-05-19 12:22:22 UTC (rev 629897)
@@ -2,8 +2,8 @@
 
 _hkgname=rank2classes
 pkgname=haskell-rank2classes
-pkgver=1.4
-pkgrel=7
+pkgver=1.4.0.1
+pkgrel=1
 pkgdesc="Standard type constructor class hierarchy, only with methods of rank 2 types"
 url="https://github.com/blamario/grampa/tree/master/rank2classes"
 license=('BSD')
@@ -12,13 +12,8 @@
 makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest' 'haskell-markdown-unlit'
              'haskell-tasty' 'haskell-tasty-hunit')
 source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-sha512sums=('0a3147da8fefffa0db3e2529301b1a7199ce9604b38706bbb9c65f55d3f3d31cc4dc7273e9c048cbdae79a854049fd4dcd10ca6925d25458d8920d5802b3437d')
+sha512sums=('57e5d1ab9bcd1cfefe4183cf9d3048f6d7f2111db70e1dd289b7b6b34c42f4160f52cfb1e55805e1b8cd55437633d60029c736c8351becf1a2e5d80d0c3bf019')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i 's/< *2.16/<3/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list