Date: Sunday, January 28, 2018 @ 21:05:22 Author: felixonmars Revision: 287666
upgpkg: haskell-kan-extensions 5.1-1 rebuild with kan-extensions,5.1 Modified: haskell-kan-extensions/trunk/PKGBUILD ----------+ PKGBUILD | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-28 21:00:32 UTC (rev 287665) +++ PKGBUILD 2018-01-28 21:05:22 UTC (rev 287666) @@ -4,25 +4,25 @@ _hkgname=kan-extensions pkgname=haskell-kan-extensions -pkgver=5.0.2 -pkgrel=14 -pkgdesc="Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads" +pkgver=5.1 +pkgrel=1 +pkgdesc="Kan extensions, Kan lifts, the Yoneda lemma, and (co)density (co)monads" url="https://github.com/ekmett/kan-extensions/" license=("custom:BSD3") arch=('x86_64') -depends=('ghc-libs' "haskell-adjunctions" "haskell-comonad" "haskell-contravariant" - "haskell-distributive" "haskell-free" "haskell-mtl" "haskell-semigroupoids" - "haskell-tagged") +depends=('ghc-libs' 'haskell-adjunctions' 'haskell-comonad' 'haskell-contravariant' + 'haskell-distributive' 'haskell-free' 'haskell-mtl' 'haskell-profunctors' + 'haskell-semigroupoids' 'haskell-tagged' 'haskell-transformers-compat') makedepends=('ghc') -source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha512sums=('bce02cb4ce3a797682fd369962ceee54b8c561a2a637942a678e7ef6d0757a5074cfd25d22f6d64b5475729fa00f464b635026ee7765be04a4fd0289eb17583d') +source=("https://hackage.haskell.org/packages/archive/$_hkgname/$pkgver/$_hkgname-$pkgver.tar.gz") +sha512sums=('9a9390cc099c512ac2a4c1a0d9b4ee33690a16ef2cec32877f24778239a60cdf6b0ba3464d15e8a23a6112e95fe124d6517934aba5e5c2b3ec70714c0a18b8bb') prepare() { - sed -i '/fail/d' ${_hkgname}-${pkgver}/${_hkgname}.cabal + sed -i '/ fail /d' $_hkgname-$pkgver/$_hkgname.cabal } build() { - cd "${srcdir}/${_hkgname}-${pkgver}" + cd $_hkgname-$pkgver runhaskell Setup configure -O --enable-shared --enable-executable-dynamic --disable-library-vanilla \ --prefix=/usr --docdir="/usr/share/doc/${pkgname}" \ @@ -35,7 +35,7 @@ } package() { - cd "${srcdir}/${_hkgname}-${pkgver}" + cd $_hkgname-$pkgver install -D -m744 register.sh "${pkgdir}/usr/share/haskell/register/${pkgname}.sh" install -D -m744 unregister.sh "${pkgdir}/usr/share/haskell/unregister/${pkgname}.sh"
