[arch-commits] Commit in wxsqlite3/repos (4 files)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Feb 27 09:08:29 UTC 2016


    Date: Saturday, February 27, 2016 @ 10:08:28
  Author: jlichtblau
Revision: 163585

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-02-27 09:08:10 UTC (rev 163584)
+++ community-i686/PKGBUILD	2016-02-27 09:08:28 UTC (rev 163585)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: napa3um <napa3um at gmail.com>
-
-pkgname=wxsqlite3
-pkgver=3.2.1
-pkgrel=2
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url="http://wxcode.sourceforge.net/components/wxsqlite3/"
-license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite3')
-source=("http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz")
-md5sums=('2ac2508d05901a8a8e9de9915ed7a7f9')
-
-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 163584, wxsqlite3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-27 09:08:28 UTC (rev 163585)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Maintainer : Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: napa3um <napa3um at gmail.com>
+
+pkgname=wxsqlite3
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url=" http://utelle.github.io/wxsqlite3"
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite3')
+source=(https://github.com/utelle/wxsqlite3/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('49321511fc62b613a931524e875e4b8da71766a946b7f0461e367d7085da3a66')
+
+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-02-27 09:08:10 UTC (rev 163584)
+++ community-x86_64/PKGBUILD	2016-02-27 09:08:28 UTC (rev 163585)
@@ -1,29 +0,0 @@
-# $Id$
-# Maintainer : speps <speps at aur dot archlinux dot org>
-# Contributor: napa3um <napa3um at gmail.com>
-
-pkgname=wxsqlite3
-pkgver=3.2.1
-pkgrel=2
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url="http://wxcode.sourceforge.net/components/wxsqlite3/"
-license=('custom:wxWindows')
-depends=('wxgtk' 'sqlite3')
-source=("http://downloads.sourceforge.net/wxcode/$pkgname-$pkgver.tar.gz")
-md5sums=('2ac2508d05901a8a8e9de9915ed7a7f9')
-
-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 163584, wxsqlite3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-27 09:08:28 UTC (rev 163585)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer : speps <speps at aur dot archlinux dot org>
+# Maintainer : Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: napa3um <napa3um at gmail.com>
+
+pkgname=wxsqlite3
+pkgver=3.3.0
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url=" http://utelle.github.io/wxsqlite3"
+license=('custom:wxWindows')
+depends=('wxgtk' 'sqlite3')
+source=(https://github.com/utelle/wxsqlite3/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
+sha256sums=('49321511fc62b613a931524e875e4b8da71766a946b7f0461e367d7085da3a66')
+
+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"
+}



More information about the arch-commits mailing list