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

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Feb 20 19:00:59 UTC 2017


    Date: Monday, February 20, 2017 @ 19:00:58
  Author: jlichtblau
Revision: 213207

upgpkg: wxsqlite3 3.5.1-1 - new upstream release

Modified:
  wxsqlite3/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++-----------
 1 file changed, 7 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-20 18:16:28 UTC (rev 213206)
+++ PKGBUILD	2017-02-20 19:00:58 UTC (rev 213207)
@@ -5,24 +5,20 @@
 # Contributor: Scott Furry <scott.wl.furry at gmail.com>
 
 pkgname=wxsqlite3
-pkgver=3.4.1
-pkgrel=2
+pkgver=3.5.1
+pkgrel=1
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('i686' 'x86_64')
-url=" http://utelle.github.io/wxsqlite3"
+url="http://utelle.github.io/wxsqlite3"
 license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite')
+depends=('wxgtk')
 source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('0070eff9c7d2b2c2b1e6223c364c7027168667c0752eca60e0fa5640db3f9cb9')
+sha256sums=('132ec5881001e48bc36e371e6e5061ba17b77e68478837cdaea8bf27622f60ca')
 
-prepare() {
-  cd $pkgname-$pkgver
-  ln -s build30 build
-}
-
 build() {
   cd $pkgname-$pkgver
 
+  autoreconf
   ./configure --prefix=/usr
   make
 }
@@ -29,11 +25,11 @@
 
 package() {
   cd $pkgname-$pkgver
+
   make DESTDIR="${pkgdir}" install
 
 # 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