Date: Thursday, December 10, 2015 @ 09:32:36 Author: fyan Revision: 152149
upgpkg: ghc 7.10.3-1 Modified: ghc/trunk/PKGBUILD ----------+ PKGBUILD | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-12-10 07:53:42 UTC (rev 152148) +++ PKGBUILD 2015-12-10 08:32:36 UTC (rev 152149) @@ -1,5 +1,6 @@ # $Id$ -# Maintainer: Vesa Kaihlavirta <[email protected]> +# Maintainer: Felix Yan <[email protected]> +# Contributor: Vesa Kaihlavirta <[email protected]> # Contributor: Thomas Dziedzic <[email protected]> # Special note for devs looking to upgrade this package: @@ -11,7 +12,7 @@ # grep -r ghc /var/abs/ | awk -F '/' '{ print $5; }' | sort -u pkgname=ghc -pkgver=7.10.2 +pkgver=7.10.3 pkgrel=1 pkgdesc='The Glasgow Haskell Compiler' arch=('i686' 'x86_64') @@ -20,10 +21,11 @@ depends=('perl' 'gmp' 'gcc' 'libffi') makedepends=('ghc' 'perl' 'libxslt' 'docbook-xsl') provides=('haskell-array=0.5.1.0' - 'haskell-base=4.8.1.0' + 'haskell-base=4.8.2.0' 'haskell-binary=0.7.5.0' 'haskell-bin-package-db=0.0.0.0' 'haskell-bytestring=0.10.6.0' + 'haskell-cabal=1.22.5.0' 'haskell-containers=0.5.6.2' 'haskell-deepseq=1.4.1.1' 'haskell-directory=1.2.2.0' @@ -40,13 +42,13 @@ 'haskell-time=1.5.0.1' 'haskell-transformers=0.4.2.0' 'haskell-unix=2.7.1.0' - 'haskell-xhtml=3000.2.1' - 'haskell-cabal=1.22.4.0') + 'haskell-xhtml=3000.2.1') replaces=('haskell-array' 'haskell-base' 'haskell-binary' 'haskell-bin-package-db' 'haskell-bytestring' + 'haskell-cabal' 'haskell-containers' 'haskell-deepseq' 'haskell-directory' @@ -63,13 +65,12 @@ 'haskell-time' 'haskell-transformers' 'haskell-unix' - 'haskell-xhtml' - 'haskell-cabal') + 'haskell-xhtml') install='ghc.install' options=('staticlibs') source=("https://downloads.haskell.org/~ghc/$pkgver/$pkgname-$pkgver-src.tar.xz") noextract=("$pkgname-$pkgver-src.tar.xz") -md5sums=('fc1269fbc52513fa6b2ae6051c365bc3') +md5sums=('00104e629bfda9f956c23752b5f38613') prepare() { # Need to extract this tarball with a UTF-8 locale instead of a chroot's "C"
