[arch-commits] Commit in postgrest/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Sun Aug 23 21:25:14 UTC 2020
Date: Sunday, August 23, 2020 @ 21:25:13
Author: felixonmars
Revision: 687222
upgpkg: postgrest 7.0.1-66: rebuild with base64-bytestring 1.2.0.0
Modified:
postgrest/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-08-23 21:20:47 UTC (rev 687221)
+++ PKGBUILD 2020-08-23 21:25:13 UTC (rev 687222)
@@ -3,7 +3,7 @@
pkgname=postgrest
pkgver=7.0.1
-pkgrel=65
+pkgrel=66
pkgdesc="REST API for any Postgres database"
url="https://github.com/begriffs/postgrest"
license=("MIT")
@@ -28,7 +28,7 @@
prepare() {
cd $pkgname-$pkgver
sed -i 's/5432/9824/' test/fixtures/dumpfixture.sh
- sed -i 's/< *1.5/<2/' $pkgname.cabal
+ sed -i 's/< *1.5/<2/;s/< *1.2/<2/' $pkgname.cabal
}
build() {
More information about the arch-commits
mailing list