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

Felix Yan felixonmars at archlinux.org
Thu Jan 10 14:09:44 UTC 2019


    Date: Thursday, January 10, 2019 @ 14:09:44
  Author: felixonmars
Revision: 421796

upgpkg: haskell-semigroupoids 5.3.2-1

rebuild with semigroupoids 5.3.2

Modified:
  haskell-semigroupoids/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-10 13:47:37 UTC (rev 421795)
+++ PKGBUILD	2019-01-10 14:09:44 UTC (rev 421796)
@@ -3,8 +3,8 @@
 
 _hkgname=semigroupoids
 pkgname=haskell-semigroupoids
-pkgver=5.3.1
-pkgrel=25
+pkgver=5.3.2
+pkgrel=1
 pkgdesc="Semigroupoids: Category sans id"
 url="https://github.com/ekmett/semigroupoids"
 license=("BSD")
@@ -14,14 +14,8 @@
          'haskell-unordered-containers')
 makedepends=('ghc' 'haskell-cabal-doctest' 'haskell-doctest')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('8170f9f92a5f61325eb821d299e464106e08db3a8bac371fd427f329e479a4e914ed961a300760049aeff41fef255193dd93dfb752af0cc0027481f0ca6e6e35')
+sha512sums=('a0ec8c3f275ff503ce2e89a09a853f356a2c17edfff7917c00e2bddd3a63893fd41284305bb41b8632ed45c57222899ca64fb28aa1e794d41b939175fd1e92a8')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -e 's/<.*0.14/<1/' -e '/semigroups/d' -e 's/<.*0.6/<1/' -i $_hkgname.cabal
-    sed -i 's/#if MIN_VERSION_semigroups.*/#if 1/' src/Data/Semigroup/Traversable/Class.hs src/Data/Semigroup/Foldable/Class.hs
-}
-
 build() {
     cd $_hkgname-$pkgver
     



More information about the arch-commits mailing list