[arch-commits] Commit in gwenhywfar/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Fri Feb 7 16:37:27 UTC 2020
Date: Friday, February 7, 2020 @ 16:37:26
Author: jlichtblau
Revision: 563740
archrelease: copy trunk to community-x86_64
Added:
gwenhywfar/repos/community-x86_64/PKGBUILD
(from rev 563739, gwenhywfar/trunk/PKGBUILD)
Deleted:
gwenhywfar/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-02-07 16:37:18 UTC (rev 563739)
+++ PKGBUILD 2020-02-07 16:37:26 UTC (rev 563740)
@@ -1,32 +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.1.2
-_verid=234
-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")
-sha256sums=('e2eae2a50e83512664216230caebafbc170c5806a6f0130b00e44f2b6a5a5441')
-#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 563739, gwenhywfar/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-02-07 16:37:26 UTC (rev 563740)
@@ -0,0 +1,32 @@
+# 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.1.3
+_verid=242
+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")
+sha256sums=('19b4f80994db8e00812879f908b33195d61b807dbe7cd8dc3dd0104f524b5976')
+#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