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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Jan 2 18:08:53 UTC 2017


    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 <svetlemodry at archlinux.org>
 # Contributor: napa3um <napa3um at gmail.com>
+# Contributor: Scott Furry <scott.wl.furry at gmail.com>
 
 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
 }



More information about the arch-commits mailing list