Date: Monday, March 30, 2015 @ 20:48:29 Author: jelle Revision: 130355
upgpkg: haskell-old-locale 1.0.0.7-2 fix typo in .install Modified: haskell-old-locale/trunk/PKGBUILD haskell-old-locale/trunk/haskell-old-locale.install ----------------------------+ PKGBUILD | 2 +- haskell-old-locale.install | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-03-30 18:48:23 UTC (rev 130354) +++ PKGBUILD 2015-03-30 18:48:29 UTC (rev 130355) @@ -2,7 +2,7 @@ _hkgname=old-locale pkgname=haskell-old-locale pkgver=1.0.0.7 -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') Modified: haskell-old-locale.install =================================================================== --- haskell-old-locale.install 2015-03-30 18:48:23 UTC (rev 130354) +++ haskell-old-locale.install 2015-03-30 18:48:29 UTC (rev 130355) @@ -1,4 +1,4 @@ -HS_DIR=usr/share/haskell/haskel-old-locale +HS_DIR=usr/share/haskell/haskell-old-locale post_install() { ${HS_DIR}/register.sh (cd usr/share/doc/ghc/html/libraries; ./gen_contents_index)
