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

Felix Yan felixonmars at archlinux.org
Tue May 7 10:01:32 UTC 2019


    Date: Tuesday, May 7, 2019 @ 10:01:32
  Author: felixonmars
Revision: 461986

upgpkg: haskell-listlike 4.6.2-1

rebuild with ListLike 4.6.2

Modified:
  haskell-listlike/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-07 10:00:51 UTC (rev 461985)
+++ PKGBUILD	2019-05-07 10:01:32 UTC (rev 461986)
@@ -2,8 +2,8 @@
 
 _hkgname=ListLike
 pkgname=haskell-listlike
-pkgver=4.6
-pkgrel=24
+pkgver=4.6.2
+pkgrel=1
 pkgdesc="Generic support for list-like structures"
 url="https://github.com/sjoerdvisscher/listlike"
 license=('BSD')
@@ -11,13 +11,8 @@
 depends=('ghc-libs' 'haskell-dlist' 'haskell-fmlist' 'haskell-utf8-string' 'haskell-vector')
 makedepends=('ghc' 'haskell-hunit' 'haskell-quickcheck' 'haskell-random')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('47f32716b95e1c520701d63c6bebe0be3cb9d5d5dbead3a16f70dc5ddef985d00a414e469e9674036714b7ad70f18cc077893bc03a6d77634b078ce1a730b26d')
+sha512sums=('f237b836e3cab483f7702bdec2855b95ec3c9c6d943bde248ce66ee32be45126914d4e3166740dbb0115eece3841cda59e471889c71f7eadd02a763148c11c41')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e '/semigroups/d' -e 's/< *0.6/<1/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list