[arch-commits] Commit in stow/trunk (01-fix-warning-message-perl5.20.patch PKGBUILD)
Sébastien Luttringer
seblu at archlinux.org
Tue Nov 10 16:30:49 UTC 2015
Date: Tuesday, November 10, 2015 @ 17:30:48
Author: seblu
Revision: 146516
upgpkg: stow 2.2.2-1
Modified:
stow/trunk/PKGBUILD
Deleted:
stow/trunk/01-fix-warning-message-perl5.20.patch
---------------------------------------+
01-fix-warning-message-perl5.20.patch | 13 -------------
PKGBUILD | 16 +++++-----------
2 files changed, 5 insertions(+), 24 deletions(-)
Deleted: 01-fix-warning-message-perl5.20.patch
===================================================================
--- 01-fix-warning-message-perl5.20.patch 2015-11-10 15:58:09 UTC (rev 146515)
+++ 01-fix-warning-message-perl5.20.patch 2015-11-10 16:30:48 UTC (rev 146516)
@@ -1,13 +0,0 @@
-# https://bugs.archlinux.org/task/40767
-# https://bbs.archlinux.org/viewtopic.php?pid=1423847
---- a/lib/Stow.pm.in 2012-02-18 20:33:34.000000000 +0000
-+++ b/lib/Stow.pm.in 2014-06-08 22:46:03.420893651 +0100
-@@ -1732,7 +1732,7 @@
- }
- elsif (-l $path) {
- debug(4, " read_a_link($path): real link");
-- return readlink $path
-+ (return readlink $path)
- or error("Could not read link: $path");
- }
- internal_error("read_a_link() passed a non link path: $path\n");
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-11-10 15:58:09 UTC (rev 146515)
+++ PKGBUILD 2015-11-10 16:30:48 UTC (rev 146516)
@@ -5,8 +5,8 @@
# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
pkgname=stow
-pkgver=2.2.0
-pkgrel=3
+pkgver=2.2.2
+pkgrel=1
pkgdesc='Manage installation of multiple softwares in the same directory tree'
url='http://www.gnu.org/software/stow/'
arch=('any')
@@ -13,17 +13,11 @@
license=('GPL2')
depends=('perl')
makedepends=('texi2html')
-checkdepends=('perl-test-output')
+checkdepends=('perl-test-output' 'perl-io-stringy')
install=$pkgname.install
-source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz"
- '01-fix-warning-message-perl5.20.patch')
-md5sums=('902564d502975f353d3b0514a21863b1'
- 'eef5f349057aea7dcbf6567a63f26096')
+source=("ftp://ftp.gnu.org/pub/gnu/$pkgname/$pkgname-$pkgver.tar.gz")
+md5sums=('8712d22b7abe26b1bef0e22818981248')
-prepare() {
- patch -d $pkgname-$pkgver -p 1 < '01-fix-warning-message-perl5.20.patch'
-}
-
build() {
cd $pkgname-$pkgver
./configure \
More information about the arch-commits
mailing list