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

Jaroslav Lichtblau jlichtblau at archlinux.org
Thu Apr 12 17:56:45 UTC 2018


    Date: Thursday, April 12, 2018 @ 17:56:44
  Author: jlichtblau
Revision: 316099

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-12 17:55:49 UTC (rev 316098)
+++ PKGBUILD	2018-04-12 17:56:44 UTC (rev 316099)
@@ -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.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=('3a3e8c89a119d5c4145fb9e5c933aeb04b78868997009cc5b78c44bc13d243b5')
-
-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 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 316098, wxsqlite3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-12 17:56:44 UTC (rev 316099)
@@ -0,0 +1,33 @@
+# $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.1
+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=('77b075b126c1c7c2b6cce2ae1108243a9f63893fac4261213de5fb061bef9c60')
+
+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 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list