[arch-commits] Commit in haskell-http-media/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Fri May 17 16:32:37 UTC 2019
Date: Friday, May 17, 2019 @ 16:32:36
Author: felixonmars
Revision: 467744
upgpkg: haskell-http-media 0.8.0.0-1
rebuild with http-media 0.8.0.0
Modified:
haskell-http-media/trunk/PKGBUILD
----------+
PKGBUILD | 11 +++--------
1 file changed, 3 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-17 16:25:20 UTC (rev 467743)
+++ PKGBUILD 2019-05-17 16:32:36 UTC (rev 467744)
@@ -3,8 +3,8 @@
_hkgname=http-media
pkgname=haskell-http-media
-pkgver=0.7.1.3
-pkgrel=7
+pkgver=0.8.0.0
+pkgrel=1
pkgdesc="Processing HTTP Content-Type and Accept headers"
url="https://github.com/zmthy/http-media"
license=("MIT")
@@ -12,13 +12,8 @@
depends=('ghc-libs' "haskell-case-insensitive" "haskell-utf8-string")
makedepends=('ghc')
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('ed93e5db03a2b89023730785f0f62450ff2df4f22767542f98e538a10e29c48756081e6947c5970229ca323c966b9d31701563cab86271fa6d69f2b9b2c16da4')
+sha512sums=('549fa1892c81224e79bad4268993e0cfa324d9d0c9daa0d800ac7cc4eee307405155989672c49adb0e124ca29c2d83cc565ba3c935fd3be4ab4ef0594b012bb5')
-prepare() {
- cd $_hkgname-$pkgver
- sed -i 's/<.*4.11/<5/' $_hkgname.cabal
-}
-
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list