[arch-commits] Commit in haskell-http-media/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Jun 27 15:13:48 UTC 2017
Date: Tuesday, June 27, 2017 @ 15:13:47
Author: felixonmars
Revision: 241223
upgpkg: haskell-http-media 0.7.0-1
rebuild with http-media,0.7.0
Modified:
haskell-http-media/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-06-27 15:08:15 UTC (rev 241222)
+++ PKGBUILD 2017-06-27 15:13:47 UTC (rev 241223)
@@ -4,15 +4,15 @@
_hkgname=http-media
pkgname=haskell-http-media
-pkgver=0.6.4
-pkgrel=2
+pkgver=0.7.0
+pkgrel=1
pkgdesc="Processing HTTP Content-Type and Accept headers"
url="https://github.com/zmthy/http-media"
license=("MIT")
arch=('i686' 'x86_64')
-depends=('ghc' "haskell-case-insensitive")
+depends=('ghc' "haskell-case-insensitive" "haskell-utf8-string")
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha256sums=('ef762cf50854250e4247b744decbebe4d3d188dbc19bfd90aa344ed3c61cc9d3')
+sha512sums=('bb1523e61d0bc346842038ab84d4ef2de9e0ab4105403ebae01f246ed2feae8a56014f996cdf8d4988bb4198849e987b256b9dad207126378b660604d5647c6d')
build() {
cd "${srcdir}/${_hkgname}-${pkgver}"
More information about the arch-commits
mailing list