[arch-commits] Commit in autoconf-archive/trunk (PKGBUILD)

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


    Date: Friday, February 11, 2022 @ 11:48:30
  Author: diabonas
Revision: 1131854

upgpkg: autoconf-archive 1:2022.02.11-1: upstream release

Remove patch already included in this release.

Modified:
  autoconf-archive/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++-------------
 1 file changed, 7 insertions(+), 13 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-11 11:48:21 UTC (rev 1131853)
+++ PKGBUILD	2022-02-11 11:48:30 UTC (rev 1131854)
@@ -1,9 +1,10 @@
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
+# 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=2021.02.19
-pkgrel=4
+pkgver=2022.02.11
+pkgrel=1
 epoch=1
 pkgdesc="A collection of freely re-usable Autoconf macros"
 arch=('any')
@@ -11,18 +12,11 @@
 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')
+source=("https://ftpmirror.gnu.org/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('78a61b611e2eeb55a89e0398e0ce387bcaf57fe2dd53c6fe427130f777ad1e8c'
+            'SKIP')
 validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72') # Peter Simons <simons at cryp.to>
 
-prepare() {
-    cd "${pkgname}-${pkgver}"
-    patch -Np1 < "$srcdir/revert.patch" 
-}
-
 build() {
     cd ${pkgname}-${pkgver}
 



More information about the arch-commits mailing list