Date: Saturday, August 13, 2016 @ 20:59:48
  Author: jlichtblau
Revision: 186714

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   70 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   29 ------------------
 community-x86_64/PKGBUILD |   29 ------------------
 3 files changed, 70 insertions(+), 58 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD     2016-08-13 20:59:28 UTC (rev 186713)
+++ community-i686/PKGBUILD     2016-08-13 20:59:48 UTC (rev 186714)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Maintainer : Jaroslav Lichtblau <svetlemo...@archlinux.org>
-# Contributor: napa3um <napa...@gmail.com>
-
-pkgname=wxsqlite3
-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' 'sqlite')
-source=(https://github.com/utelle/wxsqlite3/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('9e947b5920dd6de4d4effd3c9b86c328cff444bb0fbc20255c60372bc47965ff')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  # license
-  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wxsqlite3/repos/community-i686/PKGBUILD (from rev 186713, 
wxsqlite3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2016-08-13 20:59:48 UTC (rev 186714)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Maintainer : Jaroslav Lichtblau <svetlemo...@archlinux.org>
+# Contributor: napa3um <napa...@gmail.com>
+
+pkgname=wxsqlite3
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url=" http://utelle.github.io/wxsqlite3";
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('484f42be7d828f446e8d4d7ed472a18e55e9b4c77dc74e3ea23de545f0b59270')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ln -s build30 build
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  # license
+  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD   2016-08-13 20:59:28 UTC (rev 186713)
+++ community-x86_64/PKGBUILD   2016-08-13 20:59:48 UTC (rev 186714)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Maintainer : Jaroslav Lichtblau <svetlemo...@archlinux.org>
-# Contributor: napa3um <napa...@gmail.com>
-
-pkgname=wxsqlite3
-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' 'sqlite')
-source=(https://github.com/utelle/wxsqlite3/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('9e947b5920dd6de4d4effd3c9b86c328cff444bb0fbc20255c60372bc47965ff')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-
-  # license
-  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 186713, 
wxsqlite3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2016-08-13 20:59:48 UTC (rev 186714)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Maintainer : Jaroslav Lichtblau <svetlemo...@archlinux.org>
+# Contributor: napa3um <napa...@gmail.com>
+
+pkgname=wxsqlite3
+pkgver=3.4.0
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url=" http://utelle.github.io/wxsqlite3";
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('484f42be7d828f446e8d4d7ed472a18e55e9b4c77dc74e3ea23de545f0b59270')
+
+prepare() {
+  cd $pkgname-$pkgver
+  ln -s build30 build
+}
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+
+  # license
+  install -Dm644 LICENCE.txt "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to