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

Felix Yan felixonmars at archlinux.org
Mon May 25 18:36:26 UTC 2020


    Date: Monday, May 25, 2020 @ 18:36:26
  Author: felixonmars
Revision: 634885

upgpkg: haskell-extra 1.7.2-1: rebuild with extra 1.7.2

Modified:
  haskell-extra/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 18:34:40 UTC (rev 634884)
+++ PKGBUILD	2020-05-25 18:36:26 UTC (rev 634885)
@@ -3,8 +3,8 @@
 
 _hkgname=extra
 pkgname=haskell-extra
-pkgver=1.7.1
-pkgrel=7
+pkgver=1.7.2
+pkgrel=1
 pkgdesc="Extra functions I use."
 url="https://github.com/ndmitchell/extra#readme"
 license=("BSD")
@@ -12,13 +12,8 @@
 depends=('ghc-libs' 'haskell-clock')
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-quickcheck-instances')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('2f173fe3439ee5cd5af52b955431b9c045811c0ea71e0d6423a8592144e1c94f3a697d273da59b8ba1fc84c66173c7b0a165b03af747da6330aa830d7ddd97f2')
+sha512sums=('d2763f9729c90eaf1852f7941fc6bdebfa67fa1dc5f09c889716869703912a3a8195c323a759ecbd6cb7d378d0d0808832a6520fcbd7b0777b313f571ec1484b')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i '/semigroups/d' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list