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

Jonas Witschel diabonas at gemini.archlinux.org
Fri Feb 11 11:48:45 UTC 2022


    Date: Friday, February 11, 2022 @ 11:48:45
  Author: diabonas
Revision: 1131855

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-11 11:48:30 UTC (rev 1131854)
+++ PKGBUILD	2022-02-11 11:48:45 UTC (rev 1131855)
@@ -1,43 +0,0 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-# Contributor: Daniel Müllner <muellner at math.stanford.edu>
-
-pkgname=autoconf-archive
-pkgver=2021.02.19
-pkgrel=4
-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}
-        "revert.patch::https://github.com/autoconf-archive/autoconf-archive/commit/59008cc7f85e1982eb298e1c424c2e6ad5942c4a.patch")
-sha256sums=('e8a6eb9d28ddcba8ffef3fa211653239e9bf239aba6a01a6b7cfc7ceaec69cbd'
-            'SKIP'
-            'c5d650b8d19d01f223f0fe24185a7711ca06f0466645a4c6880859bc18e32215')
-validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72') # Peter Simons <simons at cryp.to>
-
-prepare() {
-    cd "${pkgname}-${pkgver}"
-    patch -Np1 < "$srcdir/revert.patch" 
-}
-
-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 1131854, autoconf-archive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-02-11 11:48:45 UTC (rev 1131855)
@@ -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.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
+}



More information about the arch-commits mailing list