[arch-commits] Commit in haskell-unliftio-core/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon Mar 9 22:15:43 UTC 2020
Date: Monday, March 9, 2020 @ 22:15:41
Author: felixonmars
Revision: 593326
upgpkg: haskell-unliftio-core 0.2.0.1-1: rebuild with unliftio-core 0.2.0.1
Modified:
haskell-unliftio-core/trunk/PKGBUILD
----------+
PKGBUILD | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-03-09 22:12:36 UTC (rev 593325)
+++ PKGBUILD 2020-03-09 22:15:41 UTC (rev 593326)
@@ -3,7 +3,7 @@
_hkgname=unliftio-core
pkgname=haskell-unliftio-core
-pkgver=0.2.0.0
+pkgver=0.2.0.1
pkgrel=1
pkgdesc="The MonadUnliftIO typeclass for unlifting monads to IO"
url="https://github.com/fpco/monad-unlift"
@@ -12,13 +12,8 @@
depends=('ghc-libs')
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('15d22f03c7eee3b468dd944c9abf060ea628480055003fd570a997533b645baba253a5fda9f21020afafbbf198d19a50f2c9c944b204eabe8e6d902656ef6ca4')
+sha512sums=('6bb6bbab7336ea460b354e897c7fae236a53e7975af0430abcb2bb9d23374da0340381176d55f827f8a2b17809fa0205c6baf2a2542c72b9557b874c593d1b02')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i -e 's/<.*4.12/<5/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list