[arch-commits] Commit in wxsqlite3/repos/community-x86_64 (PKGBUILD PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Mon Apr 5 17:49:34 UTC 2021


    Date: Monday, April 5, 2021 @ 17:49:34
  Author: jlichtblau
Revision: 911902

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-05 17:49:23 UTC (rev 911901)
+++ PKGBUILD	2021-04-05 17:49:34 UTC (rev 911902)
@@ -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.4
-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=('0c9e855a56b4c81e58c4fc3f0475c7848a274b3bbc73b86a0897d46b7986be13')
-
-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 911901, wxsqlite3/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-04-05 17:49:34 UTC (rev 911902)
@@ -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.8
+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=('3217bbdc6a387e2cea7bea8151fea74bd7ee9d22aad88487cf4e4065c7031c4b')
+
+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