[arch-commits] Commit in autoconf-archive/repos/community-any (PKGBUILD PKGBUILD keys)

Jonas Witschel diabonas at gemini.archlinux.org
Sun Sep 4 19:34:34 UTC 2022


    Date: Sunday, September 4, 2022 @ 19:34:33
  Author: diabonas
Revision: 1292886

archrelease: copy trunk to community-any

Added:
  autoconf-archive/repos/community-any/PKGBUILD
    (from rev 1292885, autoconf-archive/trunk/PKGBUILD)
  autoconf-archive/repos/community-any/keys/
Deleted:
  autoconf-archive/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-04 19:34:18 UTC (rev 1292885)
+++ PKGBUILD	2022-09-04 19:34:33 UTC (rev 1292886)
@@ -1,37 +0,0 @@
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-# Contributor: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Daniel Müllner <muellner at math.stanford.edu>
-
-pkgname=autoconf-archive
-pkgver=2022.02.11
-pkgrel=1
-epoch=1
-pkgdesc="A collection of freely re-usable Autoconf macros"
-arch=('any')
-url="https://www.gnu.org/software/autoconf-archive/"
-license=('GPL3')
-depends=('autoconf')
-optdepends=('automake: macros for use with it')
-source=("https://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
-sha256sums=('78a61b611e2eeb55a89e0398e0ce387bcaf57fe2dd53c6fe427130f777ad1e8c'
-            'SKIP')
-validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72') # Peter Simons <simons at cryp.to>
-
-build() {
-    cd ${pkgname}-${pkgver}
-
-    ./configure --prefix=/usr
-    make
-}
-
-check() {
-    cd ${pkgname}-${pkgver}
-
-    make check
-}
-
-package() {
-    cd ${pkgname}-${pkgver}
-
-    make DESTDIR="${pkgdir}" install
-}

Copied: autoconf-archive/repos/community-any/PKGBUILD (from rev 1292885, autoconf-archive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-04 19:34:33 UTC (rev 1292886)
@@ -0,0 +1,37 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+# Contributor: Eli Schwartz <eschwartz at archlinux.org>
+# Contributor: Daniel Müllner <muellner at math.stanford.edu>
+
+pkgname=autoconf-archive
+pkgver=2022.09.03
+pkgrel=1
+epoch=1
+pkgdesc="A collection of freely re-usable Autoconf macros"
+arch=('any')
+url="https://www.gnu.org/software/autoconf-archive/"
+license=('GPL3')
+depends=('autoconf')
+optdepends=('automake: macros for use with it')
+source=("https://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('e07454f00d8cae7907bed42d0747798927809947684d94c37207a4d63a32f423'
+            'SKIP')
+validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72') # Peter Simons <simons at cryp.to>
+
+build() {
+    cd ${pkgname}-${pkgver}
+
+    ./configure --prefix=/usr
+    make
+}
+
+check() {
+    cd ${pkgname}-${pkgver}
+
+    make check
+}
+
+package() {
+    cd ${pkgname}-${pkgver}
+
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list