[arch-commits] Commit in postgrest/trunk (PKGBUILD)
Felix Yan
felixonmars at gemini.archlinux.org
Mon Jan 17 06:50:36 UTC 2022
Date: Monday, January 17, 2022 @ 06:50:35
Author: felixonmars
Revision: 1107339
upgpkg: postgrest 8.0.0-90: rebuild with lens 5.1
Modified:
postgrest/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-17 06:46:14 UTC (rev 1107338)
+++ PKGBUILD 2022-01-17 06:50:35 UTC (rev 1107339)
@@ -3,7 +3,7 @@
pkgname=postgrest
pkgver=8.0.0
-pkgrel=89
+pkgrel=90
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 base -u hspec -u retry $pkgname.cabal
+ uusi -u base -u hspec -u lens -u retry $pkgname.cabal
}
build() {
More information about the arch-commits
mailing list