[arch-commits] Commit in make/trunk (PKGBUILD)

Allan McRae allan at archlinux.org
Sat Feb 20 07:10:21 UTC 2016


    Date: Saturday, February 20, 2016 @ 08:10:20
  Author: allan
Revision: 260035

upgpkg: make 4.1-3

patches don't apply when commented out...

Modified:
  make/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-20 03:20:53 UTC (rev 260034)
+++ PKGBUILD	2016-02-20 07:10:20 UTC (rev 260035)
@@ -4,7 +4,7 @@
 
 pkgname=make
 pkgver=4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="GNU make utility to maintain groups of programs"
 arch=('i686' 'x86_64')
 url="http://www.gnu.org/software/make"
@@ -24,7 +24,7 @@
   cd ${pkgname}-${pkgver}
 
   # upstream commit 292da6f6
-  #patch -p1 -i ${srcdir}/make-4.1-NULL-ttyname.patch
+  patch -p1 -i ${srcdir}/make-4.1-NULL-ttyname.patch
 }
 
 build() {



More information about the arch-commits mailing list