Date: Saturday, January 13, 2018 @ 02:17:57 Author: felixonmars Revision: 281751
upgpkg: postgrest 0.4.4.0-1 Modified: postgrest/trunk/PKGBUILD ----------+ PKGBUILD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-01-13 02:17:43 UTC (rev 281750) +++ PKGBUILD 2018-01-13 02:17:57 UTC (rev 281751) @@ -3,8 +3,8 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=postgrest -pkgver=0.4.3.0 -pkgrel=30 +pkgver=0.4.4.0 +pkgrel=1 pkgdesc="REST API for any Postgres database" url="https://github.com/begriffs/postgrest" license=("MIT") @@ -12,9 +12,9 @@ depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude' 'haskell-text' 'haskell-warp' 'haskell-base64-bytestring' 'haskell-retry' 'haskell-aeson' 'haskell-ansi-wl-pprint' 'haskell-case-insensitive' 'haskell-cassava' - 'haskell-configurator-ng' 'haskell-contravariant' 'haskell-either' + 'haskell-configurator-ng' 'haskell-contravariant' 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http' 'haskell-http-types' - 'haskell-insert-ordered-containers' 'haskell-interpolatedstring-perl6' 'haskell-jose0.5' + 'haskell-insert-ordered-containers' 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 'haskell-optparse-applicative' 'haskell-parsec' 'haskell-ranged-sets' 'haskell-regex-tdfa' 'haskell-safe' 'haskell-scientific' 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' @@ -21,10 +21,10 @@ 'haskell-wai' 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static' 'haskell-cookie') makedepends=('ghc' 'haskell-aeson-qq' 'haskell-async' 'haskell-hspec' 'haskell-hspec-wai' - 'haskell-hspec-wai-json' 'haskell-hjsonschema' 'haskell-hjsonpointer') + 'haskell-hspec-wai-json' 'haskell-hjsonschema') checkdepends=('pifpaf' 'postgresql' 'procps-ng') source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz") -sha512sums=('e07d7e3aa0a830c5e8be8c2ed31236e0b12b97b4a5eaa1a3034bffc395cf77221507001111b66e278faba24995435c85cb0eb846c40479ce8224ffe82c25d658') +sha512sums=('f19c426a59d1c77d8e7808ee248eba1967cc5fc8686f5380603e2f8ab80aeeca20a4b145e056feceb1bcb9dedfa3b88c2ace7aab4bc1152f780630360fe6485c') prepare() { sed -i 's/==/>=/' $pkgname-$pkgver/$pkgname.cabal
