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

Jan Steffens heftig at archlinux.org
Fri Sep 29 08:15:00 UTC 2017


    Date: Friday, September 29, 2017 @ 08:14:59
  Author: heftig
Revision: 260909

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   67 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-09-29 08:14:02 UTC (rev 260908)
+++ PKGBUILD	2017-09-29 08:14:59 UTC (rev 260909)
@@ -1,34 +0,0 @@
-# $Id$
-# Contributor: Daniel Müllner <muellner at math.stanford.edu>
-
-pkgname=autoconf-archive
-pkgver=2017.03.21
-pkgrel=1
-epoch=1
-pkgdesc="A collection of freely re-usable Autoconf macros"
-arch=('any')
-url="http://www.gnu.org/software/autoconf-archive/"
-_watch="http://mirrors.axint.net/repos/gnu.org/autoconf-archive/"
-license=('GPL')
-depends=('autoconf')
-optdepends=('automake: macros for use with it')
-validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72')
-source=(http://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('386ad455f12bdeb3a7d19280441a5ab77355142349200ff11040a8d9d455d765'
-            'SKIP')
-
-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 260908, autoconf-archive/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-09-29 08:14:59 UTC (rev 260909)
@@ -0,0 +1,33 @@
+# $Id$
+# Contributor: Daniel Müllner <muellner at math.stanford.edu>
+
+pkgname=autoconf-archive
+pkgver=2017.09.28
+pkgrel=1
+epoch=1
+pkgdesc="A collection of freely re-usable Autoconf macros"
+arch=('any')
+url="https://www.gnu.org/software/autoconf-archive/"
+license=('GPL')
+depends=('autoconf')
+optdepends=('automake: macros for use with it')
+source=(https://ftpmirror.gnu.org/$pkgname/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('5c9fb5845b38b28982a3ef12836f76b35f46799ef4a2e46b48e2bd3c6182fa01'
+            'SKIP')
+validpgpkeys=('1A4F63A13A4649B632F65EE141BC28FE99089D72')
+
+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
+}



More information about the arch-commits mailing list