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

Kpcyrd kpcyrd at gemini.archlinux.org
Sun Aug 14 13:31:23 UTC 2022


    Date: Sunday, August 14, 2022 @ 13:31:23
  Author: kpcyrd
Revision: 1266040

archrelease: copy trunk to community-x86_64

Added:
  gss/repos/community-x86_64/PKGBUILD
    (from rev 1266039, gss/trunk/PKGBUILD)
  gss/repos/community-x86_64/keys/
Deleted:
  gss/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-14 13:31:02 UTC (rev 1266039)
+++ PKGBUILD	2022-08-14 13:31:23 UTC (rev 1266040)
@@ -1,29 +0,0 @@
-# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
-
-pkgname=gss
-pkgver=1.0.3
-pkgrel=1
-pkgdesc='GNU Generic Security Service'
-url='https://www.gnu.org/software/gss/'
-arch=('x86_64')
-license=('GPL3')
-source=("https://ftp.gnu.org/gnu/gss/gss-${pkgver}.tar.gz")
-b2sums=('3f535fc152c72490a536b55dfdf175d6df6f4da7f9eb7454457d1e098763be604506006681f82d2d49325cb38e9a6f5454cb5b20462ff06b1b1084e79e95621e')
-
-build() {
-  cd ${pkgname}-${pkgver}
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-check() {
-  cd ${pkgname}-${pkgver}
-  make -k check
-}
-
-package() {
-  cd ${pkgname}-${pkgver}
-  make DESTDIR="${pkgdir}" install
-}
-
-# vim: ts=2 sw=2 et:

Copied: gss/repos/community-x86_64/PKGBUILD (from rev 1266039, gss/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-14 13:31:23 UTC (rev 1266040)
@@ -0,0 +1,31 @@
+# Maintainer: kpcyrd <kpcyrd[at]archlinux[dot]org>
+
+pkgname=gss
+pkgver=1.0.4
+pkgrel=1
+pkgdesc='GNU Generic Security Service'
+url='https://www.gnu.org/software/gss/'
+arch=('x86_64')
+license=('GPL3')
+source=("https://ftp.gnu.org/gnu/gss/gss-${pkgver}.tar.gz"{,.sig})
+b2sums=('fdcb59fa26c7bef917e2fd75bea58478b33342a516ecf80caeab5dfeebfeed80bbf87eec47415968dd0b326d10386237b167e7f6090066bc0ccf928f0ec53643'
+        'SKIP')
+validpgpkeys=('B1D2BD1375BECB784CF4F8C4D73CF638C53C06BE')
+
+build() {
+  cd ${pkgname}-${pkgver}
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+check() {
+  cd ${pkgname}-${pkgver}
+  make -k check
+}
+
+package() {
+  cd ${pkgname}-${pkgver}
+  make DESTDIR="${pkgdir}" install
+}
+
+# vim: ts=2 sw=2 et:



More information about the arch-commits mailing list