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

Sébastien Luttringer seblu at archlinux.org
Thu Nov 5 20:11:00 UTC 2015


    Date: Thursday, November 5, 2015 @ 21:11:00
  Author: seblu
Revision: 146049

upgpkg: docker 1:1.9.0-1

Modified:
  docker/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-11-05 19:03:46 UTC (rev 146048)
+++ PKGBUILD	2015-11-05 20:11:00 UTC (rev 146049)
@@ -2,8 +2,8 @@
 # Maintainer: Sébastien "Seblu" Luttringer
 
 pkgname=docker
-pkgver=1.8.3
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
 epoch=1
 pkgdesc='Pack, ship and run any application as a lightweight container'
 arch=('x86_64')
@@ -18,16 +18,16 @@
 install=$pkgname.install
 source=("git+https://github.com/docker/docker.git#tag=v$pkgver"
         "$pkgname.sysusers"
-        '01-golang15.patch'
         '02-fix-unified-cgroup.patch')
 md5sums=('SKIP'
          '8cf9900ebada61f352a03465a088da34'
-         '0511f2bbc52219a960dc91ea9c2d9e44'
          '7fd0504057a60e1275b8ce3e06d53c53')
 
 prepare() {
-  patch -p1 -d docker < 01-golang15.patch
-  patch -p1 -d docker < 02-fix-unified-cgroup.patch
+  for _f in "${source[@]}"; do
+    [[ "$_f" =~ \.patch$ ]] && { msg2 "$_f"; patch -p1 -d docker < "$_f"; }
+  done
+  :
 }
 
 build() {



More information about the arch-commits mailing list