Date: Wednesday, November 9, 2022 @ 19:56:43
Author: jlichtblau
Revision: 1346255
archrelease: copy trunk to community-x86_64
Added:
wxsqlite3/repos/community-x86_64/PKGBUILD
(from rev 1346254, wxsqlite3/trunk/PKGBUILD)
Deleted:
wxsqlite3/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-11-09 19:56:36 UTC (rev 1346254)
+++ PKGBUILD 2022-11-09 19:56:43 UTC (rev 1346255)
@@ -1,32 +0,0 @@
-# Maintainer : Jaroslav Lichtblau <[email protected]>
-# Contributor: speps <speps at aur dot archlinux dot org>
-# Contributor: napa3um <[email protected]>
-# Contributor: Scott Furry <[email protected]>
-
-pkgname=wxsqlite3
-pkgver=4.8.2
-pkgrel=1
-pkgdesc="wxWidgets wrapper for SQLite3"
-arch=('x86_64')
-url="https://utelle.github.io/wxsqlite3"
-license=('custom:LGPL-3.0+ with WxWindows-exception-3.1')
-depends=('wxwidgets-gtk3')
-source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
-sha256sums=('8992dff294e6f1bed72cf15b7d5e6f91266778f899e7dd68511b8fd09389bfd2')
-
-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/LICENCE
-}
Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 1346254,
wxsqlite3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-11-09 19:56:43 UTC (rev 1346255)
@@ -0,0 +1,32 @@
+# Maintainer : Jaroslav Lichtblau <[email protected]>
+# Contributor: speps <speps at aur dot archlinux dot org>
+# Contributor: napa3um <[email protected]>
+# Contributor: Scott Furry <[email protected]>
+
+pkgname=wxsqlite3
+pkgver=4.9.0
+pkgrel=1
+pkgdesc="wxWidgets wrapper for SQLite3"
+arch=('x86_64')
+url="https://utelle.github.io/wxsqlite3"
+license=('custom:LGPL-3.0+ with WxWindows-exception-3.1')
+depends=('wxwidgets-gtk3')
+source=($pkgname-$pkgver.tar.gz::https://github.com/utelle/$pkgname/archive/v$pkgver.tar.gz)
+sha256sums=('d8c0a35c790093ad72c5c458e9c4ae802243e23e599e9871b0542bea1c96ff59')
+
+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/LICENCE
+}