[arch-commits] Commit in haskell-swagger2/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Jul 8 19:15:18 UTC 2018
Date: Sunday, July 8, 2018 @ 19:15:18
Author: felixonmars
Revision: 355196
upgpkg: haskell-swagger2 2.2.2-34
rebuild with lens 4.17
Modified:
haskell-swagger2/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-08 19:09:55 UTC (rev 355195)
+++ PKGBUILD 2018-07-08 19:15:18 UTC (rev 355196)
@@ -5,7 +5,7 @@
_hkgname=swagger2
pkgname=haskell-swagger2
pkgver=2.2.2
-pkgrel=33
+pkgrel=34
pkgdesc="Swagger 2.0 data model"
url="https://github.com/GetShopTV/swagger2"
license=("custom:BSD3")
@@ -22,7 +22,7 @@
prepare() {
cd $_hkgname-$pkgver
- sed -i 's/<.*2.7/<3/' $_hkgname.cabal
+ sed -i -e 's/<.*2.7/<3/' -e 's/<.*4.17/<5/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list