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

Fabio Castelli muflone at archlinux.org
Fri May 1 19:58:12 UTC 2020


    Date: Friday, May 1, 2020 @ 19:58:10
  Author: muflone
Revision: 624249

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-01 19:57:55 UTC (rev 624248)
+++ PKGBUILD	2020-05-01 19:58:10 UTC (rev 624249)
@@ -1,25 +0,0 @@
-# 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"
-}

Copied: xca/repos/community-x86_64/PKGBUILD (from rev 624248, xca/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-01 19:58:10 UTC (rev 624249)
@@ -0,0 +1,25 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Andrea Zucchelli <zukka77 at gmail.com>
+
+pkgname=xca
+pkgver=2.3.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=('35522aa308e1022a739f3255f13fcf63f481000f9b7411027a009a185e33ddceeb5cf9b55406a4899d2393c7e5ace10354ff24b3b2b0c3045d110f679756b0b8')
+
+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