Date: Thursday, October 20, 2016 @ 07:48:07 Author: felixonmars Revision: 192686
upgpkg: haskell-glob 0.7.12-1 Modified: haskell-glob/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-20 07:46:34 UTC (rev 192685) +++ PKGBUILD 2016-10-20 07:48:07 UTC (rev 192686) @@ -4,8 +4,8 @@ _hkgname=Glob pkgname=haskell-glob -pkgver=0.7.11 -pkgrel=2 +pkgver=0.7.12 +pkgrel=1 pkgdesc="Globbing library" url="http://iki.fi/matti.niemenmaa/glob/" license=("custom:BSD3") @@ -12,7 +12,7 @@ arch=('i686' 'x86_64') depends=("ghc=8.0.1" "haskell-dlist" "haskell-transformers-compat") source=("http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz") -sha256sums=('0a23f90be0e6a7129efef83716ce1ccd8f48f3c17063aff663232f8eaa18c377') +sha256sums=('c7ca5459b2d98ae9f5db56351a512680c4375cfdf907073848aaf15d6b92c175') build() { cd "${srcdir}/${_hkgname}-${pkgver}"
