summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Javorski2021-01-30 09:56:46 -0800
committerMike Javorski2021-01-30 09:58:38 -0800
commit347e370f6218cebb6c0c1133346eb3c64b1ba830 (patch)
tree0b6592f050706e5d357838aee4858c7630722056 /PKGBUILD
parent2ea93cbb19a08aca495d95a253decd60a5eec9b8 (diff)
downloadaur-347e370f6218cebb6c0c1133346eb3c64b1ba830.tar.gz
Don't specify a deb file override (makepkg unpacks properly w/o it)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d8a015395017..19fd9ed14361 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=20.10.2
# Commit which fixes docker.service startup
_packaging_version=747e984a03316b35302129b5d0b910638dc7e6d4
-pkgrel=2
+pkgrel=3
pkgdesc='Pack, ship and run any application as a lightweight container, using official binaries'
arch=('x86_64')
url='https://www.docker.com/'
@@ -22,7 +22,7 @@ options=('!strip')
source=(
"https://download.docker.com/linux/static/stable/x86_64/docker-${pkgver}.tgz"
"https://download.docker.com/linux/static/stable/x86_64/docker-rootless-extras-${pkgver}.tgz"
- "cli.deb::https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/docker-ce-cli_${pkgver}~3-0~debian-buster_amd64.deb"
+ "https://download.docker.com/linux/debian/dists/buster/pool/stable/amd64/docker-ce-cli_${pkgver}~3-0~debian-buster_amd64.deb"
"https://raw.githubusercontent.com//docker/docker-ce-packaging/${_packaging_version}/systemd/docker.socket"
"https://raw.githubusercontent.com//docker/docker-ce-packaging/${_packaging_version}/systemd/docker.service"
"https://raw.githubusercontent.com/moby/moby/v${pkgver}/contrib/syntax/nano/Dockerfile.nanorc"