[arch-commits] Commit in wxsqlite3/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Oct 29 16:56:52 UTC 2018


    Date: Monday, October 29, 2018 @ 16:56:52
  Author: jlichtblau
Revision: 399458

archrelease: copy trunk to community-x86_64

Added:
  wxsqlite3/repos/community-x86_64/PKGBUILD
    (from rev 399457, wxsqlite3/trunk/PKGBUILD)
Deleted:
  wxsqlite3/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   65 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-29 16:56:39 UTC (rev 399457)
+++ PKGBUILD	2018-10-29 16:56:52 UTC (rev 399458)
@@ -1,33 +0,0 @@
-# $Id$
-# 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=4.0.4
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('x86_64')
-url="http://utelle.github.io/wxsqlite3"
-license=('custom:wxWindows')
-depends=('wxgtk3')
-source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('7c21540baac8ad0e97873b78103a9d495165091cfee77c5e2ad5c6257ec59727')
-
-build() {
-  cd $pkgname-$pkgver
-
-  autoreconf
-  ./configure --with-wx-config=/usr/bin/wx-config-gtk3 --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR="${pkgdir}" install
-
-# license
-  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENCE
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 399457, wxsqlite3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-10-29 16:56:52 UTC (rev 399458)
@@ -0,0 +1,32 @@
+# 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=4.2.0
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('x86_64')
+url="http://utelle.github.io/wxsqlite3"
+license=('custom:wxWindows')
+depends=('wxgtk3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('eb6db7df64e050c4ead2740bca3e99d29f02c44086a455ee9bc0cace05f126f3')
+
+build() {
+  cd $pkgname-$pkgver
+
+  autoreconf
+  ./configure --with-wx-config=/usr/bin/wx-config-gtk3 --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="${pkgdir}" install
+
+# license
+  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENCE
+}



More information about the arch-commits mailing list