Date: Thursday, October 6, 2022 @ 20:30:50
  Author: felixonmars
Revision: 1323078

upgpkg: pg-safeupdate 1.4-2: fix pkgdesc

Modified:
  pg-safeupdate/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2022-10-06 20:30:24 UTC (rev 1323077)
+++ PKGBUILD    2022-10-06 20:30:50 UTC (rev 1323078)
@@ -2,8 +2,8 @@
 
 pkgname=pg-safeupdate
 pkgver=1.4
-pkgrel=1
-pkgdesc="A small library to handle arbitrary precision floating point numbers"
+pkgrel=2
+pkgdesc="A simple extension to PostgreSQL that requires criteria for UPDATE 
and DELETE"
 arch=('x86_64')
 url="https://github.com/eradman/pg-safeupdate";
 license=('ISC')

Reply via email to