summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Javorski2019-01-14 17:11:20 -0800
committerMike Javorski2019-01-14 17:11:20 -0800
commit7c713ac88f2e0f306f5209acd897e85a12513ade (patch)
treee2cd4a10319576310b5ce56c90f95290d5fbd085
parent91c2fe3e02119f66d78f4d6bfc37667b337f35b4 (diff)
downloadaur-7c713ac88f2e0f306f5209acd897e85a12513ade.tar.gz
Bump pkgrel for docker.socket fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa37724a9074..8d4e653221d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = docker-bin
pkgdesc = Pack, ship and run any application as a lightweight container, using official binaries
pkgver = 18.09.1
- pkgrel = 1
+ pkgrel = 2
url = https://www.docker.com/
arch = x86_64
license = Apache
diff --git a/PKGBUILD b/PKGBUILD
index a31cd5bec5f5..850c929ff69c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=docker-bin
pkgver=18.09.1
-pkgrel=1
+pkgrel=2
pkgdesc='Pack, ship and run any application as a lightweight container, using official binaries'
arch=('x86_64')
url='https://www.docker.com/'