[arch-commits] Commit in haskell-swagger2/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Aug 7 16:51:55 UTC 2018
Date: Tuesday, August 7, 2018 @ 16:51:55
Author: felixonmars
Revision: 370140
upgpkg: haskell-swagger2 2.2.2-45
rebuild with aeson 1.4.0.0
Modified:
haskell-swagger2/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-08-07 15:15:05 UTC (rev 370139)
+++ PKGBUILD 2018-08-07 16:51:55 UTC (rev 370140)
@@ -5,7 +5,7 @@
_hkgname=swagger2
pkgname=haskell-swagger2
pkgver=2.2.2
-pkgrel=44
+pkgrel=45
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 -e 's/<.*2.7/<3/' -e 's/<.*4.17/<5/' $_hkgname.cabal
+ sed -i -e 's/<.*2.7/<3/' -e 's/<.*4.17/<5/' -e 's/<.*1.4/<2/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list