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

Felix Yan felixonmars at archlinux.org
Sat Mar 21 19:44:59 UTC 2020


    Date: Saturday, March 21, 2020 @ 19:44:58
  Author: felixonmars
Revision: 603058

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-21 19:44:42 UTC (rev 603057)
+++ PKGBUILD	2020-03-21 19:44:58 UTC (rev 603058)
@@ -1,25 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
-
-pkgname=xca
-pkgver=2.1.2
-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")
-sha256sums=('fc845470a02b0b4534b46590be307f784662071fc412fdcad605c3bce901fe05')
-
-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 603057, xca/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-03-21 19:44:58 UTC (rev 603058)
@@ -0,0 +1,25 @@
+# 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"
+}



More information about the arch-commits mailing list