Date: Monday, January 7, 2019 @ 19:02:55
  Author: eschwartz
Revision: 420956

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2019-01-07 19:02:39 UTC (rev 420955)
+++ PKGBUILD    2019-01-07 19:02:55 UTC (rev 420956)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Eli Schwartz <eschwa...@archlinux.org>
-# Contributor: Daniel Müllner <muell...@math.stanford.edu>
-
-pkgname=autoconf-archive
-pkgver=2018.03.13
-pkgrel=2
-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=('6175f90d9fa64c4d939bdbb3e8511ae0ee2134863a2c7bf8d9733819efa6e159'
-            'SKIP')
-validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72') # Peter Simons 
<sim...@cryp.to>
-
-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
-}

Copied: autoconf-archive/repos/community-any/PKGBUILD (from rev 420955, 
autoconf-archive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2019-01-07 19:02:55 UTC (rev 420956)
@@ -0,0 +1,36 @@
+# Maintainer: Eli Schwartz <eschwa...@archlinux.org>
+# Contributor: Daniel Müllner <muell...@math.stanford.edu>
+
+pkgname=autoconf-archive
+pkgver=2019.01.06
+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=('17195c833098da79de5778ee90948f4c5d90ed1a0cf8391b4ab348e2ec511e3f'
+            'SKIP')
+validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72') # Peter Simons 
<sim...@cryp.to>
+
+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
+}

Reply via email to