[arch-commits] Commit in haskell-th-expand-syns/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri Jan 13 16:43:40 UTC 2017
Date: Friday, January 13, 2017 @ 16:43:39
Author: felixonmars
Revision: 207232
upgpkg: haskell-th-expand-syns 0.4.2.0-1
rebuild with th-expand-syns-0.4.2.0
Modified:
haskell-th-expand-syns/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-01-13 16:43:32 UTC (rev 207231)
+++ PKGBUILD 2017-01-13 16:43:39 UTC (rev 207232)
@@ -3,7 +3,7 @@
_hkgname=th-expand-syns
pkgname=haskell-th-expand-syns
-pkgver=0.4.1.0
+pkgver=0.4.2.0
pkgrel=1
pkgdesc="Expands type synonyms in Template Haskell ASTs"
url="https://hackage.haskell.org/package/th-expand-syns"
@@ -10,8 +10,8 @@
license=('custom:BSD3')
arch=('i686' 'x86_64')
depends=('ghc=8.0.1' 'haskell-syb')
-source=(http://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('56f9db4cdfe9b3d135675f485918e1c2')
+source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
+md5sums=('33b8654b97f422c6278c9175f9fb1a61')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list