[arch-commits] Commit in postgresql/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Sep 14 10:31:44 UTC 2013


    Date: Saturday, September 14, 2013 @ 12:31:44
  Author: bpiotrowski
Revision: 194348

upgpkg: postgresql 9.3.0-3

- include pg_config_ext.h in postgresql-libs (FS#36916)

Modified:
  postgresql/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-09-14 08:19:54 UTC (rev 194347)
+++ PKGBUILD	2013-09-14 10:31:44 UTC (rev 194348)
@@ -5,7 +5,7 @@
 pkgname=('postgresql-libs' 'postgresql-docs' 'postgresql')
 pkgver=9.3.0
 _majorver=${pkgver%.*}
-pkgrel=2
+pkgrel=3
 arch=('i686' 'x86_64')
 url="http://www.postgresql.org/"
 license=('custom:PostgreSQL')
@@ -81,6 +81,7 @@
   # these headers are needed by the public headers of the interfaces
   install -m644 pg_config.h "${pkgdir}/usr/include/"
   install -m644 pg_config_os.h "${pkgdir}/usr/include/"
+  install -m644 pg_config_ext.h "${pkgdir}/usr/include/"
   install -m644 postgres_ext.h "${pkgdir}/usr/include/"
   install -m644 libpq/libpq-fs.h "${pkgdir}/usr/include/libpq/"
   install -m644 pg_config_manual.h "${pkgdir}/usr/include/"




More information about the arch-commits mailing list