[arch-commits] Commit in cabal-helper/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Fri May 20 05:45:35 UTC 2016
Date: Friday, May 20, 2016 @ 07:45:35
Author: fyan
Revision: 175783
upgpkg: cabal-helper 0.7.1.0-2
Fix the renamed executable
Modified:
cabal-helper/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-05-20 05:43:56 UTC (rev 175782)
+++ PKGBUILD 2016-05-20 05:45:35 UTC (rev 175783)
@@ -5,7 +5,7 @@
pkgbase=cabal-helper
pkgname=(cabal-helper haskell-cabal-helper)
pkgver=0.7.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="Simple interface to some of Cabals configuration state used by ghc-mod"
url="http://hackage.haskell.org/package/${pkgbase}"
license=("AGPL3")
@@ -49,5 +49,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 -f "$pkgdir/usr/lib/cabal-helper-wrapper"
+ rm "$pkgdir/usr/lib/cabal-helper-wrapper-v0.7"
}
More information about the arch-commits
mailing list