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

Fabio Castelli muflone at archlinux.org
Sun Mar 29 22:00:53 UTC 2020


    Date: Sunday, March 29, 2020 @ 22:00:53
  Author: muflone
Revision: 606521

archrelease: copy trunk to community-x86_64

Added:
  xca/repos/community-x86_64/PKGBUILD
    (from rev 606520, xca/trunk/PKGBUILD)
Deleted:
  xca/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-29 22:00:27 UTC (rev 606520)
+++ PKGBUILD	2020-03-29 22:00:53 UTC (rev 606521)
@@ -1,25 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
-
-pkgname=xca
-pkgver=2.2.0
-pkgrel=1
-pkgdesc='Graphical user interface to OpenSSL, RSA/DSA public keys, certificates, signing requests and revokation lists'
-arch=('x86_64')
-url='https://hohnstaedt.de/xca/'
-license=('BSD')
-depends=('qt5-tools' 'libltdl' 'desktop-file-utils' 'gtk-update-icon-cache')
-source=("https://github.com/chris2511/${pkgname}/releases/download/RELEASE.${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('a0506364820145b3bcef3241538346ab6f4ba0deffb9893c605c22445c4b5a3c83cb9a277db3753beb916498120d2a668b88ef7f4aa349065c092a3d5f87d03a')
-
-build () {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --sysconfdir=/etc --with-openssl
-  sed -i  -r 's/(^LDFLAGS.*$)/LDFLAGS='"'"'-lstdc++'"'"'/' Local.mak
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install destdir="${pkgdir}"
-  install -m 644 -D COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
-}

Copied: xca/repos/community-x86_64/PKGBUILD (from rev 606520, xca/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-29 22:00:53 UTC (rev 606521)
@@ -0,0 +1,25 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
+
+pkgname=xca
+pkgver=2.2.1
+pkgrel=1
+pkgdesc='Graphical user interface to OpenSSL, RSA/DSA public keys, certificates, signing requests and revokation lists'
+arch=('x86_64')
+url='https://hohnstaedt.de/xca/'
+license=('BSD')
+depends=('qt5-tools' 'libltdl' 'desktop-file-utils' 'gtk-update-icon-cache')
+source=("https://github.com/chris2511/${pkgname}/releases/download/RELEASE.${pkgver}/${pkgname}-${pkgver}.tar.gz")
+sha512sums=('90eaf4a859779d57a4c0201dc403d67e005bd540145b9f543e13b8d5c42199f2ea05543de24b071d19a0db8e5b1e9f3bef2aea4bfe9f71f81007a5f5bb3ba406')
+
+build () {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --sysconfdir=/etc --with-openssl
+  sed -i  -r 's/(^LDFLAGS.*$)/LDFLAGS='"'"'-lstdc++'"'"'/' Local.mak
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install destdir="${pkgdir}"
+  install -m 644 -D COPYRIGHT "${pkgdir}/usr/share/licenses/${pkgname}/COPYRIGHT"
+}



More information about the arch-commits mailing list