Date: Friday, September 30, 2022 @ 10:44:19 Author: felixonmars Revision: 1319003
upgpkg: postgrest 10.0.0-2: rebuild with hspec 2.10.2, hspec-core 2.10.2, hspec-discover 2.10.2 Modified: postgrest/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-30 10:44:06 UTC (rev 1319002) +++ PKGBUILD 2022-09-30 10:44:19 UTC (rev 1319003) @@ -3,7 +3,7 @@ pkgname=postgrest pkgver=10.0.0 -pkgrel=1 +pkgrel=2 pkgdesc="REST API for any Postgres database" url="https://github.com/begriffs/postgrest" license=("MIT") @@ -28,7 +28,7 @@ prepare() { cd $pkgname-$pkgver - uusi -u hspec -u HTTP -u optparse-applicative $pkgname.cabal + uusi -u hspec -u HTTP -u lens-aeson -u optparse-applicative $pkgname.cabal } build() {
