[arch-commits] Commit in haskell-regex-compat/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Mon Feb 4 10:13:27 UTC 2013


    Date: Monday, February 4, 2013 @ 11:13:27
  Author: arodseth
Revision: 83660

ghc 7.6.2 todo

Modified:
  haskell-regex-compat/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-04 10:12:48 UTC (rev 83659)
+++ PKGBUILD	2013-02-04 10:13:27 UTC (rev 83660)
@@ -1,18 +1,20 @@
-# Maintainer: Vesa Kaihlavirta <vesa at archlinux.org>
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Vesa Kaihlavirta <vesa at archlinux.org>
 # Contributor: Arch Haskell Team <arch-haskell at haskell.org>
 
 _hkgname=regex-compat
 pkgname=haskell-regex-compat
 pkgver=0.95.1
-pkgrel=3
-pkgdesc="Replaces and enhances Text.Regex"
+pkgrel=4
+pkgdesc='Replaces and enhances Text.Regex'
 url="http://hackage.haskell.org/package/${_hkgname}"
 license=('custom:BSD3')
-arch=('i686' 'x86_64')
-depends=('ghc=7.6.1-1' 'sh' 'haskell-regex-base=0.93.2-7' 'haskell-regex-posix=0.95.2-2')
+arch=('x86_64' 'i686')
+depends=('ghc=7.6.2-1' 'sh' 'haskell-regex-base=0.93.2' 'haskell-regex-posix=0.95.2')
 source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
 install=${pkgname}.install
-md5sums=('d0573ab4e2f3de5faa61380b67333320')
+sha256sums=('d57cb1a5a4d66753b18eaa37a1621246f660472243b001894f970037548d953b')
 
 build() {
     cd ${srcdir}/${_hkgname}-${pkgver}
@@ -35,3 +37,5 @@
     install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
     rm -f ${pkgdir}/usr/share/doc/${pkgname}/LICENSE
 }
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list