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

2020-12-25 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, December 25, 2020 @ 21:19:12
  Author: jlichtblau
Revision: 791007

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-25 21:18:45 UTC (rev 791006)
+++ PKGBUILD2020-12-25 21:19:12 UTC (rev 791007)
@@ -1,32 +0,0 @@
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: speps 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-pkgname=wxsqlite3
-pkgver=4.6.2
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('x86_64')
-url="https://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=('8af53b86b4b3c34bb44c474c77f57dc2c70ef7fcd736982532d30c09a791ea7b')
-
-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 791006, 
wxsqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-25 21:19:12 UTC (rev 791007)
@@ -0,0 +1,32 @@
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: speps 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+pkgname=wxsqlite3
+pkgver=4.6.3
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('x86_64')
+url="https://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=('35709eddd10afb82e1198a48bbb9472bea0d3090872012d301dad3144c991a27')
+
+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
+}


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

2020-12-12 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, December 12, 2020 @ 23:43:18
  Author: jlichtblau
Revision: 773691

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-12-12 23:43:11 UTC (rev 773690)
+++ PKGBUILD2020-12-12 23:43:18 UTC (rev 773691)
@@ -1,32 +0,0 @@
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: speps 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-pkgname=wxsqlite3
-pkgver=4.6.1
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('x86_64')
-url="https://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=('ff8e23dd4605b3f0f9a24cc801865f78bed913c2fadc0dd3d71edd061e90dcbe')
-
-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 773690, 
wxsqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-12-12 23:43:18 UTC (rev 773691)
@@ -0,0 +1,32 @@
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: speps 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+pkgname=wxsqlite3
+pkgver=4.6.2
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('x86_64')
+url="https://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=('8af53b86b4b3c34bb44c474c77f57dc2c70ef7fcd736982532d30c09a791ea7b')
+
+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
+}


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

2020-10-10 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, October 10, 2020 @ 13:57:04
  Author: jlichtblau
Revision: 723110

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-10-10 13:56:55 UTC (rev 723109)
+++ PKGBUILD2020-10-10 13:57:04 UTC (rev 723110)
@@ -1,32 +0,0 @@
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: speps 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-pkgname=wxsqlite3
-pkgver=4.6.0
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('x86_64')
-url="https://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=('392f1589c9d8f73f7dcc580637c2b85dcbeac4e3c379456725cfc500b6fcec2c')
-
-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 723109, 
wxsqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-10-10 13:57:04 UTC (rev 723110)
@@ -0,0 +1,32 @@
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: speps 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+pkgname=wxsqlite3
+pkgver=4.6.1
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('x86_64')
+url="https://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=('ff8e23dd4605b3f0f9a24cc801865f78bed913c2fadc0dd3d71edd061e90dcbe')
+
+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
+}


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

2020-08-22 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, August 22, 2020 @ 15:23:13
  Author: jlichtblau
Revision: 686731

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-08-22 15:23:05 UTC (rev 686730)
+++ PKGBUILD2020-08-22 15:23:13 UTC (rev 686731)
@@ -1,32 +0,0 @@
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: speps 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-pkgname=wxsqlite3
-pkgver=4.5.1
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('x86_64')
-url="https://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=('1307d55100084c0eba5d9beb8fae2254289c541ea4cf95991b32de2fb1dd7b03')
-
-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 686730, 
wxsqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-08-22 15:23:13 UTC (rev 686731)
@@ -0,0 +1,32 @@
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: speps 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+pkgname=wxsqlite3
+pkgver=4.6.0
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('x86_64')
+url="https://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=('392f1589c9d8f73f7dcc580637c2b85dcbeac4e3c379456725cfc500b6fcec2c')
+
+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
+}


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

2020-01-29 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, January 29, 2020 @ 20:17:48
  Author: jlichtblau
Revision: 559151

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-29 20:17:38 UTC (rev 559150)
+++ PKGBUILD2020-01-29 20:17:48 UTC (rev 559151)
@@ -1,32 +0,0 @@
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: speps 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-pkgname=wxsqlite3
-pkgver=4.4.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=('4cadb1f99558bdffa00090d146d78d7add24e5f2289807dbde6f816555ee57f0')
-
-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 559150, 
wxsqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-29 20:17:48 UTC (rev 559151)
@@ -0,0 +1,32 @@
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: speps 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+pkgname=wxsqlite3
+pkgver=4.5.1
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('x86_64')
+url="https://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=('1307d55100084c0eba5d9beb8fae2254289c541ea4cf95991b32de2fb1dd7b03')
+
+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
+}


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

2019-02-17 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, February 17, 2019 @ 14:07:30
  Author: jlichtblau
Revision: 434066

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2019-02-17 14:07:20 UTC (rev 434065)
+++ PKGBUILD2019-02-17 14:07:30 UTC (rev 434066)
@@ -1,32 +0,0 @@
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: speps 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-pkgname=wxsqlite3
-pkgver=4.4.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=('92ecc857e23ecc934ec08ee76eee01e03dec719e639b854f2a89370e2b9d2cd6')
-
-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 434065, 
wxsqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2019-02-17 14:07:30 UTC (rev 434066)
@@ -0,0 +1,32 @@
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: speps 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+pkgname=wxsqlite3
+pkgver=4.4.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=('4cadb1f99558bdffa00090d146d78d7add24e5f2289807dbde6f816555ee57f0')
+
+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
+}


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

2018-12-14 Thread Jaroslav Lichtblau via arch-commits
Date: Friday, December 14, 2018 @ 11:47:39
  Author: jlichtblau
Revision: 416256

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-12-14 11:47:26 UTC (rev 416255)
+++ PKGBUILD2018-12-14 11:47:39 UTC (rev 416256)
@@ -1,32 +0,0 @@
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: speps 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-pkgname=wxsqlite3
-pkgver=4.3.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=('d131f233349b6d8f447c5f30bd09287f839b44c9d273690abf733c841c5c4b1b')
-
-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 416255, 
wxsqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-12-14 11:47:39 UTC (rev 416256)
@@ -0,0 +1,32 @@
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: speps 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+pkgname=wxsqlite3
+pkgver=4.4.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=('92ecc857e23ecc934ec08ee76eee01e03dec719e639b854f2a89370e2b9d2cd6')
+
+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
+}


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

2018-11-15 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, November 15, 2018 @ 22:36:21
  Author: jlichtblau
Revision: 407785

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-15 22:36:11 UTC (rev 407784)
+++ PKGBUILD2018-11-15 22:36:21 UTC (rev 407785)
@@ -1,32 +0,0 @@
-# Maintainer : speps 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-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
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 407784, 
wxsqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-15 22:36:21 UTC (rev 407785)
@@ -0,0 +1,32 @@
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: speps 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+pkgname=wxsqlite3
+pkgver=4.3.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=('d131f233349b6d8f447c5f30bd09287f839b44c9d273690abf733c841c5c4b1b')
+
+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
+}


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

2018-10-29 Thread Jaroslav Lichtblau via arch-commits
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
===
--- PKGBUILD2018-10-29 16:56:39 UTC (rev 399457)
+++ PKGBUILD2018-10-29 16:56:52 UTC (rev 399458)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-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)
+++ PKGBUILD2018-10-29 16:56:52 UTC (rev 399458)
@@ -0,0 +1,32 @@
+# Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+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
+}


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

2018-07-14 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, July 14, 2018 @ 17:01:45
  Author: jlichtblau
Revision: 359341

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-07-14 17:00:55 UTC (rev 359340)
+++ PKGBUILD2018-07-14 17:01:45 UTC (rev 359341)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-pkgname=wxsqlite3
-pkgver=4.0.3
-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=('3bade07cff86338c5354753502ad6bef47915164f6cb3a5ebb71badeec998e51')
-
-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 359340, 
wxsqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-07-14 17:01:45 UTC (rev 359341)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+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
+}


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

2018-05-12 Thread Jaroslav Lichtblau via arch-commits
Date: Saturday, May 12, 2018 @ 09:29:36
  Author: jlichtblau
Revision: 321021

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-05-12 09:29:20 UTC (rev 321020)
+++ PKGBUILD2018-05-12 09:29:36 UTC (rev 321021)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-pkgname=wxsqlite3
-pkgver=4.0.2
-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=('c79c081dd2ddfa7a0f7ecdd9692f44a2675167287a47355851ade05f28765a19')
-
-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 321020, 
wxsqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-05-12 09:29:36 UTC (rev 321021)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+pkgname=wxsqlite3
+pkgver=4.0.3
+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=('3bade07cff86338c5354753502ad6bef47915164f6cb3a5ebb71badeec998e51')
+
+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
+}


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

2018-04-15 Thread Jaroslav Lichtblau via arch-commits
Date: Sunday, April 15, 2018 @ 13:48:15
  Author: jlichtblau
Revision: 316345

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-15 13:48:02 UTC (rev 316344)
+++ PKGBUILD2018-04-15 13:48:15 UTC (rev 316345)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-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
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 316344, 
wxsqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-15 13:48:15 UTC (rev 316345)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+pkgname=wxsqlite3
+pkgver=4.0.2
+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=('c79c081dd2ddfa7a0f7ecdd9692f44a2675167287a47355851ade05f28765a19')
+
+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
+}


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

2018-04-12 Thread Jaroslav Lichtblau via arch-commits
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
===
--- PKGBUILD2018-04-12 17:55:49 UTC (rev 316098)
+++ PKGBUILD2018-04-12 17:56:44 UTC (rev 316099)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-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)
+++ PKGBUILD2018-04-12 17:56:44 UTC (rev 316099)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+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
+}


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

2018-04-11 Thread Jaroslav Lichtblau via arch-commits
Date: Wednesday, April 11, 2018 @ 20:15:58
  Author: jlichtblau
Revision: 315772

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-04-11 20:15:46 UTC (rev 315771)
+++ PKGBUILD2018-04-11 20:15:58 UTC (rev 315772)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-pkgname=wxsqlite3
-pkgver=3.5.9
-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=('42cd64d978496d81e2e875ecdeed63abc2513c2eb810b570e6c84247a055d026')
-
-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 315771, 
wxsqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-04-11 20:15:58 UTC (rev 315772)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+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
+}


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

2018-01-25 Thread Jaroslav Lichtblau via arch-commits
Date: Thursday, January 25, 2018 @ 19:44:40
  Author: jlichtblau
Revision: 286869

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-25 19:44:24 UTC (rev 286868)
+++ PKGBUILD2018-01-25 19:44:40 UTC (rev 286869)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer : speps 
-# Maintainer : Jaroslav Lichtblau 
-# Contributor: napa3um 
-# Contributor: Scott Furry 
-
-pkgname=wxsqlite3
-pkgver=3.5.8
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' '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=('a11cd8cc1ff7e53c8560cf5b4537650ee878bf6bd710bfdd93791fd9f21fb6ff')
-
-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/LICENSE
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 286868, 
wxsqlite3/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-25 19:44:40 UTC (rev 286869)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer : speps 
+# Maintainer : Jaroslav Lichtblau 
+# Contributor: napa3um 
+# Contributor: Scott Furry 
+
+pkgname=wxsqlite3
+pkgver=3.5.9
+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=('42cd64d978496d81e2e875ecdeed63abc2513c2eb810b570e6c84247a055d026')
+
+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
+}