[arch-commits] Commit in haskell-text/trunk (PKGBUILD)
Felix Yan
fyan at nymeria.archlinux.org
Sat Jul 12 02:50:18 UTC 2014
Date: Saturday, July 12, 2014 @ 04:50:18
Author: fyan
Revision: 115542
upgpkg: haskell-text 1.1.1.3-1
ghc 7.8.3 rebuild
Modified:
haskell-text/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-07-12 02:29:45 UTC (rev 115541)
+++ PKGBUILD 2014-07-12 02:50:18 UTC (rev 115542)
@@ -2,17 +2,17 @@
_hkgname=text
pkgname=haskell-text
-pkgver=1.1.0.1
-pkgrel=2
+pkgver=1.1.1.3
+pkgrel=1
pkgdesc="An efficient packed Unicode text type."
url="http://hackage.haskell.org/package/${_hkgname}"
license=('custom:BSD3')
arch=('i686' 'x86_64')
options=('staticlibs')
-depends=('ghc=7.8.2-2' 'sh')
+depends=('ghc=7.8.3' 'sh')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
install=${pkgname}.install
-md5sums=('e8e1017ed0f0fef2a872569d8f31883e')
+md5sums=('9cc52915c12489e667b54bc9602cd442')
build() {
cd ${_hkgname}-${pkgver}
More information about the arch-commits
mailing list