[arch-commits] Commit in haskell-http-api-data/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Jul 18 03:24:13 UTC 2018
Date: Wednesday, July 18, 2018 @ 03:24:13
Author: felixonmars
Revision: 361566
upgpkg: haskell-http-api-data 0.3.8.1-30
rebuild with doctest 0.16.0
Modified:
haskell-http-api-data/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-18 03:22:24 UTC (rev 361565)
+++ PKGBUILD 2018-07-18 03:24:13 UTC (rev 361566)
@@ -5,7 +5,7 @@
_hkgname=http-api-data
pkgname=haskell-http-api-data
pkgver=0.3.8.1
-pkgrel=29
+pkgrel=30
pkgdesc="Converting to/from HTTP API data like URL pieces, headers and query parameters."
url="https://github.com/fizruk/http-api-data"
license=("custom:BSD3")
@@ -18,6 +18,11 @@
source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
sha512sums=('7fdb041dc95aa0b197af3e38a5270a8355d1aa7fe3c295234951bcb5592a5ab233c18c4b6f5da8f24ffbcddc477241138ae3c8b7225a5418200826bb114eb769')
+prepare() {
+ cd $_hkgname-$pkgver
+ sed -i 's/<.*0.16/<1/' $_hkgname.cabal
+}
+
build() {
cd $_hkgname-$pkgver
More information about the arch-commits
mailing list