[arch-commits] Commit in cabal-helper/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Wed Jan 25 08:30:52 UTC 2017


    Date: Wednesday, January 25, 2017 @ 08:30:50
  Author: felixonmars
Revision: 208990

upgpkg: cabal-helper 0.7.3.0-1

rebuild with cabal-helper,0.7.3.0

Modified:
  cabal-helper/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-01-25 08:22:01 UTC (rev 208989)
+++ PKGBUILD	2017-01-25 08:30:50 UTC (rev 208990)
@@ -4,15 +4,15 @@
 
 pkgbase=cabal-helper
 pkgname=(cabal-helper haskell-cabal-helper)
-pkgver=0.7.2.0
+pkgver=0.7.3.0
 pkgrel=1
 pkgdesc="Simple interface to some of Cabals configuration state used by ghc-mod"
-url="http://hackage.haskell.org/package/${pkgbase}"
+url="https://hackage.haskell.org/package/${pkgbase}"
 license=("AGPL3")
 arch=('i686' 'x86_64')
 makedepends=("ghc=8.0.1" "haskell-mtl" "haskell-temporary" "haskell-utf8-string")
-source=("http://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
-sha256sums=('90572b1e4aeb780464f7d5f2f88c4f59ebb4539fe303f0b86d42ef3b9078a362')
+source=("https://hackage.haskell.org/packages/archive/${pkgbase}/${pkgver}/${pkgbase}-${pkgver}.tar.gz")
+sha256sums=('794055f5205dd029aceb2fe9aac183880d2b4ef005d1096ee3052710d01192a4')
 
 build() {
     cd "${srcdir}/${pkgbase}-${pkgver}"
@@ -48,5 +48,5 @@
     ln -s "/usr/share/doc/${pkgbase}/html" "${pkgdir}/usr/share/doc/ghc/html/libraries/${pkgbase}"
     runhaskell Setup copy --destdir="${pkgdir}"
     rm -f "${pkgdir}/usr/share/doc/${pkgname}/LICENSE"
-    rm "$pkgdir/usr/lib/cabal-helper-wrapper-v0.7"
+    rm "$pkgdir"/usr/lib/*-linux-ghc-*/cabal-helper-$pkgver/cabal-helper-wrapper
 }



More information about the arch-commits mailing list