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

Brett Cornwall ainola at archlinux.org
Sun Jul 28 16:47:13 UTC 2019


    Date: Sunday, July 28, 2019 @ 16:47:12
  Author: ainola
Revision: 493787

archrelease: copy trunk to community-any

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

----------+
 PKGBUILD |   79 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-07-28 16:46:50 UTC (rev 493786)
+++ PKGBUILD	2019-07-28 16:47:12 UTC (rev 493787)
@@ -1,40 +0,0 @@
-# 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
-}

Copied: stow/repos/community-any/PKGBUILD (from rev 493786, stow/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-07-28 16:47:12 UTC (rev 493787)
@@ -0,0 +1,39 @@
+# 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=2
+pkgdesc='Manage installation of multiple softwares in the same directory tree'
+url='https://www.gnu.org/software/stow/'
+arch=('any')
+license=('GPL3')
+depends=('perl')
+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