Date: Wednesday, May 10, 2023 @ 21:07:17
Author: arojas
Revision: 1459834
archrelease: copy trunk to community-x86_64
Added:
wxsqlite3/repos/community-x86_64/PKGBUILD
(from rev 1459833, wxsqlite3/trunk/PKGBUILD)
Deleted:
wxsqlite3/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-10 21:07:07 UTC (rev 1459833)
+++ PKGBUILD 2023-05-10 21:07:17 UTC (rev 1459834)
@@ -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.9.1
-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=('50492bced88b18d11469373dc0401410304d0818065926c8c70a7fb06f39fe4a')
-
-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 1459833,
wxsqlite3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-10 21:07:17 UTC (rev 1459834)
@@ -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.3
+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=('af6815e5ff1a118d23ecc3b7f103357b44f067938641d2a4c4b64bc2a388d8cb')
+
+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
+}