[arch-commits] Commit in libksba/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-08-30 Thread Evangelos Foutras via arch-commits
Date: Sunday, August 30, 2020 @ 11:02:27
  Author: foutrelis
Revision: 394974

archrelease: copy trunk to testing-x86_64

Added:
  libksba/repos/testing-x86_64/
  libksba/repos/testing-x86_64/PKGBUILD
(from rev 394973, libksba/trunk/PKGBUILD)

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: libksba/repos/testing-x86_64/PKGBUILD (from rev 394973, 
libksba/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-08-30 11:02:27 UTC (rev 394974)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Damir Perisa 
+
+pkgname=libksba
+pkgver=1.4.0
+pkgrel=2
+pkgdesc='Library for working with X.509 certificates, CMS data and related 
objects'
+url='https://www.gnupg.org/related_software/libksba/'
+license=('GPL')
+arch=('x86_64')
+depends=('bash' 'libgpg-error' 'glibc')
+source=("https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('bfe6a8e91ff0f54d8a329514db406667000cb207238eded49b599761bfca41b6'
+'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}  
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in libksba/repos (testing-x86_64 testing-x86_64/PKGBUILD)

2020-06-02 Thread Gaƫtan Bisson via arch-commits
Date: Tuesday, June 2, 2020 @ 09:56:14
  Author: bisson
Revision: 388073

archrelease: copy trunk to testing-x86_64

Added:
  libksba/repos/testing-x86_64/
  libksba/repos/testing-x86_64/PKGBUILD
(from rev 388072, libksba/trunk/PKGBUILD)

--+
 PKGBUILD |   31 +++
 1 file changed, 31 insertions(+)

Copied: libksba/repos/testing-x86_64/PKGBUILD (from rev 388072, 
libksba/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2020-06-02 09:56:14 UTC (rev 388073)
@@ -0,0 +1,31 @@
+# Maintainer: Gaetan Bisson 
+# Contributor: Damir Perisa 
+
+pkgname=libksba
+pkgver=1.4.0
+pkgrel=1
+pkgdesc='Library for working with X.509 certificates, CMS data and related 
objects'
+url='https://www.gnupg.org/related_software/libksba/'
+license=('GPL')
+arch=('x86_64')
+depends=('bash' 'libgpg-error' 'glibc')
+source=("https://www.gnupg.org/ftp/gcrypt/${pkgname}/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha256sums=('bfe6a8e91ff0f54d8a329514db406667000cb207238eded49b599761bfca41b6'
+'SKIP')
+validpgpkeys=('D8692123C4065DEA5E0F3AB5249B39D24F25E3B6') # Werner Koch
+
+build() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   ./configure --prefix=/usr
+   make
+}
+
+check() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make check
+}  
+
+package() {
+   cd "${srcdir}/${pkgname}-${pkgver}"
+   make DESTDIR="${pkgdir}" install
+}


[arch-commits] Commit in libksba/repos (testing-x86_64)

2011-08-04 Thread Tobias Powalowski
Date: Thursday, August 4, 2011 @ 02:38:30
  Author: tpowa
Revision: 134463

archrelease: remove testing-x86_64

Deleted:
  libksba/repos/testing-x86_64/



[arch-commits] Commit in libksba/repos (testing-x86_64)

2011-08-04 Thread Tobias Powalowski
Date: Thursday, August 4, 2011 @ 02:38:46
  Author: tpowa
Revision: 134464

archrelease: copy trunk to testing-x86_64

Added:
  libksba/repos/testing-x86_64/



[arch-commits] Commit in libksba/repos (testing-x86_64)

2011-07-12 Thread Tobias Powalowski
Date: Tuesday, July 12, 2011 @ 03:37:49
  Author: tpowa
Revision: 131240

archrelease: copy trunk to testing-x86_64

Added:
  libksba/repos/testing-x86_64/