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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sat Mar 13 13:04:51 UTC 2021


    Date: Saturday, March 13, 2021 @ 13:04:51
  Author: jlichtblau
Revision: 890234

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-13 13:04:41 UTC (rev 890233)
+++ PKGBUILD	2021-03-13 13:04:51 UTC (rev 890234)
@@ -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.5.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/352/$pkgname-$pkgver.tar.gz
-        https://www.aquamaniac.de/rdm/attachments/download/351/$pkgname-$pkgver.tar.gz.asc)
-sha256sums=('70daec07a13fb02db83cd4e29f32086794cdef73ad8ae523d64cfa3c1faffe17'
-            '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 890233, gwenhywfar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-13 13:04:51 UTC (rev 890234)
@@ -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.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
+}



More information about the arch-commits mailing list