[arch-commits] Commit in postgrest/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Tue Mar 12 09:15:23 UTC 2019
Date: Tuesday, March 12, 2019 @ 09:15:23
Author: felixonmars
Revision: 440609
upgpkg: postgrest 5.2.0-20
rebuild with Ranged-sets 0.4.0
Modified:
postgrest/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-12 09:12:00 UTC (rev 440608)
+++ PKGBUILD 2019-03-12 09:15:23 UTC (rev 440609)
@@ -3,7 +3,7 @@
pkgname=postgrest
pkgver=5.2.0
-pkgrel=19
+pkgrel=20
pkgdesc="REST API for any Postgres database"
url="https://github.com/begriffs/postgrest"
license=("MIT")
@@ -27,7 +27,7 @@
prepare() {
cd $pkgname-$pkgver
- sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' $pkgname.cabal
+ sed -i -e 's/==/>=/' -e 's/< *4.10/<5/' -e 's/== 0.3.0/>= 0.3.0/' $pkgname.cabal
}
build() {
More information about the arch-commits
mailing list