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

Brett Cornwall ainola at archlinux.org
Sun Jul 28 16:32:38 UTC 2019


    Date: Sunday, July 28, 2019 @ 16:32:38
  Author: ainola
Revision: 493761

archrelease: copy trunk to community-any

Added:
  stow/repos/community-any/PKGBUILD
    (from rev 493760, stow/trunk/PKGBUILD)
Deleted:
  stow/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   82 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 40 insertions(+), 42 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-28 16:32:24 UTC (rev 493760)
+++ PKGBUILD	2019-07-28 16:32:38 UTC (rev 493761)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: eric <eric at archlinux.org>
-# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
-# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
-
-pkgname=stow
-pkgver=2.2.2
-pkgrel=5
-pkgdesc='Manage installation of multiple softwares in the same directory tree'
-url='http://www.gnu.org/software/stow/'
-arch=('any')
-license=('GPL2')
-depends=('perl')
-makedepends=('texi2html')
-checkdepends=('perl-test-output' 'perl-io-stringy')
-source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('8712d22b7abe26b1bef0e22818981248')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --mandir=/usr/share/man \
-    --infodir=/usr/share/info \
-    --with-pmdir=/usr/share/perl5/vendor_perl
-  make
-}
-
-check() {
-  cd $pkgname-$pkgver
-  make check
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # remove html doc
-  rm -r "$pkgdir/usr/share/doc/$pkgname"/{manual*,version.texi}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: stow/repos/community-any/PKGBUILD (from rev 493760, stow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-28 16:32:38 UTC (rev 493761)
@@ -0,0 +1,40 @@
+# Maintainer: Brett Cornwall <ainola at archlinux.org>
+# Contributor: Sébastien Luttringer
+# Contributor: eric
+# Contributor: Tom Newsom
+# Contributor: Chris Brannon
+
+pkgname=stow
+pkgver=2.3.1
+pkgrel=1
+pkgdesc='Manage installation of multiple softwares in the same directory tree'
+url='https://www.gnu.org/software/stow/'
+arch=('any')
+license=('GPL2')
+depends=('perl')
+makedepends=('texi2html')
+checkdepends=('perl-test-output' 'perl-io-stringy')
+validpgpkeys=('942B9075ACCA04E9037C73FED31B5563DAC1D4FA')  # Adam Spiers
+source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
+sha256sums=('09d5d99671b78537fd9b2c0b39a5e9761a7a0e979f6fdb7eabfa58ee45f03d4b'
+            'SKIP')
+
+build() {
+    cd "$pkgname-$pkgver"
+    ./configure \
+        --prefix=/usr \
+        --mandir=/usr/share/man \
+        --infodir=/usr/share/info \
+        --with-pmdir=/usr/share/perl5/vendor_perl
+    make
+}
+
+check() {
+    cd "$pkgname-$pkgver"
+    make check
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list