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

Felix Yan felixonmars at archlinux.org
Fri Jun 16 10:16:17 UTC 2017


    Date: Friday, June 16, 2017 @ 10:16:16
  Author: felixonmars
Revision: 237609

upgpkg: cabal-helper 0.7.3.0-4

add conflicts and replaces

Modified:
  cabal-helper/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-16 10:16:04 UTC (rev 237608)
+++ PKGBUILD	2017-06-16 10:16:16 UTC (rev 237609)
@@ -4,12 +4,14 @@
 
 pkgname=cabal-helper
 pkgver=0.7.3.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Simple interface to some of Cabals configuration state used by ghc-mod"
 url="https://hackage.haskell.org/package/${pkgname}"
 license=("AGPL3")
 arch=('i686' 'x86_64')
 depends=("ghc" "haskell-mtl" "haskell-temporary" "haskell-utf8-string")
+conflicts=('haskell-cabal-helper')
+replaces=('haskell-cabal-helper')
 source=("https://hackage.haskell.org/packages/archive/${pkgname}/${pkgver}/${pkgname}-${pkgver}.tar.gz")
 sha256sums=('794055f5205dd029aceb2fe9aac183880d2b4ef005d1096ee3052710d01192a4')
 



More information about the arch-commits mailing list