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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Apr 10 16:25:48 UTC 2016


    Date: Sunday, April 10, 2016 @ 18:25:48
  Author: jlichtblau
Revision: 170118

upgpkg: wxsqlite3 3.3.1-1 - new upstream release

Modified:
  wxsqlite3/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-10 16:21:17 UTC (rev 170117)
+++ PKGBUILD	2016-04-10 16:25:48 UTC (rev 170118)
@@ -4,15 +4,15 @@
 # Contributor: napa3um <napa3um at gmail.com>
 
 pkgname=wxsqlite3
-pkgver=3.3.0
+pkgver=3.3.1
 pkgrel=1
 pkgdesc="wxWidgets wrapper for SQLite3"
 arch=('i686' 'x86_64')
 url=" http://utelle.github.io/wxsqlite3"
 license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite3')
+depends=('wxgtk' 'sqlite')
 source=(https://github.com/utelle/wxsqlite3/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('49321511fc62b613a931524e875e4b8da71766a946b7f0461e367d7085da3a66')
+sha256sums=('9e947b5920dd6de4d4effd3c9b86c328cff444bb0fbc20255c60372bc47965ff')
 
 build() {
   cd $pkgname-$pkgver
@@ -22,9 +22,8 @@
 
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
+  make DESTDIR="${pkgdir}" install
 
   # license
-  install -Dm644 LICENCE.txt \
-    "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
 }



More information about the arch-commits mailing list