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

Jaroslav Lichtblau jlichtblau at gemini.archlinux.org
Fri Feb 11 18:01:00 UTC 2022


    Date: Friday, February 11, 2022 @ 18:00:59
  Author: jlichtblau
Revision: 1132072

archrelease: copy trunk to community-x86_64

Added:
  gwenhywfar/repos/community-x86_64/PKGBUILD
    (from rev 1132071, gwenhywfar/trunk/PKGBUILD)
Deleted:
  gwenhywfar/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-11 18:00:54 UTC (rev 1132071)
+++ PKGBUILD	2022-02-11 18:00:59 UTC (rev 1132072)
@@ -1,33 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: William Rea <sillywilly at gmail.com>
-
-pkgname=gwenhywfar
-pkgver=5.6.0
-pkgrel=1
-pkgdesc="OS abstraction functions for various projects"
-arch=('x86_64')
-url="https://www.aquamaniac.de/"
-license=('LGPL')
-depends=('gnutls' 'libgcrypt' 'openssl')
-makedepends=('git' 'gtk3' 'qt5-base')
-optdepends=('gtk3: for the GTK3 UI'
-            'qt5-base: for the Qt5 UI')
-source=(https://www.aquamaniac.de/rdm/attachments/download/364/$pkgname-$pkgver.tar.gz
-        https://www.aquamaniac.de/rdm/attachments/download/363/$pkgname-$pkgver.tar.gz.asc)
-sha256sums=('57af46920991290372752164f9a7518b222f99bca2ef39c77deab57d14914bc7'
-            'SKIP')
-validpgpkeys=(42400AF5EB2A17F0A69BB551E9899D784A977416) # AqBanking Package Key <packages at aqbanking.de>
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr --sysconfdir=/etc --enable-system-certs --with-guis="gtk3 qt5"
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="${pkgdir}" install
-}

Copied: gwenhywfar/repos/community-x86_64/PKGBUILD (from rev 1132071, gwenhywfar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-11 18:00:59 UTC (rev 1132072)
@@ -0,0 +1,33 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=gwenhywfar
+pkgver=5.7.1
+pkgrel=1
+pkgdesc="OS abstraction functions for various projects"
+arch=('x86_64')
+url="https://www.aquamaniac.de/"
+license=('LGPL')
+depends=('gnutls' 'libgcrypt' 'openssl')
+makedepends=('git' 'gtk3' 'qt5-base')
+optdepends=('gtk3: for the GTK3 UI'
+            'qt5-base: for the Qt5 UI')
+source=(https://www.aquamaniac.de/rdm/attachments/download/377/$pkgname-$pkgver.tar.gz
+        https://www.aquamaniac.de/rdm/attachments/download/376/$pkgname-$pkgver.tar.gz.asc)
+sha256sums=('6b169663f3708c567717273bdd8e3b48b871f31ce73759d594dad7e9cc3114d1'
+            'SKIP')
+validpgpkeys=(42400AF5EB2A17F0A69BB551E9899D784A977416) # AqBanking Package Key <packages at aqbanking.de>
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr --sysconfdir=/etc --enable-system-certs --with-guis="gtk3 qt5"
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list