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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Oct 11 12:39:06 UTC 2020


    Date: Sunday, October 11, 2020 @ 12:39:06
  Author: jlichtblau
Revision: 723473

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-11 12:38:57 UTC (rev 723472)
+++ PKGBUILD	2020-10-11 12:39:06 UTC (rev 723473)
@@ -1,34 +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.3.0
-_verid=319
-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/$_verid/$pkgname-$pkgver.tar.gz"
-        https://www.aquamaniac.de/rdm/attachments/download/318/$pkgname-$pkgver.tar.gz.asc)
-sha256sums=('3aec5982f5e136761863f4b6b12bbb4cd26b8ffb5f7553b58a48f72b6a4344a9'
-            '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 723472, gwenhywfar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-11 12:39:06 UTC (rev 723473)
@@ -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.4.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/344/$pkgname-$pkgver.tar.gz
+        https://www.aquamaniac.de/rdm/attachments/download/343/$pkgname-$pkgver.tar.gz.asc)
+sha256sums=('fbfd403410e3c1cf7e2957738cf51c6a01ceeec6ab4d2f546512c255d3c08a9b'
+            '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