summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJan Trejbal2016-05-23 11:03:04 +0200
committerJan Trejbal2016-05-23 11:03:04 +0200
commit4c7417b6f4d0349f4a9614cf9fa5e2f1dc599d15 (patch)
treef61bfe1f27049878402aa6b7d4330bedaa1f9e37 /PKGBUILD
parent4500479f32006b049ea5e6c6a070b590ea8aef34 (diff)
downloadaur-4c7417b6f4d0349f4a9614cf9fa5e2f1dc599d15.tar.gz
Fix error "_devices[i] is undefined"
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1a17bbb98324..28b91d2aa851 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Jan Trejbal <jan.trejbal@gmail.com>
pkgname=gnome-shell-extension-docker-integration-git
pkgver=20160321
-pkgrel=2
+pkgrel=4
pkgdesc="Base Docker&Docker compose integration (start, stop, log, up), hide Docker network (veth*)"
arch=('any')
url="https://github.com/Trejjam/Gnome-Docker-integration"