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

Felix Yan felixonmars at archlinux.org
Sun Sep 27 12:44:14 UTC 2020


    Date: Sunday, September 27, 2020 @ 12:44:13
  Author: felixonmars
Revision: 712640

upgpkg: postgrest 7.0.1-97: rebuild with hspec-wai 0.11.0, hspec-wai-json 0.11.0

Modified:
  postgrest/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-27 12:40:47 UTC (rev 712639)
+++ PKGBUILD	2020-09-27 12:44:13 UTC (rev 712640)
@@ -3,7 +3,7 @@
 
 pkgname=postgrest
 pkgver=7.0.1
-pkgrel=96
+pkgrel=97
 pkgdesc="REST API for any Postgres database"
 url="https://github.com/begriffs/postgrest"
 license=("MIT")
@@ -19,7 +19,7 @@
          'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 'haskell-wai'
          'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static'
          'haskell-auto-update' 'haskell-retry' 'haskell-warp')
-makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 'haskell-hspec-wai'
+makedepends=('ghc' 'uusi' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 'haskell-hspec-wai'
              'haskell-hspec-wai-json' 'haskell-monad-control' 'haskell-transformers-base')
 checkdepends=('pifpaf' 'postgresql' 'procps-ng')
 source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz")
@@ -28,7 +28,7 @@
 prepare() {
     cd $pkgname-$pkgver
     sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
-    sed -i 's/< *1.5/<2/;s/< *1.2/<2/' $pkgname.cabal
+    uusi $pkgname.cabal
 }
 
 build() {



More information about the arch-commits mailing list