Date: Monday, January 2, 2017 @ 18:08:53
  Author: jlichtblau
Revision: 204354

upgpkg: wxsqlite3 3.4.1-2 - FS#49035 fix

Modified:
  wxsqlite3/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2017-01-02 18:08:50 UTC (rev 204353)
+++ PKGBUILD    2017-01-02 18:08:53 UTC (rev 204354)
@@ -2,10 +2,11 @@
 # Maintainer : speps <speps at aur dot archlinux dot org>
 # Maintainer : Jaroslav Lichtblau <[email protected]>
 # Contributor: napa3um <[email protected]>
+# Contributor: Scott Furry <[email protected]>
 
 pkgname=wxsqlite3
 pkgver=3.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('i686' 'x86_64')
 url=" http://utelle.github.io/wxsqlite3";
@@ -30,6 +31,9 @@
   cd $pkgname-$pkgver
   make DESTDIR="${pkgdir}" install
 
-  # license
+# license
   install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+
+# FS#49035 fix
+  install -Dm644 $pkgname.pc "${pkgdir}"/usr/lib/pkgconfig/$pkgname.pc
 }

Reply via email to