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

Anatol Pomozov anatolik at archlinux.org
Mon Jun 20 17:58:35 UTC 2016


    Date: Monday, June 20, 2016 @ 17:58:34
  Author: anatolik
Revision: 270261

upgpkg: dhcpcd 6.11.1-1

Modified:
  dhcpcd/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++------------
 1 file changed, 3 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-20 16:54:08 UTC (rev 270260)
+++ PKGBUILD	2016-06-20 17:58:34 UTC (rev 270261)
@@ -4,8 +4,8 @@
 # Contributor: Judd Vinet <jvinet.zeroflux.org>
 
 pkgname=dhcpcd
-pkgver=6.11.0
-pkgrel=2
+pkgver=6.11.1
+pkgrel=1
 pkgdesc="RFC2131 compliant DHCP client daemon"
 url="http://roy.marples.name/projects/dhcpcd/"
 arch=('i686' 'x86_64')
@@ -17,21 +17,12 @@
 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'
+sha1sums=('23d264e739496ef0d4ac9c4e8aac31d8779a73d0'
           '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