Date: Tuesday, December 6, 2022 @ 17:29:09
  Author: jlichtblau
Revision: 1356832

archrelease: copy trunk to community-x86_64

Added:
  wxsqlite3/repos/community-x86_64/PKGBUILD
    (from rev 1356831, wxsqlite3/trunk/PKGBUILD)
Deleted:
  wxsqlite3/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 32 insertions(+), 32 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2022-12-06 17:28:59 UTC (rev 1356831)
+++ PKGBUILD    2022-12-06 17:29:09 UTC (rev 1356832)
@@ -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.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
-}

Copied: wxsqlite3/repos/community-x86_64/PKGBUILD (from rev 1356831, 
wxsqlite3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2022-12-06 17:29:09 UTC (rev 1356832)
@@ -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.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
+}

Reply via email to