[arch-commits] Commit in gwenhywfar/trunk (PKGBUILD)

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun Oct 11 12:38:57 UTC 2020


    Date: Sunday, October 11, 2020 @ 12:38:57
  Author: jlichtblau
Revision: 723472

upgpkg: gwenhywfar 5.4.1-1 - new upstream release

Modified:
  gwenhywfar/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-11 12:05:38 UTC (rev 723471)
+++ PKGBUILD	2020-10-11 12:38:57 UTC (rev 723472)
@@ -4,20 +4,19 @@
 # Contributor: William Rea <sillywilly at gmail.com>
 
 pkgname=gwenhywfar
-pkgver=5.3.0
-_verid=319
+pkgver=5.4.1
 pkgrel=1
 pkgdesc="OS abstraction functions for various projects"
-arch=(x86_64)
+arch=('x86_64')
 url="https://www.aquamaniac.de/"
-license=(LGPL)
-depends=(gnutls libgcrypt openssl)
-makedepends=(git gtk3 qt5-base)
+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'
+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>
 
@@ -30,5 +29,5 @@
 
 package() {
   cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
+  make DESTDIR="${pkgdir}" install
 }



More information about the arch-commits mailing list