[arch-commits] Commit in wxsqlite3/repos (4 files)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Oct 22 14:01:58 UTC 2016
Date: Saturday, October 22, 2016 @ 14:01:57
Author: jlichtblau
Revision: 192969
archrelease: copy trunk to community-i686, community-x86_64
Added:
wxsqlite3/repos/community-i686/PKGBUILD
(from rev 192968, wxsqlite3/trunk/PKGBUILD)
wxsqlite3/repos/community-x86_64/PKGBUILD
(from rev 192968, wxsqlite3/trunk/PKGBUILD)
Deleted:
wxsqlite3/repos/community-i686/PKGBUILD
wxsqlite3/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 70 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 35 ----------------------
community-x86_64/PKGBUILD | 35 ----------------------
3 files changed, 70 insertions(+), 70 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-10-22 14:01:47 UTC (rev 192968)
+++ community-i686/PKGBUILD 2016-10-22 14:01:57 UTC (rev 192969)
@@ -1,35 +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>
-
-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
-}
Copied: wxsqlite3/repos/community-i686/PKGBUILD (from rev 192968, wxsqlite3/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-10-22 14:01:57 UTC (rev 192969)
@@ -0,0 +1,35 @@
+# $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.4.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=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('0070eff9c7d2b2c2b1e6223c364c7027168667c0752eca60e0fa5640db3f9cb9')
+
+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-10-22 14:01:47 UTC (rev 192968)
+++ community-x86_64/PKGBUILD 2016-10-22 14:01:57 UTC (rev 192969)
@@ -1,35 +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>
-
-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
-}
Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 192968, wxsqlite3/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-10-22 14:01:57 UTC (rev 192969)
@@ -0,0 +1,35 @@
+# $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.4.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=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('0070eff9c7d2b2c2b1e6223c364c7027168667c0752eca60e0fa5640db3f9cb9')
+
+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
+}
More information about the arch-commits
mailing list