Date: Sunday, August 26, 2018 @ 13:24:42 Author: felixonmars Revision: 374226
prepare next version Modified: postgrest/trunk/PKGBUILD ----------+ PKGBUILD | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-08-26 13:22:25 UTC (rev 374225) +++ PKGBUILD 2018-08-26 13:24:42 UTC (rev 374226) @@ -3,27 +3,28 @@ # Contributor: Arch Haskell Team <[email protected]> pkgname=postgrest -pkgver=0.4.4.0 -pkgrel=231 +pkgver=0.5.0.0 +pkgrel=0 pkgdesc="REST API for any Postgres database" url="https://github.com/begriffs/postgrest" license=("MIT") arch=('x86_64') -depends=('ghc-libs' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude' +depends=('ghc-libs' 'haskell-auto-update' 'haskell-hasql' 'haskell-hasql-pool' 'haskell-protolude' '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-gitrev' - 'haskell-hasql-transaction' 'haskell-heredoc' 'haskell-http' 'haskell-http-types' - 'haskell-insert-ordered-containers' 'haskell-interpolatedstring-perl6' 'haskell-jose' - 'haskell-lens' 'haskell-lens-aeson' 'haskell-network-uri' 'haskell-optparse-applicative' - 'haskell-ranged-sets' 'haskell-regex-tdfa' 'haskell-scientific' - 'haskell-swagger2' 'haskell-unordered-containers' 'haskell-vector' 'haskell-wai' - 'haskell-wai-cors' 'haskell-wai-extra' 'haskell-wai-middleware-static' 'haskell-cookie') + 'haskell-configurator-ng' 'haskell-contravariant' 'haskell-contravariant-extras' + 'haskell-either' 'haskell-gitrev' 'haskell-hasql-transaction' 'haskell-heredoc' + 'haskell-http' 'haskell-http-types' 'haskell-insert-ordered-containers' + 'haskell-interpolatedstring-perl6' 'haskell-jose' 'haskell-lens' 'haskell-lens-aeson' + 'haskell-network-uri' 'haskell-optparse-applicative' 'haskell-ranged-sets' + 'haskell-regex-tdfa' 'haskell-scientific' 'haskell-swagger2' 'haskell-unordered-containers' + 'haskell-vector' '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') checkdepends=('pifpaf' 'postgresql' 'procps-ng') source=("$pkgname-$pkgver.tar.bz2::https://github.com/begriffs/postgrest/archive/v$pkgver.tar.gz") -sha512sums=('f19c426a59d1c77d8e7808ee248eba1967cc5fc8686f5380603e2f8ab80aeeca20a4b145e056feceb1bcb9dedfa3b88c2ace7aab4bc1152f780630360fe6485c') +sha512sums=('ba8974cc83de3a7fcf1ede454eed726d6dfe7d677e4b34bbf6a03f11cc648d6812c2f101684175bb1f4d0f0b384795a737791ce807c257eae67158e2fc74b0a0') prepare() { sed -i 's/==/>=/' $pkgname-$pkgver/$pkgname.cabal
