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

Felix Yan felixonmars at archlinux.org
Tue May 7 09:25:01 UTC 2019


    Date: Tuesday, May 7, 2019 @ 09:25:01
  Author: felixonmars
Revision: 461926

upgpkg: haskell-either 5.0.1.1-1

rebuild with either 5.0.1.1

Modified:
  haskell-either/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-05-07 09:24:34 UTC (rev 461925)
+++ PKGBUILD	2019-05-07 09:25:01 UTC (rev 461926)
@@ -3,8 +3,8 @@
 
 _hkgname=either
 pkgname=haskell-either
-pkgver=5.0.1
-pkgrel=41
+pkgver=5.0.1.1
+pkgrel=1
 pkgdesc="An either monad transformer"
 url="https://github.com/ekmett/either/"
 license=("BSD")
@@ -12,13 +12,8 @@
 depends=('ghc-libs' 'haskell-bifunctors' 'haskell-profunctors' 'haskell-semigroupoids')
 makedepends=('ghc' 'haskell-quickcheck' 'haskell-test-framework' 'haskell-test-framework-quickcheck2')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('93a4db670cc6da1990be7f09c8d40b17065af57d596a91d4fd91b8783bf851025f579fa3cd4214d477c965753cd32a4bc9df05ecb4cf4f6c16cde8b48d07dcb1')
+sha512sums=('96b23a9d5f1d2d4dd256251c488e06fa0e8642d849cf61c9de2a4089d2cbe86763062e69f83344eba2f75b30992f3e90ec195bd054f8de386c4c6b477a025c01')
 
-prepare() {
-    cd $_hkgname-$pkgver
-    sed -i -e '/semigroups/d' -e 's/< *2.12/<3/' $_hkgname.cabal
-}
-
 build() {
     cd $_hkgname-$pkgver
 



More information about the arch-commits mailing list