[arch-commits] Commit in haskell-uri-bytestring/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sat Mar 4 03:25:36 UTC 2017
Date: Saturday, March 4, 2017 @ 03:25:35
Author: felixonmars
Revision: 214756
upgpkg: haskell-uri-bytestring 0.2.3.1-1
rebuild with uri-bytestring,0.2.3.1
Modified:
haskell-uri-bytestring/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-03-04 03:04:58 UTC (rev 214755)
+++ PKGBUILD 2017-03-04 03:25:35 UTC (rev 214756)
@@ -3,7 +3,7 @@
_hkgname=uri-bytestring
pkgname=haskell-uri-bytestring
-pkgver=0.2.3.0
+pkgver=0.2.3.1
pkgrel=1
pkgdesc="Haskell URI parsing as ByteStrings"
url="https://github.com/Soostone/uri-bytestring"
@@ -11,7 +11,7 @@
arch=('i686' 'x86_64')
depends=('ghc=8.0.1' 'haskell-attoparsec' 'haskell-blaze-builder' 'haskell-th-lift-instances')
source=(https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz)
-md5sums=('a2181e5a10b295766c6b4bb4b24bb28f')
+md5sums=('8b1b0df40025e34bf5bdc3951584807c')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list