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

Felix Yan felixonmars at archlinux.org
Thu Jul 5 14:58:09 UTC 2018


    Date: Thursday, July 5, 2018 @ 14:58:09
  Author: felixonmars
Revision: 352834

upgpkg: haskell-profunctors 5.3-1

rebuild with profunctors 5.3

Modified:
  haskell-profunctors/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-05 14:39:30 UTC (rev 352833)
+++ PKGBUILD	2018-07-05 14:58:09 UTC (rev 352834)
@@ -4,8 +4,8 @@
 
 _hkgname=profunctors
 pkgname=haskell-profunctors
-pkgver=5.2.2
-pkgrel=29
+pkgver=5.3
+pkgrel=1
 pkgdesc="Profunctors"
 url="https://github.com/ekmett/profunctors/"
 license=("custom:BSD3")
@@ -14,11 +14,11 @@
          'haskell-contravariant' 'haskell-distributive' 'haskell-tagged')
 makedepends=('ghc')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('5b67bb2a63b618e0efaf2aa889a80349549f136670ae598cd90e5f20e9d6dce4ad7b2cdf3af08b03c73ca1e1355fc7dc99a9efc885458037329d81e1b59fe1e0')
+sha512sums=('a4b5d386aec89b9ede94f0277ea29453435429e27993f9add315b1bba478a214ebb55ece68f74f68ca91dd3e65a1e5c1cc1829bdad81dbf643dfd97029473162')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e '/semigroups/d' -e 's/<.*0.7/<1/' $_hkgname.cabal
+    sed -i -e '/semigroups/d' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list