[arch-commits] Commit in haskell-old-time/trunk (PKGBUILD haskell-old-time.install)

Jelle van der Waa jelle at archlinux.org
Tue Mar 31 18:35:32 UTC 2015


    Date: Tuesday, March 31, 2015 @ 20:35:31
  Author: jelle
Revision: 130433

upgpkg: haskell-old-time 1.1.0.3-2

ghc 7.10.1 rebuild

Modified:
  haskell-old-time/trunk/PKGBUILD
  haskell-old-time/trunk/haskell-old-time.install

--------------------------+
 PKGBUILD                 |    4 ++--
 haskell-old-time.install |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-03-31 18:33:52 UTC (rev 130432)
+++ PKGBUILD	2015-03-31 18:35:31 UTC (rev 130433)
@@ -2,13 +2,13 @@
 _hkgname=old-time
 pkgname=haskell-old-time
 pkgver=1.1.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="This package provides the ability to adapt to locale conventions such as date and time formats."
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
 arch=('i686' 'x86_64')
 makedepends=()
-depends=('ghc=7.10.1')
+depends=('ghc=7.10.1' 'haskell-old-locale')
 options=('strip')
 source=(https://hackage.haskell.org/package/${_hkgname}-${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install

Modified: haskell-old-time.install
===================================================================
--- haskell-old-time.install	2015-03-31 18:33:52 UTC (rev 130432)
+++ haskell-old-time.install	2015-03-31 18:35:31 UTC (rev 130433)
@@ -1,4 +1,4 @@
-HS_DIR=usr/share/haskell/haskell-old-time
+HS_DIR=/usr/share/haskell/haskell-old-time
 post_install() {
   ${HS_DIR}/register.sh
   (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)



More information about the arch-commits mailing list