[arch-commits] Commit in haskell-swagger2/trunk (PKGBUILD)

Felix Yan felixonmars at archlinux.org
Sun Jan 27 20:08:45 UTC 2019


    Date: Sunday, January 27, 2019 @ 20:08:44
  Author: felixonmars
Revision: 428269

upgpkg: haskell-swagger2 2.3.1-1

rebuild with base-compat-batteries 0.10.5, swagger2 2.3.1

Modified:
  haskell-swagger2/trunk/PKGBUILD

----------+
 PKGBUILD |   25 ++++++++++++-------------
 1 file changed, 12 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-27 20:04:55 UTC (rev 428268)
+++ PKGBUILD	2019-01-27 20:08:44 UTC (rev 428269)
@@ -3,27 +3,26 @@
 
 _hkgname=swagger2
 pkgname=haskell-swagger2
-pkgver=2.2.2
-pkgrel=79
+pkgver=2.3.1
+pkgrel=1
 pkgdesc="Swagger 2.0 data model"
 url="https://github.com/GetShopTV/swagger2"
 license=("BSD")
 arch=('x86_64')
-depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat-batteries' 'haskell-hashable'
-         'haskell-generics-sop' 'haskell-http-media' 'haskell-insert-ordered-containers'
-         'haskell-lens' 'haskell-network' 'haskell-scientific' 'haskell-transformers-compat'
-         'haskell-unordered-containers' 'haskell-vector' 'haskell-uuid-types')
-makedepends=('ghc' 'haskell-aeson-qq' 'haskell-hspec' 'haskell-hunit' 'haskell-quickcheck'
-             'haskell-quickcheck-instances' 'haskell-hspec-discover' 'haskell-doctest'
-             'haskell-cabal-doctest' 'haskell-glob')
+depends=('ghc-libs' 'haskell-aeson' 'haskell-base-compat-batteries' 'haskell-cookie'
+         'haskell-hashable' 'haskell-generics-sop' 'haskell-http-media'
+         'haskell-insert-ordered-containers' 'haskell-lens' 'haskell-network' 'haskell-quickcheck'
+         'haskell-scientific' 'haskell-transformers-compat' 'haskell-unordered-containers'
+         'haskell-vector' 'haskell-uuid-types')
+makedepends=('ghc' 'haskell-hspec' 'haskell-hunit' 'haskell-quickcheck-instances'
+             'haskell-hspec-discover' 'haskell-doctest' 'haskell-cabal-doctest' 'haskell-glob'
+             'haskell-utf8-string')
 source=("https://hackage.haskell.org/packages/archive/${_hkgname}/${pkgver}/${_hkgname}-${pkgver}.tar.gz")
-sha512sums=('b34f9bbe3d4bf1deb315ade8da9d99a91d2c32e47f8a4573b5dd73fabc4094267ae2b7ae1241773d2ce267bcaf9a13ee16a29e9d01c9fa9b30500663432e4bb5')
+sha512sums=('e0aa3a3b06e633ea3caa4472d716a5ab1445a6b1dacff2135d9362d4e09606c139b636afafd9d53e0bd479ddd419804b61bfb8955ca96af97b232f5864b3bc98')
 
 prepare() {
     cd $_hkgname-$pkgver
-    sed -i -e 's/<.*2.7/<3/' -e 's/<.*4.17/<5/' -e 's/<.*1.4/<2/' \
-           -e 's/< *4.12/<5/' -e 's/< *0.6/<1/' -e 's/< *2.14/<3/' \
-           -e 's/< *0.4/<1/' -e 's/< *2.12/<3/' -e 's/< *2.6/<3/' $_hkgname.cabal
+    sed -i 's/< *2.7/<3/' $_hkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list