[arch-commits] Commit in wxsqlite3/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sat Oct 10 13:57:05 UTC 2020
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
===================================================================
--- PKGBUILD 2020-10-10 13:56:55 UTC (rev 723109)
+++ PKGBUILD 2020-10-10 13:57:04 UTC (rev 723110)
@@ -1,32 +0,0 @@
-# Maintainer : Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: napa3um <napa3um at gmail.com>
-# Contributor: Scott Furry <scott.wl.furry at gmail.com>
-
-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)
+++ PKGBUILD 2020-10-10 13:57:04 UTC (rev 723110)
@@ -0,0 +1,32 @@
+# Maintainer : Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: napa3um <napa3um at gmail.com>
+# Contributor: Scott Furry <scott.wl.furry at gmail.com>
+
+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
+}
More information about the arch-commits
mailing list