[arch-commits] Commit in haskell-text/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Wed Jan 20 01:55:07 UTC 2016
Date: Wednesday, January 20, 2016 @ 02:55:07
Author: fyan
Revision: 157735
upgpkg: haskell-text 1.2.2.0-1
Modified:
haskell-text/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-20 01:46:17 UTC (rev 157734)
+++ PKGBUILD 2016-01-20 01:55:07 UTC (rev 157735)
@@ -2,8 +2,8 @@
_hkgname=text
pkgname=haskell-text
-pkgver=1.2.1.3
-pkgrel=4
+pkgver=1.2.2.0
+pkgrel=1
pkgdesc="An efficient packed Unicode text type."
url="http://hackage.haskell.org/package/${_hkgname}"
license=('custom:BSD3')
@@ -12,7 +12,7 @@
depends=('ghc=7.10.3' 'sh')
source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
install=${pkgname}.install
-md5sums=('cda1b7c5322b46b2e5fdab92e2e21dd7')
+md5sums=('78f8a4720844d5a2064eb9f4a3935ae1')
build() {
cd ${_hkgname}-${pkgver}
More information about the arch-commits
mailing list