[arch-commits] Commit in haskell-swagger2/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Mon May 27 20:39:57 UTC 2019
Date: Monday, May 27, 2019 @ 20:39:57
Author: felixonmars
Revision: 472006
upgpkg: haskell-swagger2 2.3.1.1-34
rebuild with QuickCheck 2.13.1, hspec-core 2.7.1, hspec-discover 2.7.1, hspec 2.7.1, time-compat 1.9.2.2, quickcheck-instances 0.3.21, http-api-data 0.4.1
Modified:
haskell-swagger2/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-05-27 20:38:30 UTC (rev 472005)
+++ PKGBUILD 2019-05-27 20:39:57 UTC (rev 472006)
@@ -4,7 +4,7 @@
_hkgname=swagger2
pkgname=haskell-swagger2
pkgver=2.3.1.1
-pkgrel=33
+pkgrel=34
pkgdesc="Swagger 2.0 data model"
url="https://github.com/GetShopTV/swagger2"
license=("BSD")
@@ -25,7 +25,7 @@
prepare() {
cd $_hkgname-$pkgver
patch -p1 -i ../generics-sop-0.5.patch
- sed -i 's/< *0.8/<1/' $_hkgname.cabal
+ sed -i -e 's/< *0.8/<1/' -e 's/< *2.13/<3/' $_hkgname.cabal
}
build() {
More information about the arch-commits
mailing list