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

Anatol Pomozov anatolik at archlinux.org
Sat May 21 15:01:35 UTC 2016


    Date: Saturday, May 21, 2016 @ 17:01:35
  Author: anatolik
Revision: 268462

upgpkg: dhcpcd 6.11.0-2

Modified:
  dhcpcd/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-21 11:18:22 UTC (rev 268461)
+++ PKGBUILD	2016-05-21 15:01:35 UTC (rev 268462)
@@ -5,7 +5,7 @@
 
 pkgname=dhcpcd
 pkgver=6.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="http://roy.marples.name/projects/dhcpcd/"
 arch=('i686' 'x86_64')
@@ -17,12 +17,21 @@
 backup=('etc/dhcpcd.conf')
 options=('emptydirs')  # We Need the Empty /var/lib/dhcpcd Directory
 source=("http://roy.marples.name/downloads/$pkgname/$pkgname-$pkgver.tar.xz"
+        "fix_truncated.patch::http://roy.marples.name/projects/dhcpcd/vpatch?from=ac4e95dcbdeba0ea&to=3fd740f3ed17e902"
         'dhcpcd_.service'
         'dhcpcd.service')
 sha1sums=('f6e8245edd8469e5dad3fedd5c8c6a4e95daa8b5'
+          'a10f1420174250e8c4ec6b25fce2222a2911f3c5'
           '6f1633edde14d29b5cdc09c4f029a450ef2ebc96'
           '52c1bad9ab43e9a253c1eb175e7eefb13497b8f9')
 
+prepare() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # fix for http://roy.marples.name/projects/dhcpcd/tktview?name=3f10c9b871
+  patch < ../fix_truncated.patch
+}
+
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 



More information about the arch-commits mailing list