[arch-commits] Commit in wxsqlite3/repos (4 files)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Mon Apr 3 19:46:27 UTC 2017
Date: Monday, April 3, 2017 @ 19:46:26
Author: jlichtblau
Revision: 220441
archrelease: copy trunk to community-i686, community-x86_64
Added:
wxsqlite3/repos/community-i686/PKGBUILD
(from rev 220440, wxsqlite3/trunk/PKGBUILD)
wxsqlite3/repos/community-x86_64/PKGBUILD
(from rev 220440, wxsqlite3/trunk/PKGBUILD)
Deleted:
wxsqlite3/repos/community-i686/PKGBUILD
wxsqlite3/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 66 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 33 ----------------------
community-x86_64/PKGBUILD | 33 ----------------------
3 files changed, 66 insertions(+), 66 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2017-04-03 19:45:53 UTC (rev 220440)
+++ community-i686/PKGBUILD 2017-04-03 19:46:26 UTC (rev 220441)
@@ -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=3.5.2
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url="http://utelle.github.io/wxsqlite3"
-license=('custom:wxWindows')
-depends=('wxgtk')
-source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('d83e5b91b6ebe58c60f12e622c29c27df4df58c0d502c9ba39b21b5934cdffd2')
-
-build() {
- cd $pkgname-$pkgver
-
- autoreconf
- ./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 220440, wxsqlite3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-04-03 19:46:26 UTC (rev 220441)
@@ -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=3.5.3
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url="http://utelle.github.io/wxsqlite3"
+license=('custom:wxWindows')
+depends=('wxgtk')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('4a538b20cb694b821fe842b17bcb9ee0f5a2c666ff12c33d77c6d5abce2e1118')
+
+build() {
+ cd $pkgname-$pkgver
+
+ autoreconf
+ ./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 2017-04-03 19:45:53 UTC (rev 220440)
+++ community-x86_64/PKGBUILD 2017-04-03 19:46:26 UTC (rev 220441)
@@ -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=3.5.2
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('i686' 'x86_64')
-url="http://utelle.github.io/wxsqlite3"
-license=('custom:wxWindows')
-depends=('wxgtk')
-source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('d83e5b91b6ebe58c60f12e622c29c27df4df58c0d502c9ba39b21b5934cdffd2')
-
-build() {
- cd $pkgname-$pkgver
-
- autoreconf
- ./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 220440, wxsqlite3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2017-04-03 19:46:26 UTC (rev 220441)
@@ -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=3.5.3
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('i686' 'x86_64')
+url="http://utelle.github.io/wxsqlite3"
+license=('custom:wxWindows')
+depends=('wxgtk')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('4a538b20cb694b821fe842b17bcb9ee0f5a2c666ff12c33d77c6d5abce2e1118')
+
+build() {
+ cd $pkgname-$pkgver
+
+ autoreconf
+ ./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